Skip to content

Commit 0c26cb6

Browse files
1 parent 8afff9a commit 0c26cb6

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

advisories/unreviewed/2025/11/GHSA-vgq7-9r5r-j9v3/GHSA-vgq7-9r5r-j9v3.json renamed to advisories/github-reviewed/2025/11/GHSA-vgq7-9r5r-j9v3/GHSA-vgq7-9r5r-j9v3.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vgq7-9r5r-j9v3",
4-
"modified": "2025-11-24T21:30:59Z",
4+
"modified": "2025-11-25T21:01:13Z",
55
"published": "2025-11-24T18:31:12Z",
66
"aliases": [
77
"CVE-2025-60632"
88
],
9+
"summary": "Free5GC is vulnerable to DoS through its Npcf_BDTPolicyControl POST API",
910
"details": "An issue was discovered in Free5GC v4.0.0 and v4.0.1 allowing an attacker to cause a denial of service via crafted POST request to the Npcf_BDTPolicyControl API.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/free5gc/pcf"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.4.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,18 +44,26 @@
2344
"type": "WEB",
2445
"url": "https://github.com/free5gc/free5gc/issues/705"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/free5gc/pcf/pull/53"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/free5gc/free5gc"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/free5gc/pcf"
2958
}
3059
],
3160
"database_specific": {
3261
"cwe_ids": [
3362
"CWE-617"
3463
],
3564
"severity": "MODERATE",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-25T21:01:13Z",
3867
"nvd_published_at": "2025-11-24T16:15:49Z"
3968
}
4069
}

0 commit comments

Comments
 (0)