Answer in brief
CVE-2026-69160 records a Medium severity (CVSS 6.5) vulnerability in OpenList: Arbitrary File Read via Path Prefix Confusion in Share Creation API. The current sources do not mark it as known exploited. The current feed maps OpenListTeam/OpenList (generic), github.com/OpenListTeam/OpenList (go), github.com/OpenListTeam/OpenList/v3 (go), github.com/OpenListTeam/OpenList/v4 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-69160 records a Medium severity (CVSS 6.5) vulnerability in OpenList: Arbitrary File Read via Path Prefix Confusion in Share Creation API. The current sources do not mark it as known exploited. The current feed maps OpenListTeam/OpenList (generic), github.com/OpenListTeam/OpenList (go), github.com/OpenListTeam/OpenList/v3 (go), github.com/OpenListTeam/OpenList/v4 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps OpenListTeam/OpenList (generic), github.com/OpenListTeam/OpenList (go), github.com/OpenListTeam/OpenList/v3 (go), github.com/OpenListTeam/OpenList/v4 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| OpenListTeam/OpenListgeneric | < 4.2.4 | Not reported |
| github.com/OpenListTeam/OpenListgo | >=0 | Not reported |
| github.com/OpenListTeam/OpenList/v3go | >=0 | Not reported |
| github.com/OpenListTeam/OpenList/v4go | >=0 <4.2.4 | 4.2.4 |
| github.com/OpenListTeam/OpenList/v4go | <=4.2.3 | 4.2.4 |
Published upstream
Aug 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 8, 2026
OpenList a file list program that supports multiple storage. Prior to 4.2.4, the share creation and update checks in server/handles/sharing.go use strings.HasPrefix(requested_path, user.BasePath) without enforcing a directory separator boundary. An authenticated user with CanShare permission and a BasePath such as /base can submit a sibling path such as /base2/secret.txt, create a share for the out-of-scope file, and use the public share download or list handlers to read data outside the assigned directory. This issue is fixed in version 4.2.4.
Quoted source text, attributed separately from HOL analysis.
CVSS is 6.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps OpenListTeam/OpenList (generic), github.com/OpenListTeam/OpenList (go), github.com/OpenListTeam/OpenList/v3 (go), github.com/OpenListTeam/OpenList/v4 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| OpenListTeam/OpenListgeneric | < 4.2.4 | Not reported |
| github.com/OpenListTeam/OpenListgo | >=0 | Not reported |
| github.com/OpenListTeam/OpenList/v3go | >=0 | Not reported |
| github.com/OpenListTeam/OpenList/v4go | >=0 <4.2.4 | 4.2.4 |
| github.com/OpenListTeam/OpenList/v4go | <=4.2.3 | 4.2.4 |
Published upstream
Aug 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 8, 2026
OpenList a file list program that supports multiple storage. Prior to 4.2.4, the share creation and update checks in server/handles/sharing.go use strings.HasPrefix(requested_path, user.BasePath) without enforcing a directory separator boundary. An authenticated user with CanShare permission and a BasePath such as /base can submit a sibling path such as /base2/secret.txt, create a share for the out-of-scope file, and use the public share download or list handlers to read data outside the assigned directory. This issue is fixed in version 4.2.4.
Quoted source text, attributed separately from HOL analysis.