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
    • 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-8730

CVE-2026-8730: Open5GS DoS Vulnerability in NRF Component

CVE-2026-8730 is a denial of service flaw in Open5GS up to version 2.7.6 affecting the NRF component. Attackers can exploit this remotely via nfInstanceId manipulation. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 21, 2026

CVE-2026-8730 Overview

CVE-2026-8730 is a denial-of-service vulnerability in Open5GS, an open-source implementation of 5G Core and EPC. The flaw affects versions up to 2.7.6 and resides in the ogs_sbi_nf_instance_set_id function within /lib/sbi/context.c, part of the Network Repository Function (NRF) component. An authenticated remote attacker can manipulate the nfInstanceId argument to trigger improper resource handling [CWE-404], leading to service disruption. The exploit has been publicly disclosed. The Open5GS project was notified via an issue report but has not yet responded.

Critical Impact

Remote attackers with low privileges can disrupt the availability of the Open5GS NRF component, affecting 5G Core service registration and discovery.

Affected Products

  • Open5GS versions up to and including 2.7.6
  • Component: Network Repository Function (NRF)
  • Library: /lib/sbi/context.c

Discovery Timeline

  • 2026-05-17 - CVE-2026-8730 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8730

Vulnerability Analysis

The vulnerability resides in the ogs_sbi_nf_instance_set_id function inside the Service-Based Interface (SBI) context library used by the Open5GS Network Repository Function (NRF). The NRF is a control-plane element in the 5G Core architecture responsible for registering and discovering Network Functions (NFs). When the function processes the nfInstanceId argument supplied by a peer NF, improper resource management [CWE-404] causes the NRF to enter a faulty state. The result is a denial-of-service condition that disrupts NF registration and discovery across the 5G Core. The issue carries an EPSS score of 0.041%, indicating low predicted exploitation activity, though a public proof of concept exists.

Root Cause

The root cause is improper resource handling within ogs_sbi_nf_instance_set_id when the nfInstanceId parameter is supplied in an unexpected form. The function fails to validate or properly release associated resources, mapping to CWE-404 (Improper Resource Shutdown or Release). This results in service interruption rather than memory corruption or code execution.

Attack Vector

The attack is remote and network-based. An attacker requires low privileges, consistent with the role of an authenticated peer Network Function that can reach the NRF over the SBI. By crafting a request that manipulates the nfInstanceId field sent to the NRF, the attacker can trigger the resource handling flaw and degrade or halt NRF operation. Public exploit material has been published. See the GitHub Issue #4462 and the VulDB Vulnerability #364319 reports for technical details.

Detection Methods for CVE-2026-8730

Indicators of Compromise

  • Repeated or malformed nfInstanceId values in SBI requests reaching the NRF endpoint
  • Unexpected NRF process crashes, restarts, or hangs correlated with inbound SBI traffic
  • Failures in NF registration (NFRegister) or discovery (NFDiscover) operations across the 5G Core

Detection Strategies

  • Inspect HTTP/2 SBI traffic destined for the NRF and flag requests containing abnormal or oversized nfInstanceId parameters.
  • Monitor Open5GS logs for errors generated by the ogs_sbi_nf_instance_set_id code path in /lib/sbi/context.c.
  • Correlate NRF service availability metrics with source NF identities to identify anomalous peers issuing repeated suspect requests.

Monitoring Recommendations

  • Enable health checks and liveness probes on the NRF container or process to detect service degradation quickly.
  • Centralize Open5GS logs and SBI traffic telemetry for retention and query during incident response.
  • Track baseline NF registration rates and alert on sudden spikes in registration failures.

How to Mitigate CVE-2026-8730

Immediate Actions Required

  • Restrict network access to the NRF SBI interface so only trusted Network Functions can reach it.
  • Apply mutual TLS (mTLS) and strict OAuth2 token validation on all SBI peers to limit who can submit nfInstanceId values.
  • Place rate limits and input validation in front of the NRF using a service mesh or reverse proxy.

Patch Information

As of the last NVD update on 2026-05-19, the Open5GS project has not published a fix. Monitor the Open5GS GitHub repository and GitHub Issue #4462 for an upstream patch. Once available, upgrade beyond version 2.7.6 in all production and lab deployments.

Workarounds

  • Deploy the NRF on an isolated control-plane network segment unreachable from untrusted endpoints.
  • Add a validating proxy or API gateway in front of the NRF to reject malformed nfInstanceId parameters before they reach ogs_sbi_nf_instance_set_id.
  • Implement automated restart and failover for the NRF process so that a successful denial-of-service attempt results in minimal downtime.
bash
# Example: restrict NRF SBI access with iptables to trusted NF subnets only
iptables -A INPUT -p tcp --dport 7777 -s 10.10.0.0/16 -j ACCEPT
iptables -A INPUT -p tcp --dport 7777 -j DROP

# Example: systemd auto-restart for the Open5GS NRF service
# /etc/systemd/system/open5gs-nrfd.service.d/override.conf
[Service]
Restart=always
RestartSec=5s

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen5gs

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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 Issue #4462

  • VulDB Submission #808514

  • VulDB Vulnerability #364319

  • VulDB CTI for #364319
  • Related CVEs
  • CVE-2026-8731: Open5GS Open5gs DoS Vulnerability

  • CVE-2026-8729: Open5gs Denial of Service Vulnerability

  • CVE-2026-8728: Open5GS NRF Component DoS Vulnerability

  • CVE-2026-8744: Open5GS NRF Component DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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