Skip to content

Commit 775a041

Browse files
committed
1 parent 1808960 commit 775a041

File tree

1 file changed

+70
-4
lines changed

1 file changed

+70
-4
lines changed

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

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,90 @@
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.",
9+
"summary": "Out-of-bounds memory access in 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\nSee <https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-12183> for a detailed description.",
1011
"severity": [
1112
{
1213
"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+
"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"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.lz4:lz4-java"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.8.1"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 1.8.0"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "Maven",
43+
"name": "org.lz4:lz4-pure-java"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "0"
51+
},
52+
{
53+
"last_affected": "1.8.0"
54+
}
55+
]
56+
}
57+
]
58+
},
59+
{
60+
"package": {
61+
"ecosystem": "Maven",
62+
"name": "net.jpountz.lz4:lz4"
63+
},
64+
"ranges": [
65+
{
66+
"type": "ECOSYSTEM",
67+
"events": [
68+
{
69+
"introduced": "0"
70+
},
71+
{
72+
"last_affected": "1.8.0"
73+
}
74+
]
75+
}
76+
]
1477
}
1578
],
16-
"affected": [],
1779
"references": [
1880
{
1981
"type": "ADVISORY",
2082
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12183"
2183
},
84+
{
85+
"type": "PACKAGE",
86+
"url": "https://github.com/yawkat/lz4-java"
87+
},
2288
{
2389
"type": "WEB",
2490
"url": "https://github.com/yawkat/lz4-java/releases/tag/v1.8.1"

0 commit comments

Comments
 (0)