CVE-2018-20250: In WinRAR versions prior to and including 5.61, There is path traversal vulnerability when crafting the fil...
In WinRAR versions prior to and including 5.61, There is path traversal vulnerability when crafting the filename field of the ACE format (in UNACEV2.dll). When the filename field is manipulated with specific patterns, the destination (extraction) folder is ignored, thus treating the filename as an absolute path.
Security readout for executives and security teams
Plain-English summary
A malicious ACE archive can make WinRAR 5.61 or earlier place extracted files outside the folder selected by the user. This can compromise confidentiality, integrity, and availability when a user opens an untrusted archive. CISA lists the vulnerability as known exploited, making legacy installations an urgent remediation target.
Executive priority
Treat as a high-priority endpoint remediation because exploitation is documented and successful abuse can produce complete confidentiality, integrity, and availability impacts. Focus first on users handling external archives. Track inventory coverage and verified upgrades rather than relying solely on user awareness.
Technical view
UNACEV2.dll improperly handles crafted ACE filename fields containing path-manipulation patterns. WinRAR may ignore the intended extraction directory and interpret the filename as an absolute path, enabling writes elsewhere with the user’s permissions. Exploitation requires user interaction and has low complexity; the supplied CVSS 3.1 score is 7.8.
Likely exposure
Exposure exists wherever WinRAR 5.61 or earlier remains installed and users can extract untrusted ACE archives. Internet-facing services are not required; email attachments, downloads, and transferred archives are plausible delivery paths. The source bundle does not quantify deployment prevalence.
Exploitation context
CISA KEV inclusion supports real-world exploitation. Public exploit references also exist in the source bundle. Exploitation requires a user to process a crafted archive, but requires no prior attacker privileges. This assessment does not establish the current frequency, targeting, or campaign scope.
Researcher notes
The core primitive is an archive filename path traversal resulting in an arbitrary-location write constrained by the extracting user’s permissions. The supplied evidence identifies UNACEV2.dll and ACE processing. It does not provide enough information to characterize every reachable destination, security-control bypass, campaign, or post-exploitation behavior.
Mitigation direction
Inventory WinRAR installations and prioritize versions 5.61 or earlier.
Upgrade affected installations following current WinRAR vendor guidance.
Remove unsupported legacy installations where upgrading is impractical.
Restrict or quarantine untrusted ACE archives until remediation is complete.
Review endpoint protections for malicious archive delivery and unexpected file writes.
Validation and detection
Confirm the installed WinRAR version on every managed endpoint.
Verify no installations remain at version 5.61 or earlier.
Confirm upgraded systems follow the vendor’s current supported configuration.
Search security telemetry for suspicious archive extraction and unexpected file creation.
Use non-weaponized regression testing to confirm extraction remains within the selected directory.
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-36: 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 file access or upload behavior, so file telemetry and web shell 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.
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-36 · source CWE mapping
Absolute Path Traversal
Absolute Path Traversal represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.