CVE-2023-38831: RARLAB WinRAR before 6.23 allows attackers to execute arbitrary code when a user attempts to view a benign...
RARLAB WinRAR before 6.23 allows attackers to execute arbitrary code when a user attempts to view a benign file within a ZIP archive. The issue occurs because a ZIP archive may include a benign file (such as an ordinary .JPG file) and also a folder that has the same name as the benign file, and the contents of the folder (which may include executable content) are processed during an attempt to access only the benign file. This was exploited in the wild in April through October 2023.
Security readout for executives and security teams
Plain-English summary
A malicious ZIP can disguise executable content behind an ordinary-looking file. In WinRAR versions before 6.23, merely attempting to view that decoy can execute attacker-controlled code. Because exploitation has occurred in the wild, vulnerable installations should be identified and updated promptly.
Executive priority
Treat remediation as high priority. Active exploitation is documented, successful attacks can compromise data and systems, and exploitation needs only a user to inspect a convincing archive decoy. Prioritize exposed user endpoints and confirm coverage rather than relying solely on update deployment status.
Technical view
CVE-2023-38831 is a WinRAR archive-processing flaw involving a file and folder with the same name inside a ZIP. Accessing the benign-looking file can cause content from the matching folder to be processed. It requires user interaction but no prior privileges; CVSS 3.1 rates it 7.8 with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely on endpoints running RARLAB WinRAR earlier than 6.23, particularly where users receive and inspect ZIP archives from email, downloads, trading forums, or other untrusted sources. The bundle does not provide reliable product inventory or deployment prevalence.
Exploitation context
CISA lists the vulnerability in its Known Exploited Vulnerabilities catalog. The CVE record states that exploitation occurred from April through October 2023, while cited reporting associates campaigns with trading-account attacks and government-backed actors. Current campaign prevalence is not established by the supplied evidence.
Researcher notes
The supplied CVSS vector is AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H, and the record maps the issue to CWE-351. The evidence establishes crafted ZIP structure, user interaction, arbitrary code execution, and historical exploitation. It does not provide complete affected-platform details, detection indicators, or evidence of present-day exploitation volume.
Mitigation direction
Upgrade WinRAR installations earlier than 6.23 to version 6.23 or later.
Prioritize endpoints handling externally sourced ZIP archives.
Restrict or discourage opening unexpected archives until remediation is confirmed.
Review current RARLAB guidance for any additional vendor-recommended protections.
Validation and detection
Inventory installed WinRAR versions and identify releases earlier than 6.23.
Confirm upgraded endpoints report WinRAR 6.23 or later.
Review endpoint telemetry for suspicious processes launched after archive interaction.
Investigate affected users who opened unexpected ZIP attachments or downloads.
Verify software deployment records show remediation across all managed endpoints.
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-351: 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 CVE wording references code or command execution, so execution technique review may help defensive triage. 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.
Exploitation: activeAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-351 · source CWE mapping
Insufficient Type Distinction
Insufficient Type Distinction represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.