GoBGP is an open source Border Gateway Protocol (BGP) implementation in the Go Programming Language. Prior to version 4.3.0, a remote Denial of Service (DoS) vulnerability exists in GoBGP where a malformed BGP UPDATE message can trigger a runtime error: index out of range panic. This occurs during the processing of 4-byte AS attributes when the message structure causes an internal slice index shift that is not properly handled. This issue has been patched in version 4.3.0.
References
| Link | Resource |
|---|---|
| https://github.com/osrg/gobgp/releases/tag/v4.3.0 | Patch Release Notes |
| https://github.com/osrg/gobgp/security/advisories/GHSA-8rxh-r2p6-7f2q | Exploit Vendor Advisory |
| https://github.com/osrg/gobgp/security/advisories/GHSA-8rxh-r2p6-7f2q | Exploit Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-05-07 12:16
Updated : 2026-06-17 10:46
NVD link : CVE-2026-41643
Mitre link : CVE-2026-41643
CVE.ORG link : CVE-2026-41643
JSON object : View
Products Affected
osrg
- gobgp
CWE
CWE-129
Improper Validation of Array Index
