Skip to content

Commit ced2a51

Browse files
thatnealpatelgopherbot
authored andcommitted
data/reports: add GO-2025-3526
- data/reports/GO-2025-3526.yaml Fixes #3526 Change-Id: I9b601caec877aceb642eb103a19f2e4be38dc559 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/661017 Auto-Submit: Neal Patel <nealpatel@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
1 parent ae7b403 commit ced2a51

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

data/osv/GO-2025-3526.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3526",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-30077",
8+
"GHSA-jrqj-6vq2-7r63"
9+
],
10+
"summary": "Index out-of-range panic in github.com/onosproject/onos-lib-go",
11+
"details": "Index out-of-range panic in github.com/onosproject/onos-lib-go",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/onosproject/onos-lib-go",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {}
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "ADVISORY",
34+
"url": "https://github.com/advisories/GHSA-jrqj-6vq2-7r63"
35+
},
36+
{
37+
"type": "FIX",
38+
"url": "https://github.com/onosproject/onos-lib-go/commit/55579ffad35f59a5945c7861d944cd57a3b4b3d0"
39+
},
40+
{
41+
"type": "REPORT",
42+
"url": "https://github.com/onosproject/onos-lib-go/issues/295"
43+
}
44+
],
45+
"database_specific": {
46+
"url": "https://pkg.go.dev/vuln/GO-2025-3526",
47+
"review_status": "REVIEWED"
48+
}
49+
}

data/reports/GO-2025-3526.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2025-3526
2+
modules:
3+
- module: github.com/onosproject/onos-lib-go
4+
vulnerable_at: 0.10.28
5+
summary: |-
6+
Index out-of-range panic in
7+
github.com/onosproject/onos-lib-go
8+
cves:
9+
- CVE-2025-30077
10+
ghsas:
11+
- GHSA-jrqj-6vq2-7r63
12+
references:
13+
- advisory: https://github.com/advisories/GHSA-jrqj-6vq2-7r63
14+
- fix: https://github.com/onosproject/onos-lib-go/commit/55579ffad35f59a5945c7861d944cd57a3b4b3d0
15+
- report: https://github.com/onosproject/onos-lib-go/issues/295
16+
notes:
17+
- No patch has been published.
18+
source:
19+
id: GHSA-jrqj-6vq2-7r63
20+
created: 2025-03-26T16:39:56.050418-04:00
21+
review_status: REVIEWED

0 commit comments

Comments
 (0)