Joomla · Jce Editor · CVE-2026-48907
**Name of the Vulnerable Software and Affected Versions**
Joomla JCE Editor versions 1.0.0 through 2.9.99.4
**Description**
Improper access control in the JCE editor extension for Joomla allows unauthenticated users to create new editor profiles. This flaw enables the upload and execution of PHP code, potentially leading to remote code execution (RCE) via the `/tmp/` directory. The issue is linked to an AJAX endpoint that lacks authentication, specifically involving the profile import task at the endpoint 'index.php?option=com jce&task=profiles.import'. Real-world exploitation has been observed across hundreds of sites, with attackers deploying web shells to establish persistent backdoors.
**Recommendations**
Update to version 2.9.99.5 or 2.9.99.6.
As a cleanup process for potentially compromised sites, back up rogue profiles, delete attacker-created profiles, change all administrator, database, and hosting account passwords, and perform a full server-side malware scan.
Monitor access logs for unauthenticated requests to the 'index.php?option=com jce&task=profiles.import' endpoint and audit for suspicious editor profiles.