| Título | osrg GoBGP 4.3.0 Off-by-one Error |
|---|
| Descrição | An off-by-one vulnerability was found in osrg GoBGP version 4.3.0. This vulnerability affects the CapSoftwareVersion.DecodeFromBytes function in the pkg/packet/bgp/bgp.go file. The root cause is an incorrect slice boundary calculation when extracting the Software Version string from a BGP OPEN capability payload. Because the Go slice upper bound is improperly calculated (using data[1:c.SoftwareVersionLen] instead of the correct data[1:1+c.SoftwareVersionLen]), the parser reads one byte fewer than intended. This causes the decoded Software Version string to be truncated, resulting in an inconsistency with the original encoded representation. |
|---|
| Fonte | ⚠️ https://github.com/osrg/gobgp/commit/67c059413470df64bc20801c46f64058e88f800f |
|---|
| Utilizador | Sunxj (UID 96442) |
|---|
| Submissão | 14/03/2026 11h28 (há 21 dias) |
|---|
| Moderação | 30/03/2026 09h50 (16 days later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 354155 [osrg GoBGP até 4.3.0 pkg/packet/bgp/bgp.go DecodeFromBytes data[1] Excesso de tampão] |
|---|
| Pontos | 20 |
|---|