Skip to content

Commit 0b50818

Browse files
1 parent af303dc commit 0b50818

1 file changed

Lines changed: 7 additions & 22 deletions

File tree

advisories/github-reviewed/2025/04/GHSA-7m35-vw2c-696v/GHSA-7m35-vw2c-696v.json

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,20 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7m35-vw2c-696v",
4-
"modified": "2025-04-21T21:55:26Z",
4+
"modified": "2026-03-12T17:22:08Z",
55
"published": "2025-04-21T03:30:18Z",
66
"aliases": [
77
"CVE-2025-43971"
88
],
99
"summary": "GoBGP panics due to a zero value for softwareVersionLen",
10-
"details": "An issue was discovered in GoBGP before 3.35.0. pkg/packet/bgp/bgp.go allows attackers to cause a panic via a zero value for softwareVersionLen.",
10+
"details": "An issue was discovered in GoBGP before 3.35.0 (introduced in v3.11.0). pkg/packet/bgp/bgp.go allows attackers to cause a panic via a zero value for softwareVersionLen.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H"
1515
}
1616
],
1717
"affected": [
18-
{
19-
"package": {
20-
"ecosystem": "Go",
21-
"name": "github.com/osrg/gobgp"
22-
},
23-
"ranges": [
24-
{
25-
"type": "ECOSYSTEM",
26-
"events": [
27-
{
28-
"introduced": "0"
29-
}
30-
]
31-
}
32-
],
33-
"database_specific": {
34-
"last_known_affected_version_range": "< 3.35.0"
35-
}
36-
},
3718
{
3819
"package": {
3920
"ecosystem": "Go",
@@ -44,7 +25,7 @@
4425
"type": "ECOSYSTEM",
4526
"events": [
4627
{
47-
"introduced": "0"
28+
"introduced": "3.11.0"
4829
},
4930
{
5031
"fixed": "3.35.0"
@@ -70,6 +51,10 @@
7051
{
7152
"type": "WEB",
7253
"url": "https://github.com/osrg/gobgp/compare/v3.34.0...v3.35.0"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://security-tracker.debian.org/tracker/CVE-2025-43971"
7358
}
7459
],
7560
"database_specific": {

0 commit comments

Comments
 (0)