Skip to content

Commit 530f962

Browse files
committed
1 parent 1808960 commit 530f962

File tree

1 file changed

+64
-6
lines changed

1 file changed

+64
-6
lines changed

advisories/unreviewed/2025/11/GHSA-vqf4-7m7x-wgfc/GHSA-vqf4-7m7x-wgfc.json

Lines changed: 64 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,82 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vqf4-7m7x-wgfc",
4-
"modified": "2025-11-28T18:30:23Z",
4+
"modified": "2025-11-28T18:30:32Z",
55
"published": "2025-11-28T18:30:23Z",
66
"aliases": [
77
"CVE-2025-12183"
88
],
9-
"details": "Out-of-bounds memory operations in org.lz4:lz4-java 1.8.0 and earlier allow remote attackers to cause denial of service and read adjacent memory via untrusted compressed input.",
10-
"severity": [
9+
"summary": "Out-of-bounds memory operations in org.lz4:lz4-java",
10+
"details": "Out-of-bounds memory operations in org.lz4:lz4-java 1.8.0 and earlier allow remote attackers to cause denial of service and read adjacent memory via untrusted compressed input.\n\nThis is fixed in a forked release at.yawk.lz4:lz4-java 1.8.1",
11+
"severity": [],
12+
"affected": [
1113
{
12-
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/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+
"package": {
15+
"ecosystem": "Maven",
16+
"name": "org.lz4:lz4-java"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"last_affected": "1.8.0"
27+
}
28+
]
29+
}
30+
]
31+
},
32+
{
33+
"package": {
34+
"ecosystem": "Maven",
35+
"name": "org.lz4:lz4-pure-java"
36+
},
37+
"ranges": [
38+
{
39+
"type": "ECOSYSTEM",
40+
"events": [
41+
{
42+
"introduced": "0"
43+
},
44+
{
45+
"last_affected": "1.8.0"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"package": {
53+
"ecosystem": "Maven",
54+
"name": "net.jpountz.lz4/lz4"
55+
},
56+
"ranges": [
57+
{
58+
"type": "ECOSYSTEM",
59+
"events": [
60+
{
61+
"introduced": "0"
62+
},
63+
{
64+
"last_affected": "1.3.0"
65+
}
66+
]
67+
}
68+
]
1469
}
1570
],
16-
"affected": [],
1771
"references": [
1872
{
1973
"type": "ADVISORY",
2074
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12183"
2175
},
76+
{
77+
"type": "PACKAGE",
78+
"url": "https://github.com/lz4/lz4-java"
79+
},
2280
{
2381
"type": "WEB",
2482
"url": "https://github.com/yawkat/lz4-java/releases/tag/v1.8.1"

0 commit comments

Comments
 (0)