critical CVSS 9.8 Actively exploited

CVE-2026-48907·PHP vulnerability

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.

Severity
critical
Software
PHP
Fixed in
2.9.99.5
Published
2026-06-05

Affected versions

Until: 2.9.99.5

Fixed in: 2.9.99.5

How to fix this CVE

Immediately update the JCE editor extension to version 2.9.99.5 or later, which closes an authentication bypass that permits unauthorized profile creation and arbitrary PHP code execution. This critical vulnerability is currently being actively exploited in the wild. If you are running an older version of the extension, apply the security patch without delay and verify the update in your Joomla admin panel.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST /administrator/index.php?option=com_jce&task=profile.*profile.*name=.*php

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Block or restrict unauthenticated POST requests to /administrator/index.php?option=com_jce&task=profile* endpoints. Implement IP whitelisting for administrator access and enforce HTTP authentication at the web server level for all /administrator/* paths.

How to check if you are affected

  1. Step 1: Check the JCE extension version by navigating to Joomla Admin > Extensions > Manage > Search for 'JCE' and note the current version number.
  2. Step 2: Verify if JCE is enabled in your Joomla installation by checking if editor profile configuration files exist in /administrator/components/com_jce/
  3. Step 3: Search access logs for POST requests to /administrator/index.php?option=com_jce&task=profile containing suspicious parameters indicative of unauthorized profile creation attempts.
  4. Step 4: After updating to version 2.9.99.5 or later, confirm the fix by checking the extension version again in Joomla Admin and verifying that the version string matches 2.9.99.5 or higher.

Indicators of compromise

  • POST requests to /administrator/index.php?option=com_jce&task=profile with form data containing '.php' or code execution patterns
  • JCE profile configuration files with suspicious PHP code in /components/com_jce/extensions/profiles/
  • Newly created editor profiles in the Joomla database (jos_jce_profiles table) with modification timestamps correlating to suspected breach window

FAQ

What is CVE-2026-48907?

CVE-2026-48907 is a critical authentication bypass flaw in the JCE (Joomla Content Editor) extension that allows unauthenticated attackers to create malicious editor profiles and upload arbitrary PHP code, leading to remote code execution on the server.

Is CVE-2026-48907 being actively exploited?

Yes, this vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog and is currently being actively exploited in real-world attacks against Joomla installations.

What versions of the JCE extension are affected by CVE-2026-48907?

All versions of JCE up to and including 2.9.99.4 are vulnerable; version 2.9.99.5 and later contain the security fix.

How do I check if my server is vulnerable to CVE-2026-48907?

Log into your Joomla administration panel, navigate to Extensions > Manage, and search for 'JCE'. If the listed version is below 2.9.99.5, your installation is vulnerable.

Does Defensia detect CVE-2026-48907?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If JCE or PHP is installed on a monitored server, CVE-2026-48907 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2026-48907. Free for 1 server.

Get started free