CVE-2026-82327

A flaw was found in libsolv, a dependency-resolution library used by RPM-based package managers such as dnf and zypper to work with .solv repository cache files. When libsolv rewrites a .solv cache file, it reads directory-id values from the file's compressed filelist data without validating that they fall within the expected range. A corrupted or specially crafted .solv cache file (for example, one left in a torn state after an unclean system shutdown) can cause an out-of-bounds memory write when a tool such as dnf, yum, or zypper next processes it. Successful exploitation is expected to result in a crash of the affected tool (denial of service); it is not expected to allow arbitrary code execution because the out-of-bounds write always stores a fixed, non-attacker-controlled value.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-28 16:18

Updated : 2026-08-28 20:20


NVD link : CVE-2026-82327

Mitre link : CVE-2026-82327

CVE.ORG link : CVE-2026-82327


JSON object : View

Products Affected

No product.

CWE
CWE-129

Improper Validation of Array Index