CVE-2026-25992 Details
Description
SiYuan is a personal knowledge management system. Prior to 3.5.5, the /api/file/getFile endpoint uses case-sensitive string equality checks to block access to sensitive files. On case-insensitive file systems such as Windows, attackers can bypass restrictions using mixed-case paths and read protected configuration files. This vulnerability is fixed in 3.5.5.
A file read interface case bypass vulnerability has been identified in SiYuan personal knowledge management system versions 3.5.4 and prior to 3.5.5. The vulnerability exists in the '/api/file/getFile' endpoint, which employs case-sensitive string equality checks to restrict access to sensitive files. On case-insensitive file systems like Windows, attackers can exploit this by using mixed-case paths to bypass these restrictions and access protected configuration files. The issue arises because path comparisons are strictly case-sensitive, lacking case normalization or validation against identical files.
Users can update to SiYuan version 3.5.5, which addresses this vulnerability by implementing case normalization in path comparisons and applying blacklist validation on sensitive paths after normalization.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 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/siyuan-note/siyuan/releases/tag/v3.5.5 | [email protected] | ProductRelease Notes |
| https://github.com/siyuan-note/siyuan/security/advisories/GHSA-f72r-2h5j-7639 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| b3log siyuan | < 3.5.5 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 23, 2026 | Initial Analysis | [email protected] |
| Feb 10, 2026 | New CVE Received | [email protected] |