CVE-2026-71805 Details
Description
An arbitrary file upload and path traversal vulnerability exists in LZ-litchi 1.0.0. Unauthenticated remote attackers can upload arbitrary files and write them outside the intended storage directory via the directory parameter in POST /app-api/infra/file/upload.
A vulnerability allowing arbitrary file upload and path traversal has been identified in LZ-Litchi version 1.0.0. This issue arises from the app-side file upload endpoint, which is accessible without authentication. Unauthenticated remote attackers can exploit this vulnerability by uploading files and writing them outside the designated storage directory. The vulnerability is caused by the lack of validation on user-controlled directory and filename parameters, allowing attackers to manipulate file paths and access uploaded files through an admin-side download endpoint.
To address this vulnerability, remove the '@PermitAll' annotation from the upload endpoint and implement proper authentication. Additionally, normalize and restrict the 'directory' and 'path' parameters to prevent path traversal. Enforce a server-side whitelist for file types and filenames, and harden the admin-side download endpoint to include authentication and proper path validation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 9, 2026CISA-ADP
Assessed Sep 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/W000i/vuln/issues/9 | CISA-ADP | ExploitIssue TrackingTechnical Analysis |
| https://github.com/W000i/vuln/issues/9 | [email protected] | ExploitIssue TrackingTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-434 | Unrestricted Upload of File with Dangerous Type | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| LZ-litchi | <= 1.0.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion