平台
go
组件
github.com/siyuan-note/siyuan/kernel
修复版本
3.5.5
0.0.0-20260118092326-b2274baba2e1
CVE-2026-23850描述了SiYuan内核中存在的服务器端请求伪造(SSRF)漏洞。该漏洞允许攻击者通过构造恶意的请求,向内部网络或外部服务器发起请求,从而可能导致敏感信息泄露或未经授权的访问。该漏洞影响SiYuan内核的0.0.0-20260118092326-b2274baba2e1之前的版本。已发布补丁,建议用户尽快升级。
该SSRF漏洞的潜在影响非常严重。攻击者可以利用该漏洞读取服务器上的任意文件,包括配置文件、数据库凭证、以及其他敏感数据。此外,攻击者还可以利用该漏洞扫描内部网络,发现其他潜在的漏洞,并进行横向移动。如果SiYuan与外部服务集成,攻击者可能通过该漏洞访问外部资源,甚至可能导致数据泄露或服务中断。由于SiYuan被广泛应用于知识管理和笔记记录,该漏洞可能影响大量用户的数据安全。
目前,该漏洞的公开利用代码(POC)尚未发现,但由于SSRF漏洞的普遍性,存在被利用的风险。该漏洞已于2026年2月3日公开,并被添加到NVD数据库中。CISA尚未将其添加到KEV目录,但其潜在影响值得关注。建议密切关注安全社区的动态,及时采取应对措施。
Organizations and individuals using SiYuan for note-taking and knowledge management are at risk, particularly those running self-hosted instances or deployments where the SiYuan Kernel is exposed to external networks. Shared hosting environments where multiple users share the same SiYuan instance are also at increased risk.
• go / server: Examine application logs for unusual outbound HTTP requests, particularly those originating from internal IP addresses or using unusual protocols. Use netstat or ss to monitor connections and identify suspicious activity.
ss -t tcp -4 -n | grep <internal_ip_address>• generic web: Monitor access logs for requests to internal resources or unusual file paths. Check response headers for signs of SSRF exploitation.
grep "/internal/path" /var/log/apache2/access.logdisclosure
漏洞利用状态
EPSS
0.09% (25% 百分位)
CISA SSVC
为了缓解CVE-2026-23850的影响,首要措施是立即升级到0.0.0-20260118092326-b2274baba2e1版本。如果无法立即升级,可以考虑以下临时缓解措施:限制SiYuan的网络访问权限,只允许其访问必要的外部资源;实施严格的输入验证和过滤,防止攻击者构造恶意的请求;使用Web应用防火墙(WAF)来检测和阻止SSRF攻击。升级后,请确认新版本已正确安装并配置,并测试其功能是否正常。
Actualice SiYuan a la versión 3.5.4 o posterior. Esta versión corrige la vulnerabilidad de lectura arbitraria de archivos (LFD) causada por el renderizado HTML del lado del servidor sin restricciones en la función markdown. La actualización previene el acceso no autorizado a archivos sensibles en el sistema.
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2026-23850描述了SiYuan内核中存在的服务器端请求伪造(SSRF)漏洞,攻击者可利用该漏洞向内部网络或外部服务器发起请求。
如果您使用的是0.0.0-20260118092326-b2274baba2e1之前的SiYuan内核版本,则可能受到影响。
立即升级到0.0.0-20260118092326-b2274baba2e1版本。
目前尚未发现公开利用代码,但存在被利用的风险。
请查阅SiYuan官方网站或GitHub仓库的发布说明。
上传你的 go.mod 文件,立即知道是否受影响。