平台
other
组件
notesnook
修复版本
3.3.12
3.3.18
CVE-2026-33976 描述了 Notesnook Web/桌面版中的一个跨站脚本 (XSS) 漏洞。该漏洞允许攻击者在受影响的 Notesnook 版本中注入恶意脚本,从而导致远程代码执行。受影响的版本包括 Web/桌面版 ≤ 3.3.17。此漏洞的修复版本为 3.3.11,用户应尽快更新到该版本以修复此安全问题。
Notesnook Web/Desktop 中的 CVE-2026-33976 存在于一个关键风险中,因为存在远程代码执行 (RCE) 的可能性。此存储型 XSS 漏洞通过 Web Clipper 渲染流程被利用。攻击者可以将恶意代码注入到网页中,然后将其作为剪辑保存在 Notesnook 中。当在桌面应用程序中打开此剪辑时,Notesnook 会在未沙盒化的 iframe 中进行渲染。这使得攻击者能够在桌面应用程序的上下文中执行任意代码,从而可能损害用户的系统安全。CVSS 严重程度评级 9.7 反映了高概率的利用可能性以及可能产生的重大影响。
利用此漏洞需要用户打开攻击者创建的恶意 Web 剪辑。攻击者必须能够控制正在剪切的原始网页的根元素的属性。当剪辑在桌面应用程序中打开时,恶意代码将在 iframe 中执行,从而使攻击者能够潜在地访问系统资源、窃取机密信息或控制系统。
Users of Notesnook, particularly those who rely on the Web Clipper feature to capture content from websites, are at significant risk. This includes individuals and organizations using Notesnook for research, note-taking, and content management. Shared hosting environments where multiple users share a Notesnook installation are also at increased risk, as a compromised user account could potentially impact other users on the same server.
• windows / desktop: Monitor Notesnook process for unusual network activity or unexpected process creation. Use Sysinternals tools like Process Monitor to observe file system and registry modifications.
Get-Process Notesnook | Select-Object -ExpandProperty Path• linux / server: (Notesnook desktop app may run on Linux via Wine) Monitor Notesnook process for unusual network activity. Examine system logs for suspicious entries related to Notesnook.
ps aux | grep Notesnook• generic web: Monitor web server access logs for requests containing suspicious HTML attributes or JavaScript code within the Web Clipper URL.
grep -i 'onload|onclick|onmouseover' /var/log/apache2/access.logdisclosure
漏洞利用状态
EPSS
0.14% (34% 百分位)
CISA SSVC
为了减轻此风险,强烈建议将 Notesnook 更新到 Web/Desktop 的 3.3.11 版本和 Android/iOS 的 3.3.17 版本。这些更新通过实施安全措施来防止 Web Clipper 渲染过程中恶意代码的注入和执行,从而修复了漏洞。在应用更新时,建议避免打开可疑的 Web 剪辑或来自不可信来源的剪辑。监控 Notesnook 应用程序中的异常活动也有助于检测潜在的利用尝试。
将 Notesnook 更新到桌面版的 3.3.11 或更高版本,以及 Android/iOS 版本的 3.3.17 或更高版本。这修复了存储的 XSS 漏洞,该漏洞可能允许远程代码执行。
漏洞分析和关键警报直接发送到您的邮箱。
存储型 XSS(或持久型)发生在用户提供的的数据存储在服务器上(例如,在数据库中),然后显示给其他用户时。在本例中,恶意代码存储在 Web 剪辑中。
远程代码执行允许攻击者在受害者的系统上执行任意代码,从而导致数据丢失、信息窃取或完全控制系统。
如果您无法立即更新 Notesnook,请避免打开来自未知或可疑来源的 Web 剪辑。考虑暂时禁用 Web Clipper 功能。
是,3.3.11 (Web/Desktop) 和 3.3.17 (Android/iOS) 之前的版本都存在漏洞。
目前没有专门用于检测恶意 Web 剪辑的工具。最佳防御是谨慎并更新到 Notesnook 的最新版本。
CVSS 向量