Cyber Resilience

CVE-2026-23850

HighPublic PoC

Published: 19 January 2026

Published
19 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0052 40.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-23850 is a high-severity Path Traversal (CWE-22) vulnerability in B3Log Siyuan. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 40.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-23850 is a vulnerability in SiYuan, a personal knowledge management system, affecting versions prior to 3.5.4. The issue lies in the markdown feature, which performs unrestricted server-side HTML rendering, enabling arbitrary file read, referred to as Local File Disclosure (LFD). This is classified under CWE-22 (Path Traversal) with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high severity due to significant confidentiality impact.

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation allows reading arbitrary files on the affected server, potentially exposing sensitive data such as configuration files or user information.

SiYuan version 3.5.4 addresses the vulnerability. GitHub references detail the issue in kernel/model/file.go (line 1035), vulnerable code in kernel/api/filetree.go (lines 799-886 for v3.4.2), fixing commits (b2274baba2e11c8cf8901b0c5c871e5b27f1f6dd and f8f4b517077b92c90c0d7b51ac11be1b34b273ad), and the reporting issue (#16860). Security practitioners should upgrade to 3.5.4 or later and review the commits for patch details.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

SiYuan is a personal knowledge management system. In versions prior to 3.5.4, the markdown feature allows unrestricted server side html-rendering which allows arbitrary file read (LFD). Version 3.5.4 fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Vulnerability enables unauthenticated remote arbitrary file reads (path traversal) on a public-facing app, directly mapping to local data collection and public app exploitation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-30869Same product: B3Log Siyuan
CVE-2026-33476Same product: B3Log Siyuan
CVE-2026-32938Same product: B3Log Siyuan
CVE-2026-33670Same product: B3Log Siyuan
CVE-2026-25992Same product: B3Log Siyuan
CVE-2026-25539Same product: B3Log Siyuan
CVE-2026-32749Same product: B3Log Siyuan
CVE-2026-32815Same product: B3Log Siyuan
CVE-2026-33669Same product: B3Log Siyuan
CVE-2026-34605Same product: B3Log Siyuan

Affected Assets

b3log
siyuan
≤ 3.5.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents exploitation of the path traversal vulnerability in the markdown feature by validating inputs to block arbitrary file read attempts.

prevent

Requires timely identification, reporting, and patching of the specific flaw in SiYuan versions prior to 3.5.4 that enables LFD via unrestricted server-side HTML rendering.

prevent

Enforces logical access controls on server file resources, limiting the scope of arbitrary file reads even if path traversal occurs.

References