Skip to content

Commit c4db76d

Browse files
committed
1 parent f72c3f8 commit c4db76d

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

advisories/github-reviewed/2024/10/GHSA-wwcp-26wc-3fxm/GHSA-wwcp-26wc-3fxm.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-wwcp-26wc-3fxm",
4-
"modified": "2024-11-07T21:43:53Z",
4+
"modified": "2024-11-07T21:43:55Z",
55
"published": "2024-10-04T06:30:45Z",
66
"aliases": [
77
"CVE-2024-47855"
88
],
99
"summary": "JSON-lib mishandles an unbalanced comment string",
1010
"details": "util/JSONTokener.java in JSON-lib before 3.1.0 mishandles an unbalanced comment string.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
15-
},
1612
{
1713
"type": "CVSS_V4",
1814
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
@@ -37,6 +33,25 @@
3733
]
3834
}
3935
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "net.sf.json-lib:json-lib"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"last_affected": "2.4"
51+
}
52+
]
53+
}
54+
]
4055
}
4156
],
4257
"references": [

0 commit comments

Comments
 (0)