LiveActive security incident?Get immediate response
CVE Record

CVE-2025-6218: RARLAB WinRAR Directory Traversal Remote Code Execution Vulnerability

RARLAB WinRAR Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of RARLAB WinRAR. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of file paths within archive files. A crafted file path can cause the process to traverse to unintended directories. An attacker can leverage this vulnerability to execute code in the context of the current user. Was ZDI-CAN-27198.

HighCVSS 7.8Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

WinRAR can mishandle file paths inside a malicious archive, letting attackers place content in unintended locations and run code as the logged-in user. Exploitation requires user interaction, such as opening a malicious file or visiting a malicious page. CISA KEV status makes this an urgent endpoint exposure issue.

Executive priority

Treat this as high priority because WinRAR is common on endpoints, exploitation is KEV-confirmed, and compromise runs as the current user. Remediate exposed installations quickly and reduce user exposure to untrusted archives while confirming vendor-specific version guidance.

Technical view

CVE-2025-6218 is a CWE-22 directory traversal flaw in RARLAB WinRAR archive path handling. A crafted archive path can traverse outside the expected extraction directory. ZDI describes arbitrary code execution in the current user context, with no privileges required but user interaction required.

Likely exposure

Likely exposure is Windows endpoints where RARLAB WinRAR is installed, especially the source-named WinRAR 7.11 64-bit. The bundle does not establish every affected version, so teams should inventory WinRAR versions and verify scope against RARLAB and CVE guidance.

Exploitation context

Active exploitation is supported by the CISA KEV listing. ZDI states exploitation requires the target to open a malicious file or visit a malicious page. Third-party sources in the bundle discuss APT-C-08 activity, but avoid assuming local exposure without inventory evidence.

Researcher notes

The strongest source-backed facts are directory traversal, current-user code execution, user interaction requirement, CVSS 7.8, and KEV status. The source bundle names WinRAR 7.11 64-bit but does not provide full affected-version boundaries or fixed-version text, so preserve that uncertainty.

Mitigation direction

  • Follow RARLAB vendor guidance and update or remove affected WinRAR installations.
  • Restrict opening archives from untrusted sources until remediation is complete.
  • Prioritize endpoints used for email, web downloads, helpdesk, and file intake.
  • Use application control to limit unexpected execution from archive extraction locations.
  • Increase monitoring for suspicious child processes spawned after archive handling.

Validation and detection

  • Inventory endpoints for RARLAB WinRAR and record installed versions.
  • Confirm whether WinRAR 7.11 64-bit exists in managed endpoint data.
  • Check RARLAB advisory and CVE record for affected and fixed version details.
  • Review EDR telemetry for suspicious execution following archive opens or extractions.
  • Validate user-facing file intake workflows that process external archives.
Prepared
Confidence
high
Sources
7

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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-6218 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.0)
Known Exploited
Yes
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.0HighCVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.8High
CVSS 3.0 vector shape for CVE-2025-6218Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
RARLABWinRAR7.11 (64-bit)unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.