CVE-2026-4424: Libarchive: libarchive: information disclosure via heap out-of-bounds read in rar archive processing
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
Security readout for executives and security teams
Plain-English summary
CVE-2026-4424 is an information-disclosure flaw in libarchive when handling crafted RAR archives. An attacker could cause vulnerable systems to read beyond heap memory bounds and expose sensitive process memory. The listed impact is confidentiality only, but the attack is remote, low-complexity, unauthenticated, and requires no user interaction.
Executive priority
Patch on an expedited basis for systems that handle untrusted archives, especially automated upload, scanning, email, support, or container workflows. The issue is not listed as actively exploited in the supplied evidence, but the remote, unauthenticated confidentiality impact justifies high priority.
Technical view
The flaw is a CWE-125 heap out-of-bounds read in libarchive RAR processing. The source attributes it to improper validation of the LZSS sliding window size after compression-method transitions. CVSS is 7.5 high, with network attack vector, low complexity, no privileges, no user interaction, and high confidentiality impact.
Likely exposure
Exposure is most likely on Red Hat systems using vulnerable libarchive packages, including listed RHEL 7 ELS, RHEL 8, RHEL 9, RHEL 10 streams, and RHCOS/OpenShift 4.12 and 4.13. Risk is higher where services automatically ingest or inspect untrusted RAR archives.
Exploitation context
The source bundle says exploitation is possible through a specially crafted RAR archive. It does not cite CISA KEV listing or active exploitation. Treat internet-facing or automated archive-processing workflows as more exposed, but do not assume exploitation in the wild from these sources alone.
Researcher notes
Evidence is limited to the CVE source bundle and Red Hat advisory references. The bundle names affected Red Hat package streams and RHCOS versions but does not provide exploit code, active exploitation evidence, or universal upstream fixed-version details. Validate exposure by package stream and archive-processing reachability.
Mitigation direction
Apply the relevant Red Hat security advisories for each affected platform stream.
Prioritize systems that process untrusted RAR archives automatically or remotely.
Temporarily restrict untrusted RAR ingestion where patching cannot happen quickly.
Check vendor guidance for non-Red Hat libarchive builds before assuming status.
Track OpenShift/RHCOS updates separately from standard host package updates.
Validation and detection
Inventory installed libarchive and RHCOS versions against the affected versions listed.
Confirm the applicable RHSA has been applied for each Red Hat stream.
Identify applications, scanners, and pipelines that process RAR archives.
Review whether archive ingestion accepts unauthenticated or external submissions.
Document systems where patch timing depends on OpenShift node image updates.
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-125: 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.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.