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

CVE-2026-37459: FRRouting (FRR) DoS Vulnerability

CVE-2026-37459 is an integer underflow denial of service vulnerability in FRRouting (FRR) stable/10.0 to stable/10.6. Attackers can exploit this via crafted BGP UPDATE messages to disrupt services.

Published: May 7, 2026

CVE-2026-37459 Overview

CVE-2026-37459 is an integer underflow vulnerability in FRRouting (FRR), an open-source internet routing protocol suite used in Linux and Unix platforms. The flaw affects FRR versions stable/10.0 through stable/10.6 and resides in the Border Gateway Protocol daemon (bgpd). Attackers can trigger a Denial of Service (DoS) by sending a crafted BGP UPDATE message containing a malformed Next Hop Capability (NHC) Type-Length-Value (TLV) field. The underflow occurs during length validation of the TLV header, allowing a remote unauthenticated attacker to crash the routing daemon.

Critical Impact

Remote unauthenticated attackers can crash the FRR BGP daemon, disrupting routing operations across affected networks.

Affected Products

  • FRRouting (FRR) stable/10.0
  • FRRouting (FRR) stable/10.1 through stable/10.5
  • FRRouting (FRR) stable/10.6

Discovery Timeline

  • 2026-05-04 - CVE-2026-37459 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-37459

Vulnerability Analysis

The vulnerability resides in the BGP attribute parsing code within bgpd/bgp_attr.c. FRR processes the Next Hop Capability (NHC) attribute in BGP UPDATE messages by reading TLV-encoded sub-fields. The parser reads a 16-bit tlv_code and a 16-bit tlv_length from the input stream, then compares tlv_length against the remaining buffer length.

The original check did not account for the size of the TLV header itself. When tlv_length was crafted to be just below the remaining buffer length, the subsequent subtraction length -= tlv_length + BGP_NHC_TLV_MIN_LEN underflowed into a large unsigned value. This caused the parser to continue reading past valid bounds, leading to a crash of the BGP daemon. The weakness is classified as [CWE-400] Uncontrolled Resource Consumption.

Root Cause

The root cause is an insufficient bounds check that omitted the TLV header size from the length comparison. The parser assumed tlv_length alone bounded the remaining buffer, but each TLV requires BGP_NHC_TLV_MIN_LEN bytes for its code and length fields before the value. Crafted inputs caused the unsigned arithmetic on length to underflow.

Attack Vector

Exploitation requires the attacker to send a crafted BGP UPDATE message to a vulnerable FRR peer. Because BGP sessions normally require an established TCP peering relationship, the attacker typically must control or compromise a configured BGP neighbor. No authentication or user interaction beyond the BGP session itself is required to trigger the crash.

c
 		tlv_code = stream_getw(s);
 		tlv_length = stream_getw(s);
 
-		if (length < tlv_length) {
+		if (length < tlv_length + BGP_NHC_TLV_MIN_LEN) {
 			zlog_err("%pBP rcvd BGP NHC TLV length %d exceeds remaining length %d",
 				 peer, tlv_length, length);
 			bgp_nhc_free(nhc);

Source: FRRouting commit 693a2e02. The patch adds BGP_NHC_TLV_MIN_LEN to the length comparison, ensuring the buffer holds the full TLV header plus value before parsing continues.

Detection Methods for CVE-2026-37459

Indicators of Compromise

  • Unexpected bgpd process crashes or restarts on FRR routers, especially correlated with receipt of BGP UPDATE messages from a specific peer.
  • Log entries from zlog_err referencing BGP NHC TLV length mismatches in bgpd syslog output.
  • BGP session resets and route flapping immediately following inbound UPDATE messages containing NHC attributes.

Detection Strategies

  • Monitor bgpd daemon health and log streams for repeated termination, segmentation faults, or watchdog-triggered restarts.
  • Inspect BGP UPDATE traffic with packet capture tools and flag UPDATE messages that include malformed NHC TLV structures or inconsistent length fields.
  • Correlate routing instability events with the source IP of BGP peers to identify a single neighbor sending malformed UPDATEs.

Monitoring Recommendations

  • Forward bgpd logs to a centralized logging or SIEM platform and create alerts for daemon crashes and TLV length errors.
  • Track BGP session state transitions and alert on abnormal frequencies of session resets per peer.
  • Capture and retain BGP control-plane traffic on critical routers to support post-incident analysis.

How to Mitigate CVE-2026-37459

Immediate Actions Required

  • Upgrade FRRouting to a version containing commit 693a2e02687cdc9d16501275e05136edea9650d9 or any release where the NHC TLV length check has been corrected.
  • Audit configured BGP peers and remove or restrict sessions with untrusted networks until patches are applied.
  • Enable BGP authentication using TCP-AO or MD5 to reduce the risk of unauthorized peers establishing sessions.

Patch Information

The upstream fix is available in the FRRouting repository. The patch in bgpd/bgp_attr.c validates that the remaining buffer length is sufficient to contain both the TLV value and the TLV header before continued parsing. Refer to the FRRouting GitHub commit for the complete change set and apply vendor-supplied packages from your Linux distribution when available.

Workarounds

  • Restrict BGP peering to known, trusted neighbors using infrastructure access control lists (iACLs) on the management and control plane.
  • Apply BGP inbound filtering and prefix limits to reduce exposure to malformed UPDATE messages from compromised peers.
  • Deploy BGP session monitoring with automatic alerts so a crashing bgpd process can be quickly identified and isolated.
bash
# Verify FRR version on a Linux router
vtysh -c 'show version'

# Example: restrict BGP listener to specific peer addresses (FRR vtysh)
router bgp 65000
 neighbor 192.0.2.1 remote-as 65001
 neighbor 192.0.2.1 password <strong-shared-secret>
 no bgp listen range 0.0.0.0/0 peer-group EXTERNAL

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFrrouting

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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 Commit Fix
  • Related CVEs
  • CVE-2026-37457: FRRouting (FRR) DoS Vulnerability

  • CVE-2026-37458: FRRouting (FRR) DoS Vulnerability

  • CVE-2025-61103: FRRouting OSPF DoS Vulnerability

  • CVE-2025-61104: FRRouting OSPF 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