CVE-2025-15570: ckolivas lrzip stream.c lzma_decompress_buf use after free
A vulnerability was found in ckolivas lrzip up to 0.651. This impacts the function lzma_decompress_buf of the file stream.c. Performing a manipulation results in use after free. Attacking locally is a requirement. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Security readout for executives and security teams
Plain-English summary
CVE-2025-15570 affects lrzip, a compression utility, up to version 0.651. A memory use-after-free can be triggered locally in LZMA decompression. The reported impact is limited but includes possible confidentiality, integrity, and availability effects. A public proof of concept exists, but the provided sources do not show active exploitation.
Executive priority
Treat as a moderate operational risk. Prioritize systems that process untrusted archives or allow local multi-user access. The public proof of concept raises urgency, but the local-access requirement and lack of confirmed active exploitation reduce immediate enterprise-wide emergency priority.
Technical view
The flaw is in ckolivas lrzip stream.c, function lzma_decompress_buf. VulDB describes a use-after-free/memory corruption condition, mapped to CWE-416 and CWE-119. CVSS is 5.3 with local access, low complexity, low privileges, and no user interaction. The upstream project was reportedly notified via GitHub issue and had not responded at publication.
Likely exposure
Exposure is most likely on Linux or Unix systems where lrzip 0.651 or earlier is installed and used by local users, scripts, or file-processing workflows. Risk increases if untrusted compressed files are processed on shared servers, build systems, or automated ingestion pipelines.
Exploitation context
Sources state local access is required and public exploit material exists. There is no KEV listing and no cited evidence of active exploitation. The vulnerability is not described as remotely reachable unless lrzip is embedded in a service or automation that processes attacker-supplied files.
Researcher notes
Evidence is limited to CVE/VulDB records, a GitHub issue, public PoC attachment, project repository, and a Debian LTS advisory link. Do not assume a universal upstream fix from the provided data. Validate distribution-specific status before declaring systems remediated.
Mitigation direction
Inventory systems for lrzip and identify versions at or below 0.651.
Check upstream and operating system vendor advisories for fixed packages or guidance.
Review the referenced Debian LTS advisory if using Debian-packaged lrzip.
Avoid processing untrusted lrzip archives until remediation guidance is applied.
Limit lrzip execution to trusted users and controlled workflows.
Validation and detection
Confirm installed lrzip versions on servers, workstations, containers, and build images.
Identify scripts or services that invoke lrzip on user-supplied files.
Verify whether package managers provide an updated lrzip build.
Track the upstream GitHub issue for maintainer response or patch status.
Document compensating controls where lrzip cannot be removed or updated.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-119: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-119 · source CWE mapping
Improper Restriction of Operations within the Bounds of a Memory Buffer
Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.