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

CVE-2026-30405: GoBGP gobgpd DoS Vulnerability

CVE-2026-30405 is a denial of service vulnerability in GoBGP gobgpd v.4.2.0 caused by malicious NEXT_HOP path attributes. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 20, 2026

CVE-2026-30405 Overview

A denial of service vulnerability exists in GoBGP gobgpd version 4.2.0 that allows a remote attacker to crash the BGP daemon through malicious manipulation of the NEXT_HOP path attribute. This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), indicating that improper handling of specially crafted BGP UPDATE messages can lead to service disruption.

Critical Impact

Remote attackers can cause denial of service on GoBGP routing infrastructure by sending malformed NEXT_HOP path attributes, potentially disrupting network connectivity for dependent systems and services.

Affected Products

  • GoBGP gobgpd v.4.2.0

Discovery Timeline

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

Technical Details for CVE-2026-30405

Vulnerability Analysis

This denial of service vulnerability stems from improper input validation when processing the NEXT_HOP path attribute in BGP UPDATE messages. The NEXT_HOP attribute is a well-known mandatory attribute in BGP that specifies the IP address of the next-hop router along the path to the destination. When GoBGP gobgpd receives a specially crafted NEXT_HOP attribute, insufficient validation leads to uncontrolled resource consumption, ultimately causing the daemon to crash or become unresponsive.

The vulnerability is exploitable remotely over the network without requiring authentication or user interaction. An attacker with network access to the BGP daemon can send malicious BGP messages to trigger the denial of service condition. This is particularly concerning in routing infrastructure environments where BGP daemons maintain critical peering sessions.

Root Cause

The root cause is classified under CWE-400 (Uncontrolled Resource Consumption). The GoBGP daemon fails to properly validate or limit resource consumption when processing certain NEXT_HOP path attribute values. This allows an attacker to trigger conditions that exhaust system resources or cause unexpected program termination.

Attack Vector

The attack can be carried out remotely over the network by an unauthenticated attacker. The exploitation requires the attacker to have network connectivity to the target GoBGP instance, typically through an established BGP peering session or by exploiting open BGP ports. The attacker sends specially crafted BGP UPDATE messages containing malformed NEXT_HOP path attributes that trigger the vulnerability.

The attack does not require user interaction and has low complexity, making it relatively straightforward to exploit once an attacker has network access to the vulnerable service. The impact is limited to availability, with no confidentiality or integrity impact.

Detection Methods for CVE-2026-30405

Indicators of Compromise

  • Unexpected crashes or restarts of the gobgpd process
  • BGP session flaps or disconnections correlating with incoming UPDATE messages
  • Log entries showing parsing errors related to NEXT_HOP path attributes
  • Unusual BGP UPDATE messages from untrusted or newly established peers

Detection Strategies

  • Monitor BGP daemon logs for parsing errors or crash events related to path attribute processing
  • Implement network-level detection for malformed BGP UPDATE messages targeting NEXT_HOP attributes
  • Deploy BGP session monitoring to detect unexpected session resets or daemon restarts
  • Use SentinelOne Singularity to detect process crashes and anomalous behavior on routing infrastructure

Monitoring Recommendations

  • Enable verbose logging on GoBGP instances to capture detailed BGP message processing information
  • Implement alerting on gobgpd process termination or restart events
  • Monitor system resource utilization (CPU, memory) on systems running GoBGP for abnormal consumption patterns
  • Track BGP session stability metrics across peering relationships

How to Mitigate CVE-2026-30405

Immediate Actions Required

  • Review the GitHub Issue Report for the latest information on patches and fixes
  • Implement BGP MD5 authentication on all peering sessions to limit potential attackers to authenticated peers
  • Apply network access controls to restrict BGP connectivity to only trusted and necessary peers
  • Consider disabling or isolating vulnerable GoBGP v.4.2.0 instances until a patch is available

Patch Information

At the time of publication, users should monitor the GoBGP GitHub repository issue tracker for official patches and updated versions. Upgrading to a patched version when available is the recommended remediation approach.

Workarounds

  • Implement strict BGP prefix filters and route policies to limit the scope of accepted BGP messages
  • Use BGP TTL security (GTSM) to ensure BGP messages originate from directly connected peers
  • Deploy intrusion detection/prevention systems capable of inspecting BGP traffic for malformed attributes
  • Isolate routing infrastructure on dedicated network segments with strict access controls
bash
# Example: Enable MD5 authentication for BGP peer (GoBGP configuration)
# Add authentication password for each peer to limit attack surface
[[neighbors]]
  [neighbors.config]
    neighbor-address = "192.0.2.1"
    peer-as = 65001
    auth-password = "strong_secret_password"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGobgp

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • 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
  • Technical References
  • GitHub Issue Report
  • Related CVEs
  • CVE-2026-5122: osrg GoBGP Auth Bypass Vulnerability

  • CVE-2026-5123: GoBGP Buffer Overflow Vulnerability

  • CVE-2026-5124: GoBGP Authentication Bypass Vulnerability

  • CVE-2025-43973: Osrg GoBGP Input Validation 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