Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-41135

CVE-2026-41135: Free5gc Memory Leak DoS Vulnerability

CVE-2026-41135 is a memory leak DoS vulnerability in Free5gc PCF that allows unauthenticated attackers to exhaust memory and disrupt 5G services. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-41135 Overview

CVE-2026-41135 is a memory leak vulnerability affecting the Policy Control Function (PCF) component of free5GC, an open-source project for 5th generation (5G) mobile core networks. This vulnerability allows any unauthenticated attacker with network access to the PCF SBI (Service-Based Interface) to cause uncontrolled memory growth by sending repeated HTTP requests to the OAM endpoint.

The flaw stems from a router.Use() call inside an HTTP handler that registers a new CORS middleware on every incoming request, permanently growing the Gin router's handler chain. This leads to progressive memory exhaustion and eventual Denial of Service of the PCF, preventing all User Equipment (UEs) from obtaining AM and SM policies and blocking 5G session establishment.

Critical Impact

Unauthenticated attackers can trigger memory exhaustion in the free5GC PCF, completely blocking 5G session establishment and policy distribution for all connected devices.

Affected Products

  • free5GC versions prior to 1.4.3
  • free5GC PCF component versions prior to 1.4.3

Discovery Timeline

  • 2026-04-22 - CVE-2026-41135 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-41135

Vulnerability Analysis

This vulnerability is classified as a resource exhaustion issue (CWE-400) that enables Denial of Service attacks against 5G mobile core infrastructure. The PCF is a critical network function responsible for policy control in 5G networks, managing access and mobility policies as well as session management policies for all connected user equipment.

The vulnerability is exploitable remotely over the network without requiring any authentication or user interaction. An attacker can exploit this flaw by repeatedly sending HTTP requests to the OAM (Operations, Administration, and Maintenance) endpoint on the PCF SBI interface, causing memory to grow unbounded until the service crashes.

The impact is significant for 5G network operators using free5GC, as a successful attack results in complete disruption of policy services, preventing new 5G sessions from being established and potentially affecting existing connections that require policy updates.

Root Cause

The root cause is a programming error in the PCF's HTTP router configuration. A router.Use() call is placed inside an HTTP handler function rather than during router initialization. This causes a new CORS middleware to be registered on every incoming request, permanently growing the Gin framework's handler chain.

Each request adds middleware to the chain without any cleanup mechanism, leading to continuous memory growth. Over time, this accumulation exhausts available memory and causes the PCF service to become unresponsive or crash entirely.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker with network access to the PCF SBI interface can exploit this vulnerability by:

  1. Identifying the PCF's OAM endpoint exposed on the SBI interface
  2. Sending repeated HTTP requests to the vulnerable endpoint
  3. Each request triggers the middleware registration bug, consuming additional memory
  4. Memory grows unbounded until the PCF service crashes or becomes unresponsive

The following patch demonstrates the fix applied to address this vulnerability:

go
 	smPolicyRoutes := s.getSmPolicyRoutes()
 	smPolicyGroup := s.router.Group(factory.PcfSMpolicyCtlResUriPrefix)
+	smRouterAuthorizationCheck := util.NewRouterAuthorizationCheck(models.ServiceName_NPCF_SMPOLICYCONTROL)
+	smPolicyGroup.Use(func(c *gin.Context) {
+		smRouterAuthorizationCheck.Check(c, s.Context())
+	})
 	applyRoutes(smPolicyGroup, smPolicyRoutes)
 
 	amPolicyRoutes := s.getAmPolicyRoutes()

Source: GitHub Commit Details

The patch moves the middleware registration to the proper location during router group initialization and adds authorization checks, ensuring middleware is registered once and authentication is enforced.

Detection Methods for CVE-2026-41135

Indicators of Compromise

  • Rapid memory growth in the PCF process without corresponding legitimate traffic increases
  • Unusual patterns of HTTP requests targeting the PCF OAM endpoint from single or multiple sources
  • PCF service crashes or restarts due to out-of-memory conditions
  • Failed 5G session establishment attempts across multiple user equipment

Detection Strategies

  • Monitor PCF process memory utilization with alerting thresholds for abnormal growth patterns
  • Implement rate limiting and anomaly detection for HTTP requests to the SBI interface
  • Track HTTP request patterns to OAM endpoints for repetitive or automated request behavior
  • Configure logging for all unauthenticated access attempts to PCF endpoints

Monitoring Recommendations

  • Deploy application performance monitoring (APM) tools to track PCF memory consumption trends over time
  • Implement network-level traffic analysis for the SBI interface to detect request flooding patterns
  • Configure alerts for PCF service restarts or availability degradation
  • Monitor 5G session establishment success rates as an indirect indicator of PCF health

How to Mitigate CVE-2026-41135

Immediate Actions Required

  • Upgrade free5GC to version 1.4.3 or later, which contains the security patch
  • Restrict network access to the PCF SBI interface using firewall rules or network segmentation
  • Implement rate limiting on HTTP endpoints exposed by the PCF
  • Monitor PCF memory usage and configure automated alerts for abnormal patterns

Patch Information

The vulnerability has been addressed in free5GC version 1.4.3. The fix is available in commit 599803b1b2eb4611e26d5216481ee142bce71a16 on the free5GC PCF repository. Organizations running affected versions should upgrade immediately.

For detailed information about the vulnerability and patch, refer to the GitHub Security Advisory.

Workarounds

  • Implement network access controls to restrict access to the PCF SBI interface to trusted network segments only
  • Deploy a reverse proxy or API gateway with rate limiting in front of the PCF to mitigate request flooding
  • Configure container or process memory limits to prevent system-wide impact from memory exhaustion
  • Monitor and restart the PCF service automatically if memory thresholds are exceeded until patching is possible
bash
# Example: Restrict PCF SBI interface access using iptables
# Replace <PCF_SBI_PORT> and <TRUSTED_NETWORK> with actual values
iptables -A INPUT -p tcp --dport <PCF_SBI_PORT> -s <TRUSTED_NETWORK> -j ACCEPT
iptables -A INPUT -p tcp --dport <PCF_SBI_PORT> -j DROP

# Example: Set memory limits for PCF container
# Add to docker-compose.yml or Kubernetes deployment
# deploy:
#   resources:
#     limits:
#       memory: 2G

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFree5gc

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Vendor Resources
  • GitHub Security Advisory

  • GitHub Commit Details
  • 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