PatchSiren cyber security CVE debrief
CVE-2026-69160 OpenListTeam CVE debrief
An authenticated user with CanShare permission in OpenList versions prior to 4.2.4 can create a share for a file outside their assigned directory, allowing them to read data outside the directory. This issue is fixed in version 4.2.4. The vulnerability allows unauthorized data access. Defenders should assess exposure and prioritize upgrading to version 4.2.4 or later to prevent unauthorized data access. The vulnerability is a directory traversal issue in the share creation and update checks in server/handles/sharing.go.
- Vendor
- OpenListTeam
- Product
- OpenList
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for OpenList deployments should assess exposure and prioritize upgrading to version 4.2.4 or later to prevent unauthorized data access. This includes reviewing compensating controls, monitoring for suspicious activity, and restricting permissions to authorized users.
Why it matters
CVE-2026-69160 is a directory traversal vulnerability in OpenList that allows an authenticated user to access files outside their assigned directory. Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later to prevent unauthorized data access.
- Potential unauthorized data access
- Need to verify and upgrade to fixed version
- Monitor for suspicious activity
- Restrict permissions to authorized users
Technical summary
The share creation and update checks in OpenList server/handles/sharing.go use strings.HasPrefix(requested_path, user.BasePath) without enforcing a directory separator boundary, allowing an authenticated user to create a share for a file outside their assigned directory. This issue allows unauthorized data access and is fixed in version 4.2.4. Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later to prevent unauthorized data access. The vulnerability has a significant impact on OpenList deployments.
Defensive priority
Defenders should prioritize verifying and upgrading to OpenList version 4.2.4 or later to prevent unauthorized data access.
Recommended defensive actions
- Verify OpenList version and upgrade to 4.2.4 or later
- Restrict CanShare permission to authorized users
- Monitor for suspicious share creation and update activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. The vulnerability has a CVSS score of 6.5 and is classified as MEDIUM severity. The CVE record was published on 2026-08-18T18:19:28.493Z and has not been modified since then. The official CVE Program record and NIST NVD detail page provide additional information on the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-69160 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-69160
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-69160 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-69160
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/59bd3431408578f420895457554700cc9a52375a
-
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-86cx-wwf4-phq4
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.