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
    • 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-2026-26025

CVE-2026-26025: Free5gc SMF DOS Vulnerability

CVE-2026-26025 is a denial of service flaw in Free5gc SMF that causes crashes when processing malformed PFCP requests. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-26025 Overview

CVE-2026-26025 is a Null Pointer Dereference vulnerability affecting free5GC SMF (Session Management Function), an open-source project providing 5th generation (5G) mobile core network functionality. The vulnerability allows an unauthenticated remote attacker to cause a denial of service condition by sending a malformed PFCP SessionReportRequest to the PFCP interface on UDP port 8805.

When the SMF component processes a specially crafted malformed PFCP SessionReportRequest message, it triggers a panic condition that terminates the entire SMF process. This vulnerability is particularly concerning in 5G network infrastructure where SMF availability is critical for session management operations.

Critical Impact

Remote attackers can crash the free5GC SMF service by sending malformed PFCP messages, causing denial of service to the 5G core network session management functionality.

Affected Products

  • free5gc smf versions up to and including 1.4.1

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-26025 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-26025

Vulnerability Analysis

This vulnerability stems from improper handling of malformed PFCP (Packet Forwarding Control Protocol) messages within the free5GC SMF component. PFCP is a critical protocol used in 5G networks for communication between the Session Management Function (SMF) and the User Plane Function (UPF).

When the SMF receives a SessionReportRequest message on the PFCP interface (UDP/8805) that contains malformed or unexpected data structures, the Go-based application fails to properly validate the input before processing. This leads to a null pointer dereference condition (CWE-476) when the code attempts to access memory through an invalid or null reference.

The vulnerability can be exploited remotely over the network without requiring authentication or user interaction, making it accessible to attackers who can reach the PFCP interface.

Root Cause

The root cause is a Null Pointer Dereference (CWE-476) in the PFCP message handling code. The SMF component lacks proper input validation and error handling when parsing PFCP SessionReportRequest messages. When malformed data is received, the parsing logic may set pointers to null or invalid states, and subsequent code paths attempt to dereference these pointers without checking for validity. In Go, this manifests as a panic that, without proper recovery mechanisms, terminates the entire process.

Attack Vector

An attacker can exploit this vulnerability by sending crafted malformed PFCP SessionReportRequest messages to the SMF's PFCP interface on UDP port 8805. The attack is network-based and does not require any authentication or privileges. The attacker only needs network access to the PFCP interface, which in production environments may be reachable from UPF components or, in misconfigured deployments, from broader network segments.

The attack flow involves:

  1. Identifying a free5GC SMF instance with an accessible PFCP interface on UDP/8805
  2. Crafting a malformed PFCP SessionReportRequest message with invalid or missing required fields
  3. Sending the malformed message to the SMF
  4. The SMF attempts to process the message, encounters a null pointer, panics, and terminates

Technical details regarding the specific malformed message structure can be found in the GitHub Issue Discussion.

Detection Methods for CVE-2026-26025

Indicators of Compromise

  • Unexpected SMF process termination or panic events in system logs
  • SMF service becoming unavailable without scheduled maintenance
  • Suspicious or malformed PFCP traffic on UDP port 8805 from untrusted IP addresses
  • Repeated SMF restart events in a short time period indicating potential exploitation attempts

Detection Strategies

  • Monitor PFCP interface traffic for malformed or anomalous SessionReportRequest messages
  • Implement alerting on SMF process crashes or panic events in application logs
  • Deploy network intrusion detection signatures for malformed PFCP protocol messages
  • Review system logs for Go panic stack traces originating from PFCP handler functions

Monitoring Recommendations

  • Enable detailed logging for PFCP message processing in the SMF component
  • Configure process monitoring to alert on SMF service crashes with automatic restart
  • Implement network flow monitoring for UDP/8805 traffic to detect unusual patterns
  • Set up log aggregation to correlate SMF panic events with incoming PFCP traffic sources

How to Mitigate CVE-2026-26025

Immediate Actions Required

  • Apply ACL/firewall rules to restrict PFCP interface (UDP/8805) access to only trusted UPF IP addresses
  • Configure network edge devices to drop or inspect malformed PFCP SessionReportRequest messages where feasible
  • Implement process restart automation to minimize service downtime if exploitation occurs
  • Review network architecture to ensure PFCP interface is not exposed to untrusted networks

Patch Information

No official upstream fix is currently available from the free5GC project for versions up to and including 1.4.1. Organizations should monitor the GitHub Security Advisory for updates on a patch release. In the interim, the workarounds described below should be implemented to reduce the attack surface.

Workarounds

  • Configure firewall rules to restrict PFCP interface access to trusted UPF IP addresses only, significantly reducing the spoofing and abuse surface
  • Deploy network edge inspection to drop malformed PFCP SessionReportRequest messages before they reach the SMF
  • Add recover() handling around PFCP handler dispatch in the SMF code to prevent whole-process termination (code-level mitigation requiring local modification)
  • Implement network segmentation to isolate PFCP interfaces from untrusted network segments
bash
# Example iptables rules to restrict PFCP interface access
# Replace TRUSTED_UPF_IP with your actual UPF IP addresses

# Allow PFCP traffic only from trusted UPF
iptables -A INPUT -p udp --dport 8805 -s TRUSTED_UPF_IP -j ACCEPT

# Drop all other PFCP traffic
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

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Issue Discussion
  • Vendor Resources
  • GitHub Security Advisory
  • 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