Visualização normal

Hoje — 9 de Setembro de 2026Cybersecurity News
  • ✇Cybersecurity News
  • CVE-2026-67401: cPanel Flaw Grants Full Control of the Server Do Son
    A critical CVE-2026-67401 cPanel SQL injection flaw in EmailTrack allows authenticated users to gain full control of the server. Patch your system today. Related Posts: Cisco Secure Boot Bypass Details and PoC Exploit Disclosed September 2026 Android Security Bulletin Fixes Critical System RCE Flaws Apache Impala Vulnerabilities Expose Big Data to Remote Code Execution The post CVE-2026-67401: cPanel Flaw Grants Full Control of the Server appeared first on Daily CyberSecurity.
     
Antes de ontemCybersecurity News
  • ✇Security Affairs
  • CVE-2026-58048: cPanel Bug Enables Full Database Administrator Access Pierluigi Paganini
    A critical cPanel flaw (CVE-2026-58048) lets authenticated users execute SQL as root. Users should update to fixed versions immediately. If you run a shared hosting box, this one’s worth reading before your morning coffee gets cold. cPanel just patched a flaw, tracked as CVE-2026-58048 (CVSS score of 9.4), that let an ordinary authenticated hosting customer, someone with nothing more than a standard account, execute SQL commands inside the database’s root context. “An authenticated cPane
     

CVE-2026-58048: cPanel Bug Enables Full Database Administrator Access

4 de Agosto de 2026, 09:29

A critical cPanel flaw (CVE-2026-58048) lets authenticated users execute SQL as root. Users should update to fixed versions immediately.

If you run a shared hosting box, this one’s worth reading before your morning coffee gets cold. cPanel just patched a flaw, tracked as CVE-2026-58048 (CVSS score of 9.4), that let an ordinary authenticated hosting customer, someone with nothing more than a standard account, execute SQL commands inside the database’s root context.

“An authenticated cPanel account holder with access to the MySQL/MariaDB database feature could potentially execute arbitrary database commands with full administrative privileges.” reads the advisory. “Depending on the operating system and database engine configuration, this may extend to operating-system-level compromise.”

The vulnerability impacts every supported version of cPanel & WHM plus WP Squared. To trigger it, you need a valid cPanel account with access to the MySQL/MariaDB feature, nothing exotic. From there, an attacker could run arbitrary database commands with full administrative privileges, and depending on the OS and database setup, that can climb all the way to compromising the operating system itself.

The root cause sits in something almost mundane: renaming a database. When cPanel renames one, it builds a replacement database, moves the data over, recreates the grants and stored code, then deletes the original along with its permissions. Somewhere in that process, SQL mode doesn’t get preserved correctly, and that’s the crack that lets commands execute with root-level authority instead of the account’s normal limited privileges.

Researcher Vincent55 Yang reported the vulnerability.

There’s a small classification mismatch worth flagging here. cPanel’s own advisory calls this a privilege escalation and never uses the words “SQL injection.” The CNA record, on the other hand, files it under CWE-89, which is literally the SQL injection category. Both descriptions point at the same bug, just from different angles, and neither one spells out the exact payload or which SQL mode gets broken.

One thing the advisory doesn’t clarify: whether Team User sub-accounts, the limited-permission logins an account owner can hand out, count as an “authenticated account holder” if they happen to have database access. That’s not a minor detail on a server hosting multiple client sites through delegated logins. Worth checking directly with cPanel support if your setup relies on those sub-accounts.

On August 4, US CISA listed exploitation status as none observed and calls the flaw non-automatable, while still rating the technical impact as total. That’s a snapshot, not a guarantee about tomorrow. A “Critical” severity score tells you how bad it gets if abused, not how many people currently have the access needed to try it, and that population depends entirely on who holds accounts on a given box.

The following builds address the issues: 11.110.0.137, 11.118.0.71, 11.126.0.78, 11.134.0.48, 11.136.0.32, and 138.1.6 for WP Squared. Anyone who can’t patch immediately can pull the MySQL feature from cPanel users as a stopgap, which keeps existing databases running while blocking new ones from being created or removed.

“Servers that cannot immediately upgrade can temporarily revoke the “MySQL” feature from cPanel users. This will not disable existing databases but just prevent adding/removing. To do so, you can follow the steps here:
How to edit a feature list” continues the advisory.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, CVE-2026-58048)

  • ✇Firewall Daily – The Cyber Express
  • CVE-2026-48907 and LiteSpeed cPanel Plugin Flaws Come Under Active Attack Ashish Khaitan
    Security researchers and software vendors warn that attackers are actively exploiting vulnerabilities in both Joomla and the LiteSpeed cPanel plugin, posing significant risks to website administrators and shared hosting environments.  One of the most urgent issues is CVE-2026-48907, a critical vulnerability affecting the Joomla Content Editor (JCE). The flaw stems from an improper access-control weakness that allows unauthenticated attackers to upload editor profiles and, ultimately, execute
     

CVE-2026-48907 and LiteSpeed cPanel Plugin Flaws Come Under Active Attack

CVE-2026-48907

Security researchers and software vendors warn that attackers are actively exploiting vulnerabilities in both Joomla and the LiteSpeed cPanel plugin, posing significant risks to website administrators and shared hosting environments.  One of the most urgent issues is CVE-2026-48907, a critical vulnerability affecting the Joomla Content Editor (JCE). The flaw stems from an improper access-control weakness that allows unauthenticated attackers to upload editor profiles and, ultimately, execute arbitrary PHP code on vulnerable servers. Security experts say threat actors are already abusing the bug in real-world attacks.  The JCE security update was first released on June 3, 2026, with JCE version 2.9.99.5 addressing the vulnerability. A second release, version 2.9.99.6, followed on June 6 and introduced additional hardening measures. All JCE Pro versions before 2.9.99.5 are affected.  Over the weekend, Joomla urged administrators to update immediately, warning that CVE-2026-48907 is being exploited in the wild. The project stated: “The vulnerability is being actively exploited, working exploit code is public, and the attacks are automated, so a site with no public registration is not safe.” 

How CVE-2026-48907 Works 

According to the JCE security update advisory, attackers exploit the flaw by importing a malicious editor profile that permits uploads of executable files. Once the profile is installed, arbitrary PHP files can be uploaded and executed on the server.  Administrators are advised to review Components → JCE Editor → Editor Profiles for unfamiliar profiles, particularly those with randomly generated names or configurations allowing PHP uploads through plugins such as Image Manager or File Browser. Another warning sign is a front-end editor displaying a stripped-down toolbar.  The most reliable evidence of compromise is found in web server logs. Administrators should search for unauthenticated requests targeting index.php?option=com_jce&task=profiles.import. The earliest matching request can help determine when an intrusion began and identify a safe backup point for restoration. 

Indicators of Compromise and Response Steps 

The JCE security update guidance warns administrators to investigate any unexpected PHP files located in images, media, or tmp directories. Files containing “php” in their names, such as foo.php.xml, should also be treated as suspicious.  If compromise is suspected, administrators should preserve suspicious files for forensic analysis, install JCE 2.9.99.6 or later, remove rogue profiles, delete malicious uploads, change administrator, database, hosting, and FTP passwords, and perform a full server-side malware scan.  The advisory stresses that updating alone does not remove malicious files already planted on a compromised system. Closing the vulnerability prevents reinfection but does not clean an existing breach. 

Legacy Sites and LiteSpeed Risks 

For older deployments unable to meet the requirements of JCE 2.9.99.6—PHP 7.4 and 3.10 or later—a free patch is available for JCE 2.7.x, 2.8.x, and 2.9.x branches. However, the patch only fixes CVE-2026-48907 and does not include the additional hardening found in the latest release.  Separately, attackers are also targeting a vulnerability in the LiteSpeed cPanel plugin. The flaw can be exploited for privilege escalation, potentially allowing attackers to obtain root-level access on shared hosting servers. Together, the Joomla and LiteSpeed cPanel plugin vulnerabilities highlight the growing threat posed by actively exploited web hosting and content management system weaknesses. 
  • ✇Firewall Daily – The Cyber Express
  • CVE-2026-41940: Critical cPanel Authentication Bypass Exposes Hosting Systems Ashish Khaitan
    A newly disclosed security issue, tracked as CVE-2026-41940, has raised significant concerns across the web hosting ecosystem, particularly for systems running cPanel and WebHost Manager (WHM). The flaw, described as an authentication bypass security vulnerability, affects multiple authentication pathways and could potentially allow unauthorized users to gain access to sensitive control panel environments.  The vulnerability was formally acknowledged in a security advisory published on April
     

CVE-2026-41940: Critical cPanel Authentication Bypass Exposes Hosting Systems

CVE-2026-41940

A newly disclosed security issue, tracked as CVE-2026-41940, has raised significant concerns across the web hosting ecosystem, particularly for systems running cPanel and WebHost Manager (WHM). The flaw, described as an authentication bypass security vulnerability, affects multiple authentication pathways and could potentially allow unauthorized users to gain access to sensitive control panel environments.  The vulnerability was formally acknowledged in a security advisory published on April 28, 2026, and later updated several times, with the most recent revision on April 29, 2026, at 02:46 PM CST. The advisory, titled “Security: CVE-2026-41940 - cPanel & WHM / WP2 Security Update 04/28/2026,” outlines the scope, impact, and mitigation steps associated with the issue.  According to the advisory, the root cause lies in an authentication bypass security flaw affecting cPanel software, including DNSOnly installations, across all versions released after 11.40. While initially lacking an official identifier, the issue is now widely referenced as CVE-2026-41940. 

Affected Versions and Patch Releases 

The vulnerability impacts all currently supported versions of cPanel and WHM. To address the issue, patches have been released for the following versions:
  • 11.86.0.41  
  • 11.110.0.97  
  • 11.118.0.63  
  • 11.126.0.54  
  • 11.130.0.19  
  • 11.132.0.29  
  • 11.134.0.20  
  • 11.136.0.5  
Additionally, WP Squared version 136.1.7 has also received a corresponding fix.  The advisory stresses that administrators should immediately update their systems using the standard update script: 
/scripts/upcp --force 
Once the update is complete, verification of the installed version and restarting the cPanel service (cpsrvd) is required to ensure the patch is properly applied. 

Immediate Mitigation Steps for CVE-2026-41940 

For environments where updates cannot be applied right away, temporary mitigations have been recommended. These include blocking inbound traffic on ports 2083, 2087, 2095, and 2096 at the firewall level, or disabling key services such as cpsrvd and cpdavd. Administrators are also warned that systems with disabled automatic updates or pinned to specific versions will not receive patches automatically. These systems must be manually updated as a priority to mitigate the authentication bypass security risk posed by CVE-2026-41940.

Detection Script and Indicators of Compromise 

To assist administrators in identifying potential exploitation attempts, a detection script has been provided. The script scans session files located in /var/cpanel/sessions for indicators of compromise (IOCs).  Key detection mechanisms include: 
  • Identification of session files containing both token_denied and cp_security_token, which strongly suggests exploitation attempts.
  • Detection of pre-authentication sessions containing authenticated attributes.
  • Sessions marked with tfa_verified but lacking legitimate origin markers.
  • Multi-line password values, indicating possible session file corruption.
If the script detects suspicious activity, it outputs warnings or critical alerts. In cases where compromise is confirmed, administrators are instructed to: 
  • Purge all affected sessions  
  • Force password resets for root and all WHM users  
  • Audit system logs, such as /var/log/wtmp and WHM access logs  
  • Investigate persistence mechanisms like cron jobs, SSH keys, or backdoors  
An example output included in the advisory demonstrates detection of an exploitation attempt originating from IP address 100.96.3.23, where an injected session token was identified alongside a failed authentication attempt. 

Industry Response and Ongoing Monitoring 

Although cPanel has not disclosed detailed technical specifics about CVE-2026-41940, third-party hosting provider Namecheap confirmed that the issue involves “an authentication login exploit that could allow unauthorized access to the control panel.”  As a precaution, Namecheap implemented firewall rules blocking TCP ports 2083 and 2087, temporarily restricting access to cPanel and WHM interfaces. The company stated, “Our team is actively monitoring the situation and will apply the official patch across all supported servers as soon as it becomes available.”  The provider also confirmed that patches had been deployed across Reseller and Stellar Business servers, with broader rollout ongoing. 

Urgency Around Updating cPanel Systems 

The advisory emphasizes that any server running an unsupported version of cPanel remains at risk from this authentication bypass security flaw. Administrators are strongly urged to upgrade to a supported and patched version as soon as possible.  “If your server is not running a supported version of cPanel that is eligible for this update, it is highly recommended that you work toward updating your server as soon as possible, as it may also be affected,” the advisory notes. 
❌
❌