CVE-2025-23011
Published: 23 January 2025
Summary
CVE-2025-23011 is a high-severity Relative Path Traversal (CWE-23) vulnerability in Fedorarepository Fcrepo. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SA-22 (Unsupported System Components) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Flaw remediation directly addresses the path traversal vulnerability in archive extraction by requiring updates to a supported version like 6.5.1.
Prohibits use of unsupported system components like Fedora Repository 3.8.1, which is unmaintained and vulnerable to Zip Slip exploitation.
Information input validation enforces checks on archive paths during extraction to block path traversal attempts outside intended directories.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing Fedora Repository archive extraction enables authenticated upload of crafted zip to write executable JSP web shell for RCE via unauthenticated GET.
NVD Description
Fedora Repository 3.8.1 allows path traversal when extracting uploaded archives ("Zip Slip"). A remote, authenticated attacker can upload a specially crafted archive that will extract an arbitrary JSP file to a location that can be executed by an unauthenticated GET…
more
request. Fedora Repository 3.8.1 was released on 2015-06-11 and is no longer maintained. Migrate to a currently supported version (6.5.1 as of 2025-01-23).
Deeper analysisAI
CVE-2025-23011 is a path traversal vulnerability, referred to as "Zip Slip," affecting Fedora Repository version 3.8.1. The flaw exists in the component responsible for extracting uploaded archives, enabling files to be written to arbitrary locations outside the intended extraction directory.
A remote, authenticated attacker can exploit this vulnerability by uploading a specially crafted archive. Upon extraction, the archive can place an arbitrary JSP file in a location executable via an unauthenticated GET request, potentially allowing remote code execution. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-23.
Fedora Repository 3.8.1, released on 2015-06-11, is no longer maintained, and mitigation requires migrating to a currently supported version such as 6.5.1 as of 2025-01-23. Advisories and resources include migration utilities at https://github.com/fcrepo-exts/migration-utils, release notes at https://github.com/fcrepo/fcrepo/releases, and the CSAF document at https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2025/va-25-021-01.json.
Details
- CWE(s)