CVE-2026-45147 — SiYuan is an open-source personal knowledge management
CVE-2026-45147 — SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, POST /api/tag/getTag is registered with model.CheckAuth only, omitting both model.CheckAdminRole and model.CheckReadonly, despite the handler performing a configuration write that is normally guarded by b
What This Means For You
- If your environment is affected by CWE-285, CWE-862, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-45147 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-45147 - SiYuan Unauthenticated Configuration Write
title: CVE-2026-45147 - SiYuan Unauthenticated Configuration Write
id: scw-2026-05-14-ai-1
status: experimental
level: high
description: |
Detects the specific API endpoint POST /api/tag/getTag being called with a 'sort' parameter. This is the vulnerable endpoint in SiYuan versions prior to 3.7.0 that allows any authenticated user to modify workspace configuration by writing to conf.json, enabling persistence or further compromise.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-45147/
tags:
- attack.persistence
- attack.t1505.003
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
uri:
- '/api/tag/getTag'
selection_base:
cs-uri-query|contains:
- 'sort='
condition: selection AND selection_base
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-45147 | vulnerability | CVE-2026-45147 |
| CWE-285 | weakness | CWE-285 |
| CWE-862 | weakness | CWE-862 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 22:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.