
CVE-2026-48907 – Joomla JCE Unauthenticated Remote Code Execution (RCE)
Severity: Critical (CVSS 9.8 / CVSS v4 10.0)
CVE: CVE-2026-48907
CWE: CWE-284 – Improper Access Control
Affected Software: Joomla Content Editor (JCE) Extension for Joomla
Status: Publicly disclosed and actively exploited in the wild.
CVE-2026-48907 is a critical unauthenticated Remote Code Execution (RCE) vulnerability affecting the Joomla Content Editor (JCE) extension.
The vulnerability stems from improper access control within JCE's profile management functionality. An attacker can create malicious editor profiles without authentication, eventually enabling arbitrary PHP file upload and execution on the target server.
Successful exploitation allows complete compromise of the Joomla installation.
| Property | Value |
|---|---|
| CVE | CVE-2026-48907 |
| Severity | Critical |
| CWE | CWE-284 |
| Attack Vector | Network |
| Authentication Required | No |
| User Interaction | None |
| Impact | Remote Code Execution |
| Exploit Complexity | Low |
| Privileges Required | None |
Affected versions:
JCE 1.0.0
through
JCE 2.9.99.4
Patched beginning with:
2.9.99.5
Additional hardening was introduced in later releases.
The vulnerability exists because the JCE extension fails to properly enforce authorization checks on profile management functionality.
Administrator
│
▼
Create Editor Profile
│
▼
Upload Content
Unauthenticated User
│
▼
Create Editor Profile
│
▼
Gain Upload Permissions
│
▼
Upload PHP Payload
│
▼
Execute PHP
│
▼
Remote Code Execution
The missing authorization validation effectively allows anonymous users to influence security-sensitive configuration.
Successful exploitation may allow an attacker to:
Because exploitation requires no authentication, this vulnerability is considered extremely dangerous.
Internet
│
▼
Unauthenticated Request
│
▼
Create Malicious JCE Profile
│
▼
Profile Allows PHP Upload
│
▼
Upload PHP File
│
▼
Request Uploaded File
│
▼
PHP Executes
│
▼
Remote Code Execution
Administrators should investigate for:
.php, .phtml, or .phar filescom_jcePotential detection methods include:
Recommended actions:
| Version | Status |
|---|---|
| 1.x | Vulnerable |
| 2.x ≤ 2.9.99.4 | Vulnerable |
| ≥ 2.9.99.5 | Patched |
| Date | Event |
|---|---|
| 2026-06-05 | CVE published |
| 2026-06-12 | Vendor advisory released |
| 2026-06-16 | Active exploitation confirmed |
| 2026-06-17 | NVD updated |
This repository is intended solely for educational, defensive, and research purposes.