CVE-2026-37459
Published: 04 May 2026
Summary
CVE-2026-37459 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-37459 is an integer underflow vulnerability in FRRouting (FRR), affecting stable versions from 10.0 to 10.6. The flaw occurs when processing a crafted BGP UPDATE message, leading to a Denial of Service (DoS) condition. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and is associated with CWE-400 (Uncontrolled Resource Consumption).
Remote attackers with network access to an affected FRR instance can exploit this vulnerability without authentication or user interaction. By sending a specially crafted BGP UPDATE message, they can trigger the integer underflow, causing resource exhaustion or a crash that disrupts BGP routing services and potentially impacts network availability.
The patch is available in FRR commit 693a2e02687cdc9d16501275e05136edea9650d9 on GitHub, which security practitioners should apply to vulnerable versions to mitigate the issue.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-27047
Vulnerability details
An integer underflow in FRRouting (FRR) stable/10.0 to stable/10.6 allows attackers to cause a Denial of Service (DoS) via supplying a crafted BGP UPDATE message.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated exploitation of FRR BGP service via crafted UPDATE message directly enables T1190 (Exploit Public-Facing Application) and results in application DoS via resource exhaustion/crash, matching T1499.004 (Application or System Exploitation).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the integer underflow vulnerability in FRR by applying the available patch to prevent DoS from crafted BGP UPDATE messages.
Monitors and scans for vulnerabilities like CVE-2026-37459 in FRR versions 10.0-10.6 to identify and prioritize remediation.
Implements denial-of-service protections to mitigate resource exhaustion and crashes triggered by crafted BGP UPDATE messages.