CVE-2025-67030: Directory Traversal vulnerability in the extractFile method of org.codehaus.plexus.util.Expand in plexus-ut...
Directory Traversal vulnerability in the extractFile method of org.codehaus.plexus.util.Expand in plexus-utils before 6d780b3378829318ba5c2d29547e0012d5b29642. This allows an attacker to execute arbitrary code
Security readout for executives and security teams
Plain-English summary
CVE-2025-67030 affects plexus-utils archive extraction. A crafted archive may escape the intended extraction folder and place files elsewhere, potentially leading to arbitrary code execution. The CVE is high severity, but the provided sources do not show active exploitation.
Executive priority
Prioritize remediation for systems that process external archives or run automated builds with untrusted inputs. Treat as high risk where vulnerable plexus-utils is reachable. Broader urgency depends on dependency presence and vendor package status.
Technical view
A CWE-22 directory traversal exists in org.codehaus.plexus.util.Expand.extractFile in plexus-utils before commit 6d780b3378829318ba5c2d29547e0012d5b29642. The CVSS 3.1 score is 8.8 with network attack vector, low complexity, no privileges, and user interaction required.
Likely exposure
Most relevant exposure is Java software or build tooling using plexus-utils Expand to process attacker-controlled archives. Red Hat has related CVE, VEX, and errata entries, but the provided CVE affected-product fields are incomplete.
Exploitation context
Exploitation requires a crafted archive to be processed by a vulnerable component or user workflow. Sources describe arbitrary code execution potential, but no KEV listing or cited source in the bundle confirms active exploitation.
Researcher notes
The CVE record names plexus-utils before a specific commit, but affected vendor/product/version and CPE data are listed as n/a. Release mapping and downstream package impact require confirmation from upstream, Red Hat VEX, or distribution advisories.
Mitigation direction
Identify applications and build systems using plexus-utils archive extraction.
Upgrade plexus-utils to a release containing commit 6d780b3378829318ba5c2d29547e0012d5b29642.
Apply applicable Red Hat errata where Red Hat packages are in scope.
Avoid processing untrusted archives until vendor guidance is applied.
Check upstream and distribution advisories for exact fixed versions.
Validation and detection
Inventory Java dependencies for org.codehaus.plexus:plexus-utils usage.
Confirm whether the deployed code includes the referenced fix commit.
Review Red Hat CVE, VEX, and errata status for managed systems.
Check application workflows that extract user-supplied or external archives.
Document uncertain transitive dependency exposure for follow-up with vendors.
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.
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.
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.
2CVSS vectors
5Timeline events
2ADP providers
21Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-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.