AI Security AI安全 1d ago Updated 16h ago 更新于 16小时前 45

New cPanel Flaw Lets a Hosting Account With Mail Privileges Run Code as Root cPanel新漏洞允许具有邮件权限的托管账户以Root身份运行代码

cPanel patched CVE-2026-67401, an SQL injection vulnerability in EmailTrack that allows authenticated hosting accounts with mail privileges to create arbitrary files and escalate to root access Every supported version of cPanel and WHM is affected, with fixed builds released across release lines 11.110, 11.134, 11.136, and 11.138 This is the third major privilege escalation flaw in cPanel since late July, following an August domain parking vulnerability and a July database flaw, all enabling roo cPanel修复了CVE-2026-67401漏洞,允许拥有邮件特权的单个托管账户通过EmailTrack创建文件并以root权限执行代码,从而完全控制服务器 该漏洞为SQL注入类型,影响所有受支持的cPanel和WHM版本,补丁已发布至11.110、11.134、11.136和11.138发布线 这是cPanel自7月底以来披露的第三个从普通托管账户提权至root的漏洞,前两个漏洞(7月数据库漏洞和8月域名停放漏洞)的利用代码已在网上公开 漏洞由安全研究员Ali Mustafa (rz1027)和abed1526报告,截至9月9日未发现公开利用代码,但CISA已知利用漏洞目录中尚未收录

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

Analysis 深度分析

TL;DR

  • cPanel patched CVE-2026-67401, an SQL injection vulnerability in EmailTrack that allows authenticated hosting accounts with mail privileges to create arbitrary files and escalate to root access
  • Every supported version of cPanel and WHM is affected, with fixed builds released across release lines 11.110, 11.134, 11.136, and 11.138
  • This is the third major privilege escalation flaw in cPanel since late July, following an August domain parking vulnerability and a July database flaw, all enabling root code execution from ordinary hosting accounts
  • No public exploit code was found as of September 9, and the CVE has not yet been assigned a CVSS score or added to CISA's Known Exploited Vulnerabilities catalog
  • cPanel provided no interim mitigation for servers unable to update immediately, unlike its July advisory which offered a temporary workaround

Why It Matters

This vulnerability represents a critical threat to web hosting infrastructure, as a single compromised customer account can lead to complete server takeover with root-level access. For AI practitioners and security professionals managing hosting environments, this underscores the importance of rapid patching cycles and the compounding risk of multiple high-severity flaws in widely deployed control panel software.

Technical Details

  • Vulnerability Type: SQL injection in the EmailTrack module, leading to arbitrary file creation and subsequent root code execution
  • CVE: CVE-2026-67401, reported by researchers Ali Mustafa (rz1027) and abed1526
  • Affected Versions: All supported versions of cPanel and WHM; fixed builds include 11.110.0.143, 11.134.0.55, 11.136.0.39, 11.138.0.4, and WP Squared 11.138.1.9
  • Prerequisites: Authenticated hosting account with mail-related privileges is sufficient to exploit the vulnerability
  • Update Mechanism: Administrators can update via WHM (Home / cPanel / Upgrade to Latest Version) or command line using /usr/local/cpanel/scripts/upcp --force
  • Related Flaws: The August 27 domain parking vulnerability (eval injection) and July 30 database flaw share similar privilege escalation paths to root

Industry Insight

  • Hosting providers should prioritize immediate patching across all cPanel/WHM instances and audit logs for signs of prior exploitation, especially given the pattern of multiple rapid-fire vulnerabilities in a short timeframe
  • The absence of interim mitigations for unpatched servers highlights a gap in incident response guidance; organizations should consider network segmentation and least-privilege configurations to limit blast radius
  • The recurring nature of these flaws (three root escalation vulnerabilities since July) suggests systemic issues in cPanel's security review process, prompting administrators to evaluate alternative control panels or enforce stricter account isolation policies

TL;DR

  • cPanel修复了CVE-2026-67401漏洞,允许拥有邮件特权的单个托管账户通过EmailTrack创建文件并以root权限执行代码,从而完全控制服务器
  • 该漏洞为SQL注入类型,影响所有受支持的cPanel和WHM版本,补丁已发布至11.110、11.134、11.136和11.138发布线
  • 这是cPanel自7月底以来披露的第三个从普通托管账户提权至root的漏洞,前两个漏洞(7月数据库漏洞和8月域名停放漏洞)的利用代码已在网上公开
  • 漏洞由安全研究员Ali Mustafa (rz1027)和abed1526报告,截至9月9日未发现公开利用代码,但CISA已知利用漏洞目录中尚未收录

为什么值得看

该漏洞揭示了托管控制面板的安全架构缺陷——单个普通用户账户即可完全接管服务器,对Web托管服务商和依赖cPanel的企业构成严重威胁。近期cPanel连续曝出多个提权漏洞,反映出其代码审查和权限隔离机制存在系统性问题,值得安全从业者和运维人员高度关注。

技术解析

  • 漏洞类型与路径:CVE-2026-67401为EmailTrack模块中的SQL注入漏洞,攻击者利用邮件相关特权创建任意文件,进而实现root权限代码执行。cPanel官方未详细说明SQL注入如何转化为文件创建和root提权的具体利用链。
  • 影响范围与补丁:所有受支持的cPanel/WHM版本均受影响,固定版本包括11.110.0.143、11.134.0.55、11.136.0.39、11.138.0.4及WP Squared 11.138.1.9。11.118和11.126发布线未列入本次补丁列表,其支持状态不明。
  • 修复方式:可通过WHM界面(Home / cPanel / Upgrade to Latest Version)或命令行执行/usr/local/cpanel/scripts/upcp --force升级。官方未提供临时缓解措施,也未说明已受攻击服务器升级后如何检测是否曾被入侵。
  • 漏洞对比:与8月披露的CVE(CVSS 8.7分,eval注入)不同,本次为SQL注入类型,两者代码路径未被关联。7月数据库漏洞允许数据库功能用户以管理员特权执行命令,三个漏洞均从普通托管账户起始。

行业启示

  • 托管服务商需紧急响应:cPanel作为主流Web托管控制面板,其连续提权漏洞暴露了多租户环境中的权限隔离风险。服务商应立即升级至补丁版本,并审查服务器是否曾被入侵,建议实施额外的监控和日志审计措施。
  • 安全开发生态亟待加强:同一供应商在短时间内披露三个同类严重漏洞,反映出代码审查、渗透测试和权限最小化原则执行存在不足。企业应推动供应商建立更严格的安全开发流程,并考虑多元化技术栈以降低单点风险。
  • 漏洞披露透明度不足:cPanel未提供临时缓解方案、未说明已入侵服务器的检测方法、漏洞严重性评分缺失,这些都会影响用户响应效率。行业应倡导更完整、及时的安全公告标准,确保运维人员能获得可操作的防护指导。

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

Security 安全 Research 科学研究