CVE-2026-74802
Received Received - Intake

SiYuan Cross-Site WebSocket Hijacking Before 3.7.4

Vulnerability report for CVE-2026-74802, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

SiYuan versions before 3.7.4 contain a cross-site WebSocket hijacking vulnerability in the admin-only /ws/network/proxy endpoint that explicitly disables origin validation by setting CheckOrigin to unconditionally return true. Attackers can craft malicious webpages that establish WebSocket connections to this endpoint and direct the SiYuan kernel process to proxy arbitrary network traffic to attacker-chosen targets, enabling authenticated network pivoting through the victim's machine.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
siyuan siyuan to 3.7.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-346 The product does not properly verify that the source of data or communication is valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-74802 is a cross-site WebSocket hijacking vulnerability in SiYuan versions before 3.7.4. The /ws/network/proxy endpoint disables origin validation by setting CheckOrigin to always return true, allowing attackers to establish WebSocket connections from malicious webpages. This lets them direct the SiYuan kernel to proxy arbitrary network traffic to attacker-chosen targets, enabling authenticated network pivoting through the victim's machine.

Detection Guidance

To detect this vulnerability, monitor network traffic for unauthorized WebSocket connections to the /ws/network/proxy endpoint in SiYuan versions before 3.7.4. Check logs for WebSocket handshake requests with missing or invalid Origin headers. Use tools like Wireshark or tcpdump to capture WebSocket traffic and inspect for connections originating from unexpected sources.

Impact Analysis

An attacker could trick a user with an active admin session into visiting a malicious webpage. This would allow the attacker to proxy arbitrary network traffic through the victim's machine, potentially accessing internal systems or sensitive data. The impact depends on the victim's network configuration and permissions.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating confidentiality requirements in GDPR and HIPAA. It may also enable lateral movement within networks, compromising integrity and availability. Organizations using affected SiYuan versions should assess their compliance posture and apply mitigations promptly.

Mitigation Strategies

Immediately upgrade SiYuan to version 3.7.4 or later if available. If no patch exists, disable the /ws/network/proxy endpoint or restrict access to trusted admin users only. Implement proper origin validation for WebSocket connections by removing the CheckOrigin override. Audit other WebSocket endpoints using the gws library for similar issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74802. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart