Skip to content

Commit 42a6129

Browse files
1 parent e3975e9 commit 42a6129

File tree

2 files changed

+122
-40
lines changed

2 files changed

+122
-40
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vqf4-7m7x-wgfc",
4+
"modified": "2025-12-03T14:00:28Z",
5+
"published": "2025-11-28T18:30:23Z",
6+
"aliases": [
7+
"CVE-2025-12183"
8+
],
9+
"summary": "LZ4 Java Compression has Out-of-bounds memory operations which can cause DoS",
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 version 1.8.1. The original project has been archived: https://github.com/lz4/lz4-java, and Sonatype has added a redirect from org.lz4:lz4-java:1.8.1 to the new group ID.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
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": "at.yawk.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+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.lz4:lz4-java"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "1.8.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.lz4:lz4-pure-java"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"last_affected": "1.8.0"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Maven",
78+
"name": "net.jpountz.lz4:lz4"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"last_affected": "1.3.0"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12183"
99+
},
100+
{
101+
"type": "PACKAGE",
102+
"url": "https://github.com/yawkat/lz4-java"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/yawkat/lz4-java/releases/tag/v1.8.1"
107+
},
108+
{
109+
"type": "WEB",
110+
"url": "https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-12183"
111+
}
112+
],
113+
"database_specific": {
114+
"cwe_ids": [
115+
"CWE-125"
116+
],
117+
"severity": "HIGH",
118+
"github_reviewed": true,
119+
"github_reviewed_at": "2025-12-03T14:00:28Z",
120+
"nvd_published_at": "2025-11-28T16:15:51Z"
121+
}
122+
}

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

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)