AI Security AI安全 7h ago Updated 4h ago 更新于 4小时前 48

WordPress wp2shell Exploitation Grows as Public Exploit Fuels Mass Scanning WordPress wp2shell 利用随着公开漏洞利用程序引发大规模扫描而增长

Two critical vulnerabilities in WordPress, CVE-2026-63030 and CVE-2026-60137 (codenamed wp2shell), enable unauthenticated remote code execution (RCE) through a chained exploit involving route confusion and improper input sanitization. The exploit chain was discovered using OpenAI GPT 5.6 Sol, highlighting how AI-assisted analysis significantly lowers the technical barrier for creating proof-of-concept exploits and accelerating vulnerability discovery. Post-exploitation activities include uploadi WordPress遭遇名为“wp2shell”的组合漏洞攻击(CVE-2026-63030与CVE-2026-60137),可导致未认证的远程代码执行(RCE)。 该漏洞链由Searchlight Cyber利用OpenAI GPT 5.6 Sol在10小时内发现,无需插件即可在默认安装中利用。 公开利用代码发布后引发大规模互联网扫描,攻击者通过SQL注入窃取凭证并上传恶意Web Shell。 超过60%的WordPress组织在漏洞披露时存在至少一个易受攻击的实例,25%暴露于公网。 攻击者创建后门管理员账户并尝试部署Overlord RAT等高级持久性威胁工具。

75
Hot 热度
65
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Two critical vulnerabilities in WordPress, CVE-2026-63030 and CVE-2026-60137 (codenamed wp2shell), enable unauthenticated remote code execution (RCE) through a chained exploit involving route confusion and improper input sanitization.
  • The exploit chain was discovered using OpenAI GPT 5.6 Sol, highlighting how AI-assisted analysis significantly lowers the technical barrier for creating proof-of-concept exploits and accelerating vulnerability discovery.
  • Post-exploitation activities include uploading malicious plugins, creating backdoor administrator accounts, executing local file inclusion attacks, and deploying advanced malware such as the Overlord RAT and a disguised CMSmap web shell.
  • Initial telemetry indicates widespread impact, with 60% of WordPress-using organizations having at least one vulnerable instance at publication, though automatic updates and virtual patches have helped reduce the exposure window.

Why It Matters

This incident demonstrates the accelerating pace of vulnerability discovery and exploitation driven by AI tools, posing a significant risk to organizations relying on standard WordPress installations. It underscores the critical importance of maintaining up-to-date security patches and monitoring for anomalous administrative activities, even after applying fixes, to ensure complete remediation of potential backdoors.

Technical Details

  • Vulnerability Chain: CVE-2026-60137 is a route confusion bug in the REST API batch endpoint that bypasses authentication, serving as the entry point for unauthenticated SQL injection. CVE-2026-63030 leverages improper sanitization of the 'author__not_in' parameter in 'WP_Query' to achieve remote code execution, particularly when persistent object cache is not in use.
  • AI-Assisted Discovery: Searchlight Cyber utilized OpenAI GPT 5.6 Sol to identify and chain these vulnerabilities over a 10-hour period, demonstrating the efficacy of AI in analyzing complex codebases and identifying subtle logic flaws.
  • Affected Versions: The SQL injection vulnerability affects WordPress versions 6.8 and later, while the RCE component impacts versions 6.9 and later. The exploit requires no plugins or preconditions, affecting stock installations.
  • Exploit Techniques: Attackers employed various SQL injection methods, including blind, UNION-based, and Boolean-based payloads. Post-exploitation tactics involved uploading a 150 KB web shell disguised as a security plugin and attempting to install the Overlord RAT.

Industry Insight

  • AI in Cybersecurity: Security teams must account for AI-augmented threat actors who can rapidly develop exploits from public vulnerability details. Defensive strategies should incorporate AI-driven anomaly detection to identify sophisticated, automated attack patterns.
  • Proactive Remediation: Organizations should implement rigorous patch management protocols and verify the integrity of their WordPress installations by auditing for unauthorized admin accounts and suspicious files, rather than relying solely on automatic updates.
  • Supply Chain Vigilance: Given the use of disguised malicious plugins and web shells, continuous monitoring of installed extensions and file integrity is essential to detect and mitigate post-compromise activities effectively.

TL;DR

  • WordPress遭遇名为“wp2shell”的组合漏洞攻击(CVE-2026-63030与CVE-2026-60137),可导致未认证的远程代码执行(RCE)。
  • 该漏洞链由Searchlight Cyber利用OpenAI GPT 5.6 Sol在10小时内发现,无需插件即可在默认安装中利用。
  • 公开利用代码发布后引发大规模互联网扫描,攻击者通过SQL注入窃取凭证并上传恶意Web Shell。
  • 超过60%的WordPress组织在漏洞披露时存在至少一个易受攻击的实例,25%暴露于公网。
  • 攻击者创建后门管理员账户并尝试部署Overlord RAT等高级持久性威胁工具。

为什么值得看

本文揭示了AI辅助漏洞发现如何显著降低网络攻击的技术门槛,使得复杂的漏洞链能在短时间内被自动化生成和利用。对于安全从业者和企业而言,这强调了即使在没有插件的默认配置下,核心CMS也可能面临严重风险,需立即审查系统完整性而非仅依赖补丁更新。

技术解析

  • 漏洞组合机制:CVE-2026-60137是REST API批处理端点的路由混淆错误,允许绕过认证;CVE-2026-63030涉及WP_Queryauthor__not_in参数清理不当,两者结合可实现单请求未授权SQL注入及RCE。
  • 受影响版本:SQL注入漏洞存在于WordPress 6.8及以上版本,而RCE影响6.9及以上版本,且仅在未使用持久对象缓存时生效。
  • AI辅助发现:漏洞链由Searchlight Cyber使用OpenAI GPT 5.6 Sol发现,证明了AI在简化概念验证(PoC)开发和降低攻击门槛方面的能力。
  • 攻击载荷特征:观察到伪装成合法安全插件“CMSmap”的150KB Web Shell,具备文件管理、数据库访问和端口扫描功能,以及针对MySQL UDF提权的模块。
  • 后续活动:攻击者不仅上传Web Shell,还创建后门管理员账户,尝试安装Overlord RAT(Golang编写的远程访问木马),并进行本地文件包含(LFI)以窃取数据库凭证。

行业启示

  • AI双刃剑效应:AI工具正迅速成为攻击者的赋能器,能够自动化复杂漏洞的发现与利用开发,防御方需提升对AI生成攻击模式的检测能力。
  • 默认配置风险:即使是“干净”的WordPress安装(无插件)也面临严重威胁,企业应重新评估对核心软件默认安全性的信任,实施更严格的访问控制和监控。
  • 纵深防御必要性:自动更新和WAF虽能缩小暴露窗口,但无法完全消除风险;建议在修补后立即进行全面的日志审计和后门排查,特别是检查异常的管理员账户和非官方插件。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全