PatchSiren cyber security CVE debrief
CVE-2026-73509 OpenListTeam CVE debrief
A vulnerability in OpenList's file list program allows an authenticated user with rename permission to manipulate file paths, potentially leading to cross-user file integrity loss, limited availability impact, and file-existence disclosure. The issue is fixed in version 4.2.4. This vulnerability affects OpenList installations where multiple users have rename permissions, and defenders should assess exposure and prioritize verification and remediation. The vulnerability is caused by a lack of validation in the /api/fs/batch_rename handler, allowing for path traversal.
- Vendor
- OpenListTeam
- Product
- OpenList
- CVSS
- HIGH 7.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-18
Who should care
Defenders and administrators of OpenList installations, especially those with multiple users having rename permissions, should assess exposure and prioritize verification and remediation.
Why it matters
CVE-2026-73509 is a high-severity vulnerability in OpenList's file list program that allows authenticated users with rename permissions to manipulate file paths, potentially leading to cross-user file integrity loss and file-existence disclosure. Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later, especially in environments where multiple users have rename permissions.
- Potential cross-user file integrity loss
- Limited availability impact due to file system manipulation
- File-existence disclosure through success or error responses
Technical summary
The authenticated /api/fs/batch_rename handler in OpenList's server/handles/fsbatch.go does not validate attacker-controlled renameObject.SrcName before concatenating it with the authorized path, allowing for path traversal and potential cross-user file integrity loss. This issue is fixed in version 4.2.4. The vulnerability has a CVSS score of 7.6 and is classified as HIGH severity. Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later, especially in environments where multiple users have rename permissions.
Defensive priority
Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later, especially in environments where multiple users have rename permissions.
Recommended defensive actions
- Verify and upgrade to OpenList version 4.2.4 or later
- Review and restrict rename permissions for users
- Monitor for suspicious file system activities
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 7.6 and the affected versions of OpenList. The issue is addressed in version 4.2.4. The vulnerability allows an authenticated user with rename permission to manipulate file paths, potentially leading to cross-user file integrity loss and file-existence disclosure. Defenders should verify and upgrade to OpenList version 4.2.4 or later, especially in environments where multiple users have rename permissions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73509 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73509
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73509 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73509
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenListTeam/OpenList/commit/651da18da4c647d96648d4bb64462baac1c37e04
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.4
-
Source reference
Unverified legacy reference
URL: https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-95cv-r8x4-vh75
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.