平台
go
组件
github.com/siyuan-note/siyuan/kernel
修复版本
3.5.5
0.0.0-20260118092521-f8f4b517077b
CVE-2026-23851 描述了 SiYuan 内核中存在的任意文件读取漏洞。该漏洞允许攻击者通过文件复制功能读取服务器上的任意文件,可能导致敏感信息泄露。受影响的版本包括所有未修复的版本。已发布修复版本 0.0.0-20260118092521-f8f4b517077b,建议尽快升级。
攻击者可以利用此漏洞读取服务器上的任何文件,包括配置文件、源代码、数据库备份等。这可能导致敏感信息泄露,例如用户名、密码、API 密钥、商业机密等。如果服务器上存储了用户数据,攻击者还可以通过此漏洞访问用户数据。该漏洞的潜在影响范围取决于服务器上存储的数据类型和敏感程度。由于攻击者可以读取任意文件,因此可能导致进一步的攻击,例如横向移动到其他系统或执行恶意代码。
该漏洞已公开披露,存在公开的利用方法。目前尚无已知的活跃利用活动,但由于漏洞的严重性和易利用性,建议尽快修复。该漏洞未被添加到 CISA KEV 目录。
Organizations and individuals using SiYuan for note-taking, particularly those storing sensitive information within the application, are at risk. Users running older, unpatched versions of SiYuan are especially vulnerable. Shared hosting environments where multiple users share the same SiYuan instance are also at increased risk.
• linux / server: Monitor SiYuan process logs for unusual file access attempts. Use auditd to track file access events and create rules to alert on unauthorized reads.
auditctl -w /path/to/siyuan/data -p wa -k siyuan_file_access• go: Examine the SiYuan source code for the file copy function and related areas for potential vulnerabilities. Use static analysis tools to identify potential security flaws. • generic web: Monitor web server access logs for requests containing unusual file paths or attempts to access sensitive files via the SiYuan application.
disclosure
漏洞利用状态
EPSS
0.04% (12% 百分位)
CISA SSVC
最有效的缓解措施是升级到修复版本 0.0.0-20260118092521-f8f4b517077b。如果无法立即升级,可以考虑以下临时缓解措施:限制文件复制功能的访问权限,只允许授权用户访问特定文件。实施严格的文件访问控制策略,确保只有授权用户才能访问敏感文件。监控文件系统活动,检测未经授权的文件访问尝试。在升级后,确认漏洞已修复,可以通过尝试访问受影响的文件来验证。
Actualice SiYuan a la versión 3.5.4 o posterior. Esta versión corrige la vulnerabilidad de lectura arbitraria de archivos al validar correctamente las rutas de los archivos copiados.
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2026-23851 是 SiYuan 内核中发现的任意文件读取漏洞,攻击者可以通过文件复制功能读取服务器上的任意文件,可能导致敏感信息泄露。
如果您正在使用 SiYuan 且未升级到 0.0.0-20260118092521-f8f4b517077b 版本,则可能受到影响。
升级到 0.0.0-20260118092521-f8f4b517077b 版本。如果无法升级,请限制文件复制功能的访问权限。
目前尚无已知的活跃利用活动,但由于漏洞的严重性和易利用性,建议尽快修复。
请访问 SiYuan 官方网站或 GitHub 仓库,查找有关 CVE-2026-23851 的安全公告。
上传你的 go.mod 文件,立即知道是否受影响。