CVE-2025-15571
EUVD-2025-20726110.02.2026, 15:16
A security vulnerability has been detected in ckolivas lrzip up to 0.651. This vulnerability affects the function ucompthread of the file stream.c. Such manipulation leads to null pointer dereference. The attack can only be performed from a local environment. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| ckolivas | lrzip | 𝑥 ≤ 0.651 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
- CWE-404 - Improper Resource Shutdown or ReleaseThe program does not release or incorrectly releases a resource before it is made available for re-use.
- CWE-476 - NULL Pointer DereferenceA NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.