CVE-2026-41642
7.5osrg · GoBGP
A remote Denial of Service vulnerability in GoBGP version 4.3.0 allows unauthenticated attackers to crash the BGP daemon via malformed UPDATE messages.
Executive summary
A remote denial of service vulnerability in GoBGP version 4.3.0 allows unauthenticated attackers to crash the BGP daemon via a NULL pointer dereference, resulting in service disruption.
Vulnerability
This flaw is a NULL Pointer Dereference (CWE-476) occurring when a malformed BGP UPDATE message contains an unrecognized Path Attribute marked as Well-known, with an unauthenticated attacker able to trigger the panic remotely over the network.
Business impact
A successful exploitation of this vulnerability leads to a complete process crash of the BGP daemon, causing routing disruptions and potential network downtime. With a CVSS score of 7.5, the high severity rating reflects the ability of unauthenticated remote attackers to repeatedly crash critical routing infrastructure without prior access or user interaction.
Remediation
Immediate Action: Update GoBGP to version 4.4.0 where this issue has been officially patched.
Proactive Monitoring: Monitor BGP daemon service status, system logs, and crash reports for unexpected restarts or nil pointer panic signatures.
Compensating Controls: Implement strict BGP peer authentication and edge filtering to limit untrusted BGP update traffic until the software update can be applied.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the critical role of Border Gateway Protocol implementations in network routing, organizations running vulnerable instances face significant availability risks. Administrators must apply the version 4.4.0 patch immediately to prevent potential remote denial of service attacks against core infrastructure.