CVE-2023-34455
snappy-java's unchecked chunk length leads to DoS
Severity Score
Exploit Likelihood
Affected Versions
Public Exploits
1Exploited in Wild
-Decision
Descriptions
snappy-java is a fast compressor/decompressor for Java. Due to use of an unchecked chunk length, an unrecoverable fatal error can occur in versions prior to 1.1.10.1.
The code in the function hasNextChunk in the fileSnappyInputStream.java checks if a given stream has more chunks to read. It does that by attempting to read 4 bytes. If it wasn’t possible to read the 4 bytes, the function returns false. Otherwise, if 4 bytes were available, the code treats them as the length of the next chunk.
In the case that the `compressed` variable is null, a byte array is allocated with the size given by the input data. Since the code doesn’t test the legality of the `chunkSize` variable, it is possible to pass a negative number (such as 0xFFFFFFFF which is -1), which will cause the code to raise a `java.lang.NegativeArraySizeException` exception. A worse case would happen when passing a huge positive value (such as 0x7FFFFFFF), which would raise the fatal `java.lang.OutOfMemoryError` error.
Version 1.1.10.1 contains a patch for this issue.
A flaw was found in Snappy-java's fileSnappyInputStream hasNextChunk function, which does not sufficiently evaluate input bytes before beginning operations. This issue could allow an attacker to send malicious input to trigger an out of memory error that crashes the program, resulting in a denial of service.
CVSS Scores
SSVC
- Decision:-
Timeline
- 2023-06-06 CVE Reserved
- 2023-06-15 CVE Published
- 2024-08-02 CVE Updated
- 2024-08-02 First Exploit
- 2024-09-19 EPSS Updated
- ---------- Exploited in Wild
- ---------- KEV Due Date
CWE
- CWE-770: Allocation of Resources Without Limits or Throttling
- CWE-1285: Improper Validation of Specified Index, Position, or Offset in Input
CAPEC
References (7)
URL | Date | SRC |
---|---|---|
https://github.com/xerial/snappy-java/security/advisories/GHSA-qcwq-55hx-v3vh | 2024-08-02 |
URL | Date | SRC |
---|---|---|
https://github.com/xerial/snappy-java/commit/3bf67857fcf70d9eea56eed4af7c925671e8eaea | 2024-02-01 |
URL | Date | SRC |
---|---|---|
https://access.redhat.com/security/cve/CVE-2023-34455 | 2024-09-19 | |
https://bugzilla.redhat.com/show_bug.cgi?id=2215445 | 2024-09-19 |
Affected Vendors, Products, and Versions
Vendor | Product | Version | Other | Status | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Vendor | Product | Version | Other | Status | <-- --> | Vendor | Product | Version | Other | Status |
Xerial Search vendor "Xerial" | Snappy-java Search vendor "Xerial" for product "Snappy-java" | < 1.1.10.1 Search vendor "Xerial" for product "Snappy-java" and version " < 1.1.10.1" | - |
Affected
|