REDHAT-BUG-2446453: High severity libarchive vulnerability
An Infinite Loop Denial-of-Service vulnerability exists in the RAR5 decompression implementation of libarchive. The flaw occurs in the uncompressfile() routine within archivereadsupportformatrar5.c due to a logical deadlock between the filter activation threshold and the half-window output limiter. When a specially crafted RAR5 archive is processed through archivereaddata(), the decompressor enters a state where neither the filter activation condition nor the output window progress condition can be satisfied. As a result, the loop continues indefinitely while consuming 100% CPU. Because the archive passes all CRC and checksum validation, the issue can be triggered using a valid-looking archive without authentication or user interaction. This allows attackers to exhaust worker threads or processing pipelines in applications that automatically extract or scan archives.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2446453?
The severity of REDHAT-BUG-2446453 is classified as a denial-of-service vulnerability.
How do I fix REDHAT-BUG-2446453?
To fix REDHAT-BUG-2446453, update the libarchive package to a version that addresses this vulnerability.
What software is affected by REDHAT-BUG-2446453?
REDHAT-BUG-2446453 affects the libarchive library.
What causes REDHAT-BUG-2446453?
REDHAT-BUG-2446453 is caused by a logical deadlock in the RAR5 decompression implementation.
How can I mitigate the risk of REDHAT-BUG-2446453?
To mitigate the risk of REDHAT-BUG-2446453, avoid processing untrusted RAR5 files until a patch is applied.