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

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

CVE-2026-37457 is an off-by-one out-of-bounds write flaw in FRRouting (FRR) that enables attackers to trigger a denial of service. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-37457 Overview

CVE-2026-37457 is an off-by-one out-of-bounds write vulnerability in the bgp_flowspec_op_decode() function located in bgpd/bgp_flowspec_util.c within FRRouting (FRR) stable/10.0. A remote, unauthenticated attacker can trigger the flaw by sending a crafted BGP FlowSpec component to a vulnerable speaker. Successful exploitation causes a Denial of Service (DoS) condition by corrupting memory adjacent to the targeted buffer. The weakness is classified under [CWE-787] (Out-of-bounds Write) and affects the BGP daemon (bgpd) responsible for route exchange in FRR deployments. Because BGP underpins internet and enterprise routing, an unstable bgpd process can disrupt route convergence and network availability.

Critical Impact

A remote, unauthenticated attacker can crash the FRRouting BGP daemon by sending a malformed FlowSpec component, disrupting routing on affected infrastructure.

Affected Products

  • FRRouting (FRR) stable/10.0 branch
  • Network appliances and Linux distributions bundling vulnerable FRR builds
  • Routing platforms relying on bgpd with FlowSpec processing enabled

Discovery Timeline

  • 2026-05-01 - CVE-2026-37457 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-37457

Vulnerability Analysis

The defect resides in bgp_flowspec_op_decode(), the routine that parses operator-value pairs inside BGP FlowSpec NLRI components. FlowSpec (RFC 5575) encodes traffic-filtering rules as a sequence of typed components, each containing operator bytes and associated values. During decoding, the function performs an off-by-one write past the end of an internal buffer when handling specific operator length combinations. The miscalculation occurs because the boundary check accepts an index equal to the buffer length, allowing a single-byte write outside the allocated region. This corruption destabilizes adjacent heap or stack metadata and crashes the bgpd process. Because the parser runs as soon as a FlowSpec UPDATE arrives over an established BGP session, the attacker only needs to influence the contents of a peering message.

Root Cause

The root cause is an incorrect boundary condition in the operator-value loop, where the terminating index is treated as inclusive rather than exclusive. The fix tightens the bounds check, as shown in the upstream patch FRRouting commit 0e6882bc.

Attack Vector

The vulnerability is reachable over the network without authentication or user interaction. An attacker who controls a BGP peer, or who can inject crafted UPDATE messages into a peering session, sends a FlowSpec NLRI with malformed operator-value encoding. The malformed component triggers the off-by-one write inside bgp_flowspec_op_decode(), terminating bgpd. Repeated delivery sustains the DoS and prevents route convergence.

No verified public proof-of-concept code is available. Refer to the upstream patch for the precise byte-level conditions that trigger the write.

Detection Methods for CVE-2026-37457

Indicators of Compromise

  • Unexpected bgpd process crashes or restarts on FRR routers, especially shortly after receiving BGP UPDATE messages.
  • Core dumps or stack traces referencing bgp_flowspec_op_decode or bgp_flowspec_util.c.
  • Repeated BGP session resets with peers transmitting FlowSpec NLRI.

Detection Strategies

  • Monitor FRR daemon logs (/var/log/frr/bgpd.log) for abnormal termination, signal handlers, or assertion failures during FlowSpec processing.
  • Inspect BGP UPDATE traffic for FlowSpec components with unusual operator-length encodings using packet capture or flow telemetry.
  • Correlate bgpd exit events with peer session state changes to identify the upstream source of malicious updates.

Monitoring Recommendations

  • Forward router and bgpd logs to a centralized SIEM and alert on repeated daemon restarts.
  • Track BGP session uptime and FlowSpec route counts per peer to surface anomalies.
  • Apply behavioral monitoring on Linux hosts running FRR to flag crash loops and memory corruption signals; platforms such as SentinelOne Singularity Endpoint can identify abnormal process termination patterns on supported Linux distributions.

How to Mitigate CVE-2026-37457

Immediate Actions Required

  • Upgrade FRRouting to a build that includes the fix from FRRouting commit 0e6882bc.
  • Restrict BGP peering to authenticated, trusted neighbors using TCP-AO or MD5 and infrastructure ACLs.
  • Audit all routers running FRR stable/10.0 and prioritize those that accept FlowSpec advertisements.

Patch Information

The upstream fix is committed in the FRRouting repository at 0e6882bc72c0278988a47b2f0f73b7a91099a25c. Operators should rebuild FRR from a branch that includes this commit or install vendor packages that backport it. Distribution maintainers shipping FRR 10.0 should track downstream advisories for updated binaries.

Workarounds

  • Disable BGP FlowSpec address-family processing on affected speakers if it is not operationally required.
  • Apply inbound BGP route filters that reject FlowSpec NLRI from peers that should not advertise it.
  • Limit BGP sessions to directly connected, authenticated peers and segment management planes from untrusted networks.
bash
# Example: disable FlowSpec address-family in FRR bgpd configuration
router bgp 65001
 no bgp default ipv4-flowspec
 no bgp default ipv6-flowspec
!
# Example: restrict BGP TCP/179 to known peers
iptables -A INPUT -p tcp --dport 179 -s 192.0.2.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 179 -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/TechFrrouting

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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-787
  • Technical References
  • GitHub FRRouting Commit
  • Related CVEs
  • CVE-2026-37459: 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