CVE-2026-25060
OpenList Frontend is a UI component for OpenList. Prior to 4.1.10, certificate verification is disabled by default for all storage driver communications. The TlsInsecureSkipVerify setting is default to true in the DefaultConfig() function in internal/conf/config.go. This vulnerability enables Man-in-the-Middle (MitM) attacks by disabling TLS certificate verification, allowing attackers to intercept and manipulate all storage communications. Attackers can exploit this through network-level attacks like ARP spoofing, rogue Wi-Fi access points, or compromised internal network equipment to redirect traffic to malicious endpoints. Since certificate validation is skipped, the system will unknowingly establish encrypted connections with attacker-controlled servers, enabling full decryption, data theft, and manipulation of all storage operations without triggering any security warnings. This vulnerability is fixed in 4.1.10.
EPSS 0.01% · 1.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| oplist | openlist | 0, 0 |
| OpenListTeam | OpenList | *, * |
| github.com | OpenListTeam/OpenList/v4 | 0, 0 |
Timeline
- Feb 2, 2026 CVE Published
- Feb 2, 2026 PoC Published
- Feb 2, 2026 PoC Published
- Feb 3, 2026 CVE Updated
- Feb 3, 2026 EPSS Score
- Feb 5, 2026 EPSS Score
- Feb 5, 2026 Security Advisory
- Feb 7, 2026 EPSS Score
- Feb 10, 2026 EPSS Score
- Feb 12, 2026 EPSS Score
- Feb 14, 2026 EPSS Score
- Feb 16, 2026 EPSS Score
References
- https://github.com/OpenListTeam/OpenList/security/advisories/GHSA-wf93-3ghh-h389 url
- https://github.com/OpenListTeam/OpenList/commit/e3c664f81d0584fbbdb86ffe6644be16259371c1 url
- https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.10 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-25060 advisory
- https://github.com/OpenListTeam/OpenList package
- https://github.com/OpenListTeam/OpenList/blob/5db2172ed681346b69ed468c73c1f01b6ed455ea/internal/conf/config.go#L185 url