Cyber Posture

CVE-2025-65346

CriticalPublic PoC

Published: 04 December 2025

Published
04 December 2025
Modified
16 December 2025
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0021 43.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

alexusmai laravel-file-manager 3.3.1 and below is vulnerable to Directory Traversal. The unzip/extraction functionality improperly allows archive contents to be written to arbitrary locations on the filesystem due to insufficient validation of extraction paths.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the insufficient validation of extraction paths by requiring validation of inputs to prevent directory traversal and arbitrary file writes.

prevent

Restricts archive extraction paths to authorized directories only, blocking traversal attempts to arbitrary filesystem locations.

prevent

Requires timely remediation of the specific flaw in laravel-file-manager unzip functionality to eliminate the vulnerability.

Security SummaryAI

CVE-2025-65346, published on 2025-12-04, is a directory traversal vulnerability (CWE-22) in the alexusmai/laravel-file-manager package, affecting versions 3.3.1 and below. The flaw exists in the unzip and extraction functionality, which lacks sufficient validation of extraction paths, enabling archive contents to be written to arbitrary locations on the filesystem. This critical issue carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N).

A remote, unauthenticated attacker can exploit this vulnerability over the network with low complexity and no user interaction. By uploading a malicious ZIP archive through the file manager's extraction feature, the attacker can achieve high confidentiality and integrity impacts, such as reading sensitive data or overwriting arbitrary files on the server, while availability remains unaffected.

References for further details include the vulnerability disclosure repository at https://github.com/Theethat-Thamwasin/CVE-2025-65346, the affected project's GitHub page at https://github.com/alexusmai/laravel-file-manager, and a proof-of-concept exploit at https://github.com/Theethat-Thamwasin/CVE-2025-65346/blob/main/POC-CVE-65346.md. Security practitioners should consult these sources for any available patches or mitigation guidance.

Details

CWE(s)

Affected Products

alexusmai
laravel file manager
≤ 3.3.1

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Directory traversal in unzip/extract allows arbitrary file writes (PR:N possible), enabling public-facing app exploitation (T1190) and web shell deployment for execution (T1100) and persistence (T1505.003) via PHP payloads in webroot.

References