Description
SiYuan versions before v3.7.3 contain SQL injection vulnerabilities in the fullTextSearchAssetContent endpoint reachable by unauthenticated users and publish RoleReader tokens. Attackers can execute arbitrary SQL on the read-write asset-content database via unescaped method parameters and REGEXP clauses to read, modify, or delete cross-notebook data.
Published: 2026-08-03
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an SQL Injection (CWE‑89) in the fullTextSearchAssetContent endpoint of SiYuan. Unauthenticated users can supply malicious parameters, including REGEXP clauses, that are incorporated into raw SQL queries without proper escaping. This allows an attacker to execute arbitrary SQL commands against the read‑write asset‑content database, enabling them to read, modify, or delete data across any notebook.

Affected Systems

SiYuan Note versions prior to 3.7.3 are affected. All deployments using these versions expose the vulnerable fullTextSearchAssetContent endpoint and therefore are susceptible to exploitation.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.9, indicating critical severity. EPSS data is not available, but the lack of authentication prerequisites and the broad data impact make it highly attractive for adversaries. The vulnerability is not yet listed in CISA's KEV catalog, but its exploitation potential warrants immediate attention. Attackers can reach the endpoint over the network without credentials, making the attack vector straightforward and low‑effort.

Generated by OpenCVE AI on August 4, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply SiYuan v3.7.3 or later to remove the vulnerability
  • Restrict unauthenticated access to the fullTextSearchAssetContent endpoint through firewall rules or network segmentation
  • Disable or isolate RoleReader token functionality until a patch is applied

Generated by OpenCVE AI on August 4, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared B3log
B3log siyuan
CPEs cpe:2.3:a:b3log:siyuan:*:*:*:*:*:*:*:*
Vendors & Products B3log
B3log siyuan

Mon, 03 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Siyuan
Siyuan siyuan
Vendors & Products Siyuan
Siyuan siyuan

Mon, 03 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description SiYuan versions before v3.7.3 contain SQL injection vulnerabilities in the fullTextSearchAssetContent endpoint reachable by unauthenticated users and publish RoleReader tokens. Attackers can execute arbitrary SQL on the read-write asset-content database via unescaped method parameters and REGEXP clauses to read, modify, or delete cross-notebook data.
Title SiYuan before v3.7.3 SQL Injection via fullTextSearchAssetContent
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 10, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N'}

cvssV4_0

{'score': 9.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:51:11.527Z

Reserved: 2026-08-03T10:42:57.736Z

Link: CVE-2026-69083

cve-icon Vulnrichment

Updated: 2026-08-03T14:42:09.313Z

cve-icon NVD

Status : Received

Published: 2026-08-03T14:16:28.537

Modified: 2026-08-03T16:16:31.403

Link: CVE-2026-69083

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:30:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')