CVE-2026-32829
EUVD-2026-1342620.03.2026, 01:15
lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In versions 0.11.5 and below, and 0.12.0, decompressing invalid LZ4 data can leak sensitive information from uninitialized memory or from previous decompression operations. The library fails to properly validate offset values during LZ4 "match copy operations," allowing out-of-bounds reads from the output buffer. The block-based API functions (`decompress_into`, `decompress_into_with_dict`, and others when `safe-decode` is disabled) are affected, while all frame APIs are unaffected. The impact is potential exposure of sensitive data and secrets through crafted or malformed LZ4 input. This issue has been fixed in versions 0.11.6 and 0.12.1.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| pseitz | lz4_flex | 𝑥 < 0.11.6 |
| pseitz | lz4_flex | 0.12.0 |
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
| Vendor | Product | Version | Source |
|---|---|---|---|
| Red Hat | Logging Subsystem for Red Hat OpenShift 6.2 | 1776894389 ≤ 𝑥 < * | ADP |
| Red Hat | Logging Subsystem for Red Hat OpenShift 6.4 | 1780052069 ≤ 𝑥 < * | ADP |
| Red Hat | Logging Subsystem for Red Hat OpenShift 6.5 | 1777574710 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift AI 3.3 | 1778263962 ≤ 𝑥 < * | ADP |
Ubuntu Releases
Amazon Linux Releases
Amazon Package | |||
|---|---|---|---|
| cargo |
| ||
| clippy |
| ||
| rust |
| ||
| rust-analyzer |
| ||
| rust-debugger-common |
| ||
| rust-doc |
| ||
| rust-gdb |
| ||
| rust-src |
| ||
| rust-std-static |
| ||
| rust-toolset |
| ||
| rust-toolset-srpm-macros |
| ||
| rustfmt |
|
Common Weakness Enumeration
- CWE-201 - Insertion of Sensitive Information Into Sent DataThe code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor.
- CWE-823 - Use of Out-of-range Pointer OffsetThe program performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.
References