CVE-2025-66429
Published: 11 December 2025
Description
An issue was discovered in cPanel 110 through 132. A directory traversal vulnerability within the Team Manager API allows for overwrite of an arbitrary file. This can allow for privilege escalation to the root user.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents directory traversal attacks by validating Team Manager API inputs like file paths to block traversal sequences enabling arbitrary file overwrites.
Mandates timely remediation of the specific directory traversal flaw in cPanel versions 110-132 via patching or upgrades to eliminate the vulnerability.
Enforces least privilege to restrict low-privilege (PR:L) accounts from exploiting file overwrites for root escalation on cPanel servers.
Security SummaryAI
CVE-2025-66429 is a directory traversal vulnerability (CWE-22) affecting cPanel versions 110 through 132, specifically within the Team Manager API. This flaw enables attackers to overwrite arbitrary files on the system, potentially leading to privilege escalation to the root user. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and significant impacts on confidentiality, integrity, and availability.
An authenticated attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network without user interaction. By leveraging the directory traversal in the Team Manager API, they can overwrite critical files, achieving full root-level privilege escalation on the affected cPanel server.
Mitigation details are provided in cPanel's official advisories, including the changelog for version 126 at https://docs.cpanel.net/changelogs/126-change-log/ and general release notes at https://docs.cpanel.net/release-notes/release-notes/. Security practitioners should consult these resources for patching instructions and upgrade paths beyond version 132.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directory traversal enables arbitrary file overwrite for root privilege escalation, directly mapping to T1068: Exploitation for Privilege Escalation.