Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-gjrg-jjr3-56cm | GoBGP: BGP OPEN capability parser may read capability values outside declared CapLen boundaries |
Thu, 10 Sep 2026 22:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | GoBGP is an open source Border Gateway Protocol (BGP) implementation in the Go Programming Language. Versions prior to 4.6.0 contain a BGP OPEN capability parsing issue where several concrete capability decoders may parse data from the full remaining capability buffer instead of the slice bounded by the declared capability length, `CapLen`. A malformed BGP OPEN message can cause bytes from a following capability to be interpreted as part of the current capability. The most security-relevant case is the 4-octet AS capability, where a capability with `CapLen == 0` may cause the parser to read bytes from the following capability as the 4-octet AS value. This parsed value may later affect peer AS validation during BGP session establishment. Version 4.6.0 patches the issue. | |
| Title | GoBGP: BGP OPEN capability parser may read capability values outside declared CapLen boundaries | |
| Weaknesses | CWE-125 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-10T21:56:13.637Z
Reserved: 2026-06-01T18:50:36.056Z
Link: CVE-2026-49837
No data.
Status : Received
Published: 2026-09-10T22:16:57.507
Modified: 2026-09-10T22:16:57.507
Link: CVE-2026-49837
No data.
OpenCVE Enrichment
No data.
-
CWE-125
Out-of-bounds Read
Github GHSA