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-4240

CVE-2026-4240: Open5GS CCA Handler DoS Vulnerability

CVE-2026-4240 is a denial of service vulnerability in Open5GS CCA Handler affecting versions up to 2.7.6. Attackers can exploit this remotely to disrupt services. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2026-4240 Overview

A denial of service vulnerability has been identified in Open5GS up to version 2.7.6. The affected element is the CCA Handler component, specifically the functions smf_gx_cca_cb, smf_gy_cca_cb, smf_s6b_aaa_cb, and smf_s6b_sta_cb. This vulnerability allows an attacker to remotely trigger a crash in the Session Management Function (SMF) when sending a Credit-Control-Answer (CCA) message with an unknown Diameter session, causing service disruption.

Critical Impact

Remote attackers can crash the Open5GS SMF component, disrupting 5G core network services and potentially affecting all users relying on the affected infrastructure.

Affected Products

  • Open5GS versions up to 2.7.6
  • Open5GS SMF (Session Management Function) component
  • Systems utilizing Gx, Gy, and S6b Diameter interfaces

Discovery Timeline

  • 2026-03-16 - CVE-2026-4240 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-4240

Vulnerability Analysis

This vulnerability represents an Improper Resource Shutdown or Release issue (CWE-404) in Open5GS's SMF component. The SMF is a critical element in 5G core networks, responsible for session management, IP address allocation, and policy enforcement. When the SMF receives a Credit-Control-Answer (CCA) message referencing an unknown Diameter session, the callback handlers fail to properly validate the session before processing, leading to a crash condition.

The exploit has been publicly disclosed through the Open5GS issue tracker, making this vulnerability particularly concerning for operators running unpatched Open5GS deployments. The network-accessible nature of this flaw means attackers can target the SMF remotely without requiring authentication or user interaction.

Root Cause

The root cause stems from improper resource handling in the CCA callback functions. When the SMF receives a CCA message, the handlers smf_gx_cca_cb, smf_gy_cca_cb, smf_s6b_aaa_cb, and smf_s6b_sta_cb fail to validate whether the referenced Diameter session exists before attempting to process the response. This missing validation leads to a null pointer dereference or invalid memory access when the handlers attempt to operate on a non-existent session context.

Attack Vector

An attacker can exploit this vulnerability by sending crafted CCA messages over the Diameter protocol interfaces (Gx, Gy, or S6b) referencing session identifiers that do not exist in the SMF's session table. The attack can be initiated remotely across the network, targeting the Diameter interfaces exposed by the SMF. Since no authentication is required at the Diameter message level for this attack, any network entity capable of sending Diameter messages to the SMF can trigger the vulnerability.

c
/* Security patch in src/smf/gx-path.c */
/* Gx Interface, 3GPP TS 29.212 section 4
- * Copyright (C) 2019-2025 by Sukchan Lee <acetcom@gmail.com>
+ * Copyright (C) 2019-2026 by Sukchan Lee <acetcom@gmail.com>
 *
 * This file is part of Open5GS.
 *

Source: GitHub Open5GS Commit

c
/* Security patch in src/smf/gy-path.c */
/* Gy Interface, 3GPP TS 32.299
 * Copyright (C) 2019 by Sukchan Lee <acetcom@gmail.com>
 * Copyright (C) 2022 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
- * Copyright (C) 2025 by Sukchan Lee <acetcom@gmail.com>
+ * Copyright (C) 2025-2026 by Sukchan Lee <acetcom@gmail.com>
 *
 * This file is part of Open5GS.
 *

Source: GitHub Open5GS Commit

Detection Methods for CVE-2026-4240

Indicators of Compromise

  • Unexpected SMF process crashes or restarts in Open5GS deployments
  • Diameter CCA messages received with session IDs not present in the active session table
  • Increased error logs related to Gx, Gy, or S6b interface handlers
  • Service disruption patterns affecting PDU session establishment or modification

Detection Strategies

  • Monitor Open5GS SMF logs for crash events and core dumps related to CCA handler functions
  • Implement Diameter protocol monitoring to detect anomalous CCA messages with invalid session references
  • Deploy network traffic analysis on Gx, Gy, and S6b interfaces to identify unusual patterns
  • Configure process monitoring and automatic alerting for SMF component failures

Monitoring Recommendations

  • Enable enhanced logging for Diameter interface communications in Open5GS
  • Implement real-time monitoring of SMF process health and availability
  • Set up alerting thresholds for SMF restart frequency to detect active exploitation attempts
  • Review Diameter peer connections for unexpected or unauthorized sources

How to Mitigate CVE-2026-4240

Immediate Actions Required

  • Upgrade Open5GS to version 2.7.7 or later immediately
  • Review Diameter peer configurations and restrict access to trusted network elements only
  • Implement network segmentation to limit exposure of Diameter interfaces
  • Enable enhanced logging to detect any exploitation attempts before patching

Patch Information

The vulnerability has been fixed in Open5GS version 2.7.7. The security patch (commit 80eb484a6ab32968e755e628b70d1a9c64f012ec) adds proper session validation in the CCA callback handlers to prevent crashes when receiving messages with unknown Diameter sessions. The fix ensures that the SMF validates session existence before processing CCA responses, returning an appropriate error rather than crashing.

For detailed patch information, refer to the Open5GS v2.7.7 Release Notes.

Workarounds

  • Implement firewall rules to restrict Diameter protocol access to known and trusted peer nodes only
  • Deploy network ACLs on Gx, Gy, and S6b interfaces to limit exposure
  • Consider deploying a Diameter proxy or firewall that can validate session references before forwarding to SMF
  • Implement process monitoring with automatic restart to minimize service disruption if exploitation occurs
bash
# Example: Restrict Diameter interface access using iptables
# Allow Diameter traffic only from trusted PCRF/OCS peers
iptables -A INPUT -p tcp --dport 3868 -s <trusted_pcrf_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 3868 -s <trusted_ocs_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 3868 -j DROP

# Enable SMF process monitoring with systemd
systemctl enable open5gs-smfd
systemctl start open5gs-smfd

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen5gs

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • 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:P/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-404
  • Technical References
  • GitHub Open5GS Repository

  • GitHub Open5GS Commit Log

  • GitHub Open5GS Issue Tracker

  • GitHub Open5GS Issue Detail

  • GitHub Open5GS Release Notes

  • VulDB #351182 CTI

  • VulDB #351182

  • VulDB Submission #771361
  • Related CVEs
  • CVE-2026-4988: Open5GS CCA Message Handler DoS Vulnerability

  • CVE-2026-2517: Open5GS Denial of Service Vulnerability

  • CVE-2026-2524: Open5gs Open5gs DoS Vulnerability

  • CVE-2026-2062: Open5GS Null Pointer Dereference DoS Flaw
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