
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-13265 is a path traversal (Zip Slip) vulnerability in the lsFusion platform affecting versions up to and including 6.1. The flaw resides in the unpackFile function within server/src/main/java/lsfusion/server/physics/dev/integration/external/to/file/ZipUtils.java, allowing attackers to write or overwrite files outside the intended extraction directory during ZIP decompression. It was publicly disclosed on November 17, 2025, with the underlying issue reported on November 5, 2025. The vulnerability carries a CVSS v3.1 base score of 9.1 (Critical) with no privileges required per the network-based attack vector (Feedly, GitHub Issue).
The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory — Path Traversal). The unpackFile method in ZipUtils.java, invoked by MakeUnzipFileAction and also triggered via EmailReceiver, does not validate or sanitize filenames or symbolic links within ZIP archives before extraction. An attacker can craft a ZIP file containing entries with path traversal sequences (e.g., ../../etc/cron.d/malicious) that, when extracted server-side, write files to arbitrary filesystem locations outside the intended directory. A proof-of-concept demonstrating the issue by passing a ZIP with traversal sequences to ZipUtils.unpackFile() directly has been published (GitHub Issue).
Successful exploitation allows an attacker to overwrite or delete arbitrary files on the server's filesystem with the permissions of the lsFusion server process. This can result in high integrity impact (e.g., overwriting configuration files, web shells, or application binaries) and high availability impact (e.g., deleting critical system or application files causing denial of service). Confidentiality impact is not directly indicated by the CVSS v3.1 scoring, though file overwrite primitives can be chained to achieve code execution or further lateral movement (Feedly, GitHub Issue).
A proof-of-concept exploit is publicly available on GitHub demonstrating the path traversal via a crafted ZIP file passed to ZipUtils.unpackFile(). There is no evidence of active in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.04%, reflecting low current exploitation probability. The CVSS v3.1 score indicates no authentication is required for exploitation, though the CVSS v4.0 scoring (5.3 Medium) reflects a low-privilege requirement in some contexts (Feedly, GitHub Issue).
../../etc/cron.d/backdoor or ../../var/www/html/shell.jsp).MakeUnzipFileAction (e.g., a file upload or email attachment processed by EmailReceiver).unpackFile method in ZipUtils.java extracts the archive without sanitizing entry paths, writing files to attacker-controlled locations on the server filesystem./etc/, /var/www/, or application root); modification timestamps on system or configuration files coinciding with ZIP upload events.EmailReceiver processing logs referencing unusual attachment filenames containing ../ sequences.Upgrade lsFusion platform to a version beyond 6.1 where the patch has been applied. As an interim measure, restrict network access to the lsFusion platform to authorized users and systems only, and disable or filter email attachment processing via EmailReceiver if not required. Monitor file system access for suspicious activity involving path traversal attempts and review access logs for unauthorized file operations on systems running vulnerable versions (GitHub Issue, Feedly).
The vulnerability was reported by researcher R1ckyZ via the lsFusion GitHub issue tracker on November 5, 2025, and received a CVE assignment shortly after. Red Hat tracked the CVE in their security advisory database. No significant broader media coverage or notable public researcher commentary beyond the original disclosure has been identified (GitHub Issue, Red Hat Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."