Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-32829 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-201Insertion of Sensitive Information Into Sent Data[email protected]
CWE-823Use of Out-of-range Pointer Offsetredhat-SADP
CWE-823Use of Out-of-range Pointer Offset[email protected]

Affected Products

ProductVersions
pseitz lz4 flex
< 0.11.6
0.12.0

CPE

  • cpe:2.3:a:pseitz:lz4_flex:*:*:*:*:*:rust:*:*
  • cpe:2.3:a:pseitz:lz4_flex:0.12.0:*:*:*:*:rust:*:*

Remediation

  • No remediation found in references.

Change History

16 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-32829
NVD Published Date:
Mar 20, 2026
NVD Last Modified:
Sep 17, 2026
Source:
[email protected]
CVE-2026-32829 Details - Not Deferred