Skip to content

Commit 50b07be

Browse files
1 parent d3a82f2 commit 50b07be

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

advisories/unreviewed/2025/11/GHSA-f786-75f3-74xj/GHSA-f786-75f3-74xj.json renamed to advisories/github-reviewed/2025/11/GHSA-f786-75f3-74xj/GHSA-f786-75f3-74xj.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f786-75f3-74xj",
4-
"modified": "2025-11-20T18:31:00Z",
4+
"modified": "2025-11-20T21:45:51Z",
55
"published": "2025-11-20T18:31:00Z",
66
"aliases": [
77
"CVE-2025-13425"
88
],
9+
"summary": "OSV-SCALIBR has NULL Pointer Dereference",
910
"details": "A bug in the filesystem traversal fallback path causes fs/diriterate/diriterate.go:Next() to overindex an empty slice when ReadDir returns nil for an empty directory, resulting in a panic (index out of range) and an application crash (denial of service) in OSV-SCALIBR.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/google/osv-scalibr"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.3.4"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,19 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/google/osv-scalibr/commit/e67c4e198ca099cb7c16957a80f6c5331d90a672"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/google/osv-scalibr"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
2954
"CWE-476"
3055
],
3156
"severity": "LOW",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-11-20T21:45:51Z",
3459
"nvd_published_at": "2025-11-20T16:15:56Z"
3560
}
3661
}

0 commit comments

Comments
 (0)