CVE-2024-55659

5.4 MEDIUM

📋 TL;DR

This vulnerability in SiYuan personal knowledge management systems allows attackers to write arbitrary files to the host server and execute stored cross-site scripting attacks through the file upload endpoint. All SiYuan instances running versions before 3.1.16 are affected. The vulnerability requires network access to the SiYuan API endpoint.

💻 Affected Systems

Products:
  • SiYuan Personal Knowledge Management System
Versions: All versions prior to 3.1.16
Operating Systems: All platforms running SiYuan
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all SiYuan deployments with the /api/asset/upload endpoint accessible.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise through arbitrary file write leading to remote code execution, data theft, or system takeover.

🟠

Likely Case

Stored XSS attacks compromising user sessions, defacement, or limited file system manipulation.

🟢

If Mitigated

Limited impact if proper file upload restrictions and input validation are already in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires access to the upload endpoint but appears straightforward based on advisory details.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.1.16

Vendor Advisory: https://github.com/siyuan-note/siyuan/security/advisories/GHSA-fqj6-whhx-47p7

Restart Required: Yes

Instructions:

1. Backup your SiYuan data. 2. Stop the SiYuan service. 3. Update to version 3.1.16 or later. 4. Restart the SiYuan service. 5. Verify the update was successful.

🔧 Temporary Workarounds

Disable upload endpoint

all

Block or disable the vulnerable /api/asset/upload endpoint

Configure web server/firewall to block requests to /api/asset/upload

Restrict upload permissions

all

Implement strict file upload validation and path restrictions

Implement file type validation, size limits, and path sanitization

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the SiYuan API endpoints
  • Deploy a web application firewall with rules to detect and block file upload path traversal attempts

🔍 How to Verify

Check if Vulnerable:

Check if SiYuan version is below 3.1.16 and if /api/asset/upload endpoint is accessible

Check Version:

Check SiYuan web interface settings or system logs for version information

Verify Fix Applied:

Confirm version is 3.1.16 or later and test upload functionality with malicious payloads

📡 Detection & Monitoring

Log Indicators:

  • Unusual file upload patterns
  • Requests to /api/asset/upload with suspicious parameters
  • File write operations outside expected directories

Network Indicators:

  • HTTP POST requests to /api/asset/upload with path traversal sequences
  • Uploads of files with unusual extensions or content

SIEM Query:

source="web_logs" AND uri_path="/api/asset/upload" AND (payload CONTAINS "../" OR payload CONTAINS "..\")

🔗 References

📤 Share & Export