CVE-2026-48907: Joomla Extension - joomlacontenteditor.net - Remote Code Execution in JCE extension for Joomla < 2.9.99.5
A vulnerability in the JCE editor extension for Joomla allows the creation of new editor profiles for unauthenticated users, ultimately resulting in PHP code upload and execution.
Security readout for executives and security teams
Plain-English summary
CVE-2026-48907 is a critical flaw in the Joomla Content Editor (JCE) extension. Unauthenticated attackers can create editor profiles and ultimately upload and run PHP code. For exposed Joomla sites, this can mean full website compromise. CISA KEV listing indicates known exploitation.
Executive priority
Immediate action is warranted for any public Joomla site using affected JCE versions. The flaw enables remote code execution without authentication and is listed by CISA as known exploited. Prioritize patching, exposure review, and compromise assessment.
Technical view
The issue affects JCE for Joomla versions 1.0.0 through 2.9.99.4. It is categorized as CWE-284 and scored CVSS 4.0 10.0. The vulnerability permits unauthenticated profile creation leading to PHP upload and execution. Version 2.9.99.5 is identified as the fixed threshold in the CVE title.
Likely exposure
Organizations running Joomla with the JCE extension versions 1.0.0 to 2.9.99.4 are likely exposed, especially if the site is internet-facing. Sites without the extension, or running versions outside the affected range, are not indicated as affected by the provided sources.
Exploitation context
CISA KEV status supports that this vulnerability is known to be exploited. The provided sources do not include exploit indicators, campaign details, or attacker tooling. Treat affected public Joomla sites as urgent investigation and remediation targets.
Researcher notes
The public bundle establishes affected versions, CVSS 10.0 severity, unauthenticated attack preconditions, and KEV status. It does not provide detailed root-cause analysis, indicators of compromise, or exploit mechanics. Avoid assuming impact beyond Joomla sites using the JCE extension in the stated version range.
Mitigation direction
Upgrade JCE to version 2.9.99.5 or later if available from the vendor.
Apply the vendor’s security update or free patch for older sites.
Restrict public access to administrative and extension-management interfaces where feasible.
Review vendor guidance for any additional hardening or cleanup instructions.
Prioritize remediation for internet-facing Joomla sites first.
Validation and detection
Inventory all Joomla sites and identify whether JCE is installed.
Confirm installed JCE versions against the affected range: 1.0.0 through 2.9.99.4.
Check for unexpected JCE editor profiles or configuration changes.
Review web directories for unauthorized PHP files or recent suspicious uploads.
Review web and application logs for anomalous unauthenticated activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.