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

CVE-2026-1974: Free5gc Free5gc DOS Vulnerability

CVE-2026-1974 is a denial of service flaw in Free5gc Free5gc up to 4.1.0 that allows remote attackers to disrupt service availability. This post explains the technical details, affected versions, and mitigation steps.

Published: February 13, 2026

CVE-2026-1974 Overview

A denial of service vulnerability has been identified in Free5GC, an open-source implementation of the 5G Core network. This vulnerability affects the ResolveNodeIdToIp function within the file internal/sbi/processor/datapath.go of the SMF (Session Management Function) component. The flaw allows remote attackers to manipulate input in a way that causes improper resource release, leading to service disruption.

Critical Impact

Remote attackers can exploit this vulnerability to cause denial of service conditions in Free5GC deployments, potentially disrupting 5G core network operations without authentication.

Affected Products

  • Free5GC versions up to 4.1.0
  • Free5GC SMF component (internal/sbi/processor/datapath.go)
  • 5G Core network deployments using vulnerable Free5GC versions

Discovery Timeline

  • February 6, 2026 - CVE-2026-1974 published to NVD
  • February 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1974

Vulnerability Analysis

This vulnerability is classified under CWE-404 (Improper Resource Shutdown or Release). The flaw resides in the SMF component's ResolveNodeIdToIp function, which is responsible for translating node identifiers to IP addresses within the 5G session management workflow. When specially crafted input is processed by this function, the component fails to properly manage system resources, resulting in a denial of service condition.

The SMF (Session Management Function) is a critical component in the 5G Core architecture, responsible for session establishment, modification, and release. Disruption of this component can have cascading effects on the entire 5G network's ability to manage user sessions and data plane connectivity.

Root Cause

The root cause of this vulnerability is improper resource shutdown or release (CWE-404) in the ResolveNodeIdToIp function. When processing certain node ID values, the function fails to properly release or clean up allocated resources, which can be exploited by an attacker to exhaust system resources or cause the service to become unresponsive. The vulnerability exists in the data path processing logic within internal/sbi/processor/datapath.go.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker can send malicious requests to the SMF component that trigger the vulnerable ResolveNodeIdToIp function. The exploit has been publicly disclosed, and technical details are available in GitHub Free5GC Issue #816.

The vulnerability manifests during node ID resolution within the SMF's session management processing. Technical details and discussion of the exploitation mechanism can be found in the vendor's issue tracker. A patch addressing this issue has been proposed in SMF Pull Request #189.

Detection Methods for CVE-2026-1974

Indicators of Compromise

  • Unexpected crashes or restarts of the Free5GC SMF service
  • Abnormal resource consumption (memory or CPU) in the SMF component
  • Failed session establishment attempts logged by the SMF
  • Unusual patterns in incoming SBI (Service-Based Interface) requests targeting the SMF

Detection Strategies

  • Monitor Free5GC SMF logs for errors related to ResolveNodeIdToIp function processing
  • Implement network traffic analysis to detect malformed or excessive requests to the SMF component
  • Configure alerting for SMF service availability and response time degradation
  • Deploy intrusion detection rules targeting abnormal 5G SBI traffic patterns

Monitoring Recommendations

  • Enable detailed logging for the SMF component's data path processing
  • Implement health checks for Free5GC SMF service availability
  • Monitor system resource utilization on hosts running Free5GC components
  • Track session establishment success rates for anomaly detection

How to Mitigate CVE-2026-1974

Immediate Actions Required

  • Upgrade Free5GC to a patched version when available
  • Review and apply the patch from SMF Pull Request #189
  • Implement network segmentation to limit exposure of SMF endpoints
  • Deploy rate limiting on SBI interfaces to reduce exploitation risk

Patch Information

A patch has been proposed to address this vulnerability. Administrators should monitor the Free5GC GitHub repository for official releases containing the fix. The recommended remediation is to apply the patch from SMF Pull Request #189 which addresses the improper resource handling in the ResolveNodeIdToIp function. Additional technical details are available in VulDB entry #344496.

Workarounds

  • Restrict network access to SMF SBI interfaces to trusted sources only
  • Implement firewall rules to filter potentially malicious requests
  • Deploy a reverse proxy with request validation in front of Free5GC services
  • Consider running Free5GC SMF in a containerized environment with resource limits
bash
# Configuration example - Restrict SMF access via iptables
# Allow only trusted network ranges to access SMF service
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

# Set resource limits for SMF container deployment
# docker run --memory=2g --cpus=1 free5gc/smf:latest

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 Score5.5

  • EPSS Probability0.07%

  • 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 Free5GC Repository

  • GitHub SMF Pull Request #189

  • VulDB CTIID #344496

  • VulDB #344496

  • VulDB Submission #743237
  • Vendor Resources
  • GitHub Free5GC Issue #816

  • GitHub Free5GC Issue Discussion
  • Related CVEs
  • CVE-2026-41135: Free5gc Memory Leak DoS Vulnerability

  • CVE-2026-5661: Free5GC NGSetupRequest Handler DoS Flaw

  • CVE-2026-30653: Free5gc DoS Vulnerability

  • CVE-2026-33191: Free5gc Udm 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