The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-69247

CVE-2025-69247: Free5gc Go-upf DOS Vulnerability

CVE-2025-69247 is a heap-based buffer overflow DOS vulnerability in free5GC go-upf that allows remote attackers to crash UPF services. This article covers the technical details, affected versions, and mitigation steps.

Published: February 27, 2026

CVE-2025-69247 Overview

CVE-2025-69247 is a Heap-based Buffer Overflow vulnerability (CWE-122) in the free5GC go-upf component, which serves as the User Plane Function (UPF) implementation for 5G networks within the free5GC project. This vulnerability allows remote attackers to crash the UPF network element by sending a specially crafted PFCP (Packet Forwarding Control Protocol) Session Modification Request containing an invalid SDF Filter length field.

The heap buffer overflow results in a Denial of Service condition, causing complete service disruption for all connected User Equipment (UEs) and potentially triggering cascading failures that can affect the Session Management Function (SMF) and broader 5G network operations.

Critical Impact

Remote attackers can cause complete service disruption for all connected UEs in 5G deployments by exploiting this heap buffer overflow, with potential cascading failures affecting the SMF component.

Affected Products

  • free5GC go-upf versions prior to 1.2.8
  • All free5GC deployments utilizing the UPF component

Discovery Timeline

  • 2026-02-23 - CVE-2025-69247 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-69247

Vulnerability Analysis

This vulnerability exists in how the free5GC go-upf component processes PFCP Session Modification Requests. The PFCP protocol is used in 5G networks for communication between the control plane and user plane functions. When processing incoming PFCP messages, the UPF fails to properly validate the length field of SDF (Service Data Flow) Filter parameters.

The lack of proper bounds checking allows an attacker to specify an invalid length value that causes the application to read or write beyond the allocated heap buffer boundaries. This memory corruption ultimately leads to a crash of the UPF process, disrupting all user plane traffic processing for the affected 5G network segment.

Root Cause

The root cause is improper input validation (CWE-122: Heap-based Buffer Overflow) in the PFCP message parsing logic. Specifically, the code does not adequately validate the SDF Filter length field before using it to determine memory operations. When an attacker supplies a maliciously crafted length value, the application performs heap buffer operations that exceed the allocated memory region, leading to memory corruption and process termination.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker with network access to the PFCP interface of the UPF can exploit this vulnerability by:

  1. Establishing a connection to the UPF's PFCP endpoint
  2. Crafting a PFCP Session Modification Request message
  3. Including an SDF Filter Information Element with an invalid/malicious length field
  4. Sending the malformed request to trigger the heap buffer overflow

The vulnerability is exploited through malformed PFCP Session Modification Request messages. When the UPF attempts to process the SDF Filter with an invalid length field, it causes a heap buffer overflow condition. Attackers craft these messages by manipulating the length field in the SDF Filter IE (Information Element) to exceed expected boundaries. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-69247

Indicators of Compromise

  • Unexpected UPF process crashes or restarts in free5GC deployments
  • Malformed PFCP Session Modification Request messages in network traffic logs
  • PFCP messages containing abnormally large or negative SDF Filter length values
  • Increased error rates or connection failures for connected UE devices

Detection Strategies

  • Monitor PFCP traffic for malformed Session Modification Requests with invalid SDF Filter length fields
  • Implement network-level anomaly detection for unusual PFCP message patterns
  • Deploy intrusion detection rules to identify packets with suspicious length field values in PFCP messages
  • Set up crash monitoring and alerting for the go-upf process

Monitoring Recommendations

  • Enable detailed logging for PFCP message processing in the UPF component
  • Configure process health monitoring to detect and alert on UPF crashes
  • Implement network traffic analysis on PFCP interfaces (typically UDP port 8805)
  • Establish baseline metrics for normal PFCP traffic patterns to detect anomalies

How to Mitigate CVE-2025-69247

Immediate Actions Required

  • Upgrade free5GC go-upf to version 1.2.8 or later immediately
  • Review network segmentation to restrict access to PFCP interfaces
  • Implement firewall rules to limit PFCP traffic to trusted SMF components only
  • Enable enhanced logging to detect potential exploitation attempts

Patch Information

The vulnerability has been addressed in go-upf version 1.2.8. The fix implements proper validation of the SDF Filter length field before processing PFCP Session Modification Requests, preventing the heap buffer overflow condition.

Relevant resources for applying the fix:

  • GitHub Security Advisory
  • Fix Commit
  • Pull Request #85

Workarounds

  • Restrict network access to PFCP interfaces using firewall rules, allowing only trusted SMF IP addresses
  • Deploy a network-level filter or WAF to inspect and block malformed PFCP messages
  • Consider deploying UPF redundancy to minimize service impact in case of exploitation
  • Monitor for and automatically restart crashed UPF processes while working toward applying the patch
bash
# Example: Restrict PFCP interface access using iptables
# Allow PFCP traffic only from trusted SMF addresses
iptables -A INPUT -p udp --dport 8805 -s <trusted_smf_ip> -j ACCEPT
iptables -A INPUT -p udp --dport 8805 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFree5gc

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-122
  • Vendor Resources
  • GitHub Issue Report

  • GitHub Security Advisory

  • GitHub Commit Update

  • GitHub Pull Request
  • Related CVEs
  • CVE-2026-5661: Free5GC NGSetupRequest Handler DoS Flaw

  • CVE-2026-30653: Free5gc DoS Vulnerability

  • CVE-2026-33191: Free5gc Udm DOS Vulnerability

  • CVE-2026-4531: Free5GC AMF Component DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English