Cyber Posture

CVE-2025-23011

High

Published: 23 January 2025

Published
23 January 2025
Modified
19 September 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0209 84.1th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Flaw remediation directly addresses the path traversal vulnerability in archive extraction by requiring updates to a supported version like 6.5.1.

prevent

Prohibits use of unsupported system components like Fedora Repository 3.8.1, which is unmaintained and vulnerable to Zip Slip exploitation.

prevent

Information input validation enforces checks on archive paths during extraction to block path traversal attempts outside intended directories.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1100 Web Shell Persistence
A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

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)

Affected Products

fedorarepository
fcrepo
≤ 6.5.1

CVEs Like This One

CVE-2025-23012Same product: Fedorarepository Fcrepo
CVE-2025-25130Shared CWE-23
CVE-2026-33494Shared CWE-23
CVE-2026-25057Shared CWE-23
CVE-2024-56340Shared CWE-23
CVE-2025-7619Shared CWE-23
CVE-2026-29778Shared CWE-23
CVE-2025-20059Shared CWE-23
CVE-2025-2056Shared CWE-23
CVE-2026-32725Shared CWE-23

References