平台
php
组件
getsimple-custom-js
修复版本
0.1.1
CVE-2021-47860 是 GetSimple CMS Custom JS 插件 0.1 版本中发现的跨站请求伪造 (XSS) 漏洞。该漏洞允许未经身份验证的攻击者将恶意客户端代码注入到管理员的浏览器中,从而可能导致远程代码执行。受影响的版本为 0.1。建议尽快更新或采取缓解措施以降低风险。
攻击者可以利用此 XSS 漏洞创建恶意网站,当管理员访问该网站时,触发恶意脚本执行。攻击者可以利用此漏洞窃取管理员的敏感信息,例如用户名、密码和会话 Cookie。此外,攻击者还可以利用此漏洞在受感染的服务器上执行任意代码,从而完全控制服务器。这种攻击模式类似于其他 XSS 漏洞,但由于其针对管理员的特性,潜在影响更大,可能导致数据泄露和系统被破坏。
该漏洞已公开披露,存在公开的利用代码的可能性。目前尚未观察到大规模的利用活动,但由于该漏洞影响管理员,因此被认为是潜在的高风险漏洞。CISA尚未将其添加到 KEV 目录中。NVD 发布日期为 2026-01-21。
Administrators of GetSimple CMS websites using the Custom JS plugin version 0.1 are at significant risk. Shared hosting environments where multiple websites share the same server are particularly vulnerable, as a compromise of one website could potentially lead to the compromise of others. Websites relying on the Custom JS plugin for critical functionality are also at higher risk.
• php: Examine the Custom JS plugin files for suspicious JavaScript code, particularly functions that handle user input. Use grep to search for potentially malicious patterns like eval() or document.write.
grep -r 'eval\(' /path/to/customjs/plugin/• generic web: Monitor access logs for unusual requests containing JavaScript payloads. Look for POST requests to plugin endpoints with suspicious data. Use curl to test endpoints for XSS vulnerabilities.
curl -X POST -d "<script>alert('XSS')</script>" http://example.com/plugins/customjs/endpoint.phpdisclosure
漏洞利用状态
EPSS
0.07% (22% 百分位)
CISA SSVC
CVSS 向量
由于该漏洞影响的是插件,升级是首选的缓解措施。如果无法立即升级,可以考虑以下缓解措施:首先,审查并禁用 Custom JS 插件中所有不必要的 JavaScript 代码。其次,实施严格的输入验证和输出编码,以防止恶意代码注入。第三,使用 Web 应用防火墙 (WAF) 过滤恶意请求。最后,定期审查管理员的活动日志,以检测任何可疑行为。升级后,请确认漏洞已修复,可以通过尝试注入恶意脚本来验证。
将 GetSimple CMS Custom JS 插件更新到已修复的版本。请查看 GetSimple CMS 官方网站或 GitHub 仓库以获取最新版本和更新说明。由于未指定已修复的版本,建议联系开发者以获取更新。
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2021-47860 是 GetSimple CMS Custom JS 插件 0.1 版本中发现的一个跨站请求伪造 (XSS) 漏洞,允许攻击者注入恶意代码。
如果您正在使用 GetSimple CMS 且安装了 Custom JS 插件 0.1 版本,则您可能受到影响。请立即更新或采取缓解措施。
建议升级到最新版本。如果无法升级,请实施输入验证和输出编码,并使用 WAF。
目前尚未观察到大规模的利用活动,但由于该漏洞影响管理员,因此被认为是潜在的高风险漏洞。
请访问 GetSimple CMS 的官方网站或安全公告页面,查找有关 CVE-2021-47860 的信息。