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

CVE-2026-1683: Free5GC SMF Denial of Service Vulnerability

CVE-2026-1683 is a denial of service vulnerability in Free5GC SMF affecting versions up to 4.1.0. Attackers can exploit the PFCP handler remotely to cause system disruption. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2026-1683 Overview

A denial of service vulnerability has been identified in Free5GC SMF (Session Management Function) up to version 4.1.0. The vulnerability exists in the function HandlePfcpSessionReportRequest within the file internal/pfcp/handler/handler.go of the PFCP (Packet Forwarding Control Protocol) component. Improper resource release (CWE-404) allows remote attackers to cause a denial of service condition without requiring authentication.

Critical Impact

Remote attackers can exploit this vulnerability over the network to disrupt the SMF component in Free5GC deployments, potentially affecting 5G core network operations and session management capabilities.

Affected Products

  • Free5GC SMF up to version 4.1.0
  • Free5GC deployments utilizing the PFCP handler component
  • 5G core network implementations based on Free5GC

Discovery Timeline

  • 2026-01-30 - CVE-2026-1683 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-1683

Vulnerability Analysis

This vulnerability is classified as Improper Release of Resources Before Removing Last Reference (CWE-404). The flaw resides in the PFCP session handling logic within the Free5GC SMF component. When processing PFCP Session Report Requests, the HandlePfcpSessionReportRequest function fails to properly manage resources, leading to a denial of service condition.

The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction. An attacker can send specially crafted PFCP messages to the SMF component, causing resource exhaustion or service disruption. The exploit has been publicly disclosed, increasing the risk of exploitation in the wild.

Root Cause

The root cause is improper resource release handling in the HandlePfcpSessionReportRequest function located in internal/pfcp/handler/handler.go. The function does not adequately release resources before removing the last reference, which can lead to resource leaks and eventual service degradation or failure when handling malicious PFCP session report requests.

Attack Vector

The attack is network-based and can be executed remotely against exposed Free5GC SMF instances. The attacker does not require authentication or privileges to exploit this vulnerability. By sending manipulated PFCP Session Report Request messages to the SMF endpoint, an attacker can trigger the improper resource handling condition, resulting in denial of service.

The vulnerability affects the availability of the system without impacting confidentiality or integrity. Technical details and discussion are available in the GitHub Issue Discussion.

Detection Methods for CVE-2026-1683

Indicators of Compromise

  • Unusual volume of PFCP Session Report Request messages targeting the SMF component
  • SMF service becoming unresponsive or experiencing degraded performance
  • Resource exhaustion indicators such as memory or connection pool depletion on the SMF host
  • Unexpected service restarts of the Free5GC SMF component

Detection Strategies

  • Monitor PFCP traffic patterns for anomalous session report request volumes
  • Implement network intrusion detection rules for malformed or excessive PFCP messages targeting port 8805 (default PFCP port)
  • Deploy application-level logging to track HandlePfcpSessionReportRequest function execution and error conditions
  • Configure alerting for SMF service health degradation or unexpected process terminations

Monitoring Recommendations

  • Enable detailed logging for the PFCP handler component in Free5GC SMF
  • Monitor system resource utilization (memory, CPU, file descriptors) on SMF hosts
  • Implement network flow analysis to detect unusual traffic patterns to SMF endpoints
  • Set up automated health checks for the SMF service with appropriate alerting thresholds

How to Mitigate CVE-2026-1683

Immediate Actions Required

  • Review network exposure of Free5GC SMF instances and restrict access to trusted networks only
  • Implement network-level rate limiting for PFCP traffic to the SMF component
  • Monitor SMF service health and resource utilization for signs of exploitation
  • Apply the available patch from the GitHub Pull Request

Patch Information

A patch addressing this vulnerability is available via GitHub Pull Request #188 in the Free5GC SMF repository. Organizations running affected versions of Free5GC SMF should apply this patch or upgrade to a patched version as soon as possible. Additional vulnerability details are documented in the VulDB entry #343476.

Workarounds

  • Restrict network access to the SMF PFCP interface using firewall rules to allow only trusted sources
  • Implement rate limiting at the network or application level to mitigate potential denial of service attacks
  • Deploy the SMF component behind a reverse proxy or load balancer with request filtering capabilities
  • Consider temporarily disabling the affected PFCP handler if not critical to operations until patching is complete
bash
# Example firewall configuration to restrict PFCP access
# Restrict PFCP port (8805) to trusted network segments only
iptables -A INPUT -p udp --dport 8805 -s 10.0.0.0/8 -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

  • 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 Issue Discussion

  • GitHub Issue Comment

  • GitHub Pull Request

  • VulDB #343476 Incident Report

  • VulDB #343476

  • VulDB Submission #739653

  • VulDB Submission #739654
  • 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