Form Tools 3.1.1 版本存在一个被评定为问题等级的代码注入漏洞。该漏洞影响到设置处理器的 /admin/settings/index.php?page=accounts 文件的处理方式。攻击者可以通过操纵“Page Theme”参数来注入恶意代码,可能导致未经授权的访问和控制。受影响的版本包括 3.1.1。建议尽快升级到 3.1.2 版本以解决此问题。
该代码注入漏洞允许攻击者在 Form Tools 的管理界面注入恶意代码。攻击者可以利用此漏洞执行任意代码,从而可能完全控制受影响的系统。攻击者可以窃取敏感数据,例如用户凭据和配置信息。此外,攻击者还可以利用此漏洞进行横向移动,攻击网络中的其他系统。由于该漏洞已公开披露,攻击者可以轻松地利用此漏洞,因此存在高风险。
CVE-2024-6936 漏洞已公开披露,攻击者可以轻松利用此漏洞。目前尚未观察到大规模的利用活动,但由于漏洞的公开性,存在被利用的风险。该漏洞已添加到 VDB 数据库中,标识符为 VDB-271991。由于供应商未响应,修复方案依赖于用户自行升级。
Organizations using Form Tools 3.1.1 are at risk, particularly those hosting the application on publicly accessible servers or shared hosting environments. Those using Form Tools to collect and store sensitive user data are at higher risk due to the potential for data compromise.
• php: Examine web server access logs for requests to /admin/settings/index.php?page=accounts with unusual or malformed 'Page Theme' parameters. Use grep to search for patterns indicative of code injection attempts.
grep 'Page Theme=[^a-zA-Z0-9_]' /var/log/apache2/access.log• generic web: Use curl to test the /admin/settings/index.php?page=accounts endpoint with various payloads in the 'Page Theme' parameter and observe the server's response for signs of code execution.
curl 'http://your-formtools-server/admin/settings/index.php?page=accounts&Page Theme=<script>alert("XSS")</script>' -vdisclosure
漏洞利用状态
EPSS
0.11% (29% 百分位)
CISA SSVC
CVSS 向量
为了缓解此漏洞,建议立即升级到 Form Tools 3.1.2 版本。如果无法立即升级,可以尝试限制对 /admin/settings/index.php?page=accounts 页面的访问,只允许授权用户访问。此外,可以考虑使用 Web 应用防火墙 (WAF) 来检测和阻止恶意请求。监控 Form Tools 的日志文件,查找任何可疑活动,例如未经授权的代码执行尝试。升级后,请确认漏洞已修复,可以通过尝试注入恶意代码来验证。
如果存在,请将 Form Tools 更新到 3.1.1 之后的版本,其中已修复了代码注入漏洞。如果未提供修复版本,请考虑禁用或删除受影响的组件,直到发布解决方案。监控供应商的安全更新。
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2024-6936 是 Form Tools 3.1.1 版本中发现的一个问题,允许攻击者通过操纵“Page Theme”参数注入恶意代码。CVSS评分为2.7(低)。
如果您正在使用 Form Tools 3.1.1 版本,则可能受到此漏洞的影响。建议尽快升级到 3.1.2 版本。
建议升级到 Form Tools 3.1.2 版本。如果无法升级,请限制对 /admin/settings/index.php?page=accounts 页面的访问。
虽然目前尚未观察到大规模的利用活动,但由于漏洞的公开性,存在被利用的风险。
请访问 Form Tools 的官方网站或 GitHub 仓库,查找有关 CVE-2024-6936 的公告。