CVE-2026-48904
Analyzed Analyzed - Analysis Complete
Privilege Escalation in Joomla via com_users Group Editing

Publication date: 2026-05-26

Last updated on: 2026-05-26

Assigner: Joomla! Project

Description
An improper access check allows privelege escalation through the com_users group editing webservice endpoint.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-26
Last Modified
2026-05-26
Generated
2026-06-16
AI Q&A
2026-05-26
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
joomla joomla! From 4.0.0 (inc) to 5.4.6 (exc)
joomla joomla! From 6.0.0 (inc) to 6.1.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthorized privilege escalation through an improper access check in Joomla!'s com_users group editing webservice endpoint. Such unauthorized access can lead to potential data breaches or unauthorized data modifications, which may impact compliance with data protection regulations like GDPR and HIPAA that require strict access controls and protection of sensitive information.

Organizations using affected Joomla! versions should upgrade to the fixed versions (5.4.6 and 6.1.1) to mitigate the risk and maintain compliance with these standards.

Executive Summary

CVE-2026-48904 is a privilege escalation vulnerability in Joomla! CMS versions 4.0.0 through 5.4.5 and 6.0.0 through 6.1.0. It occurs due to an improper access check in the com_users group editing webservice endpoint, which allows unauthorized users to escalate their privileges.

Impact Analysis

This vulnerability can allow an attacker to escalate their privileges within a Joomla! CMS installation without proper authorization. This means an attacker could gain higher-level access than intended, potentially leading to unauthorized changes, data exposure, or control over the affected system.

Mitigation Strategies

To mitigate the CVE-2026-48904 vulnerability, users should upgrade Joomla! CMS to versions 5.4.6 or 6.1.1 or later, where the issue has been fixed.

This vulnerability arises from an improper access check in the com_users group editing webservice endpoint, allowing unauthorized privilege escalation.

Detection Guidance

This vulnerability involves an improper access check in the com_users group editing webservice endpoint of Joomla! CMS. Detection typically involves verifying the Joomla! version in use and checking for unauthorized access attempts to the com_users webservice endpoint.

To detect if your system is vulnerable, first identify the Joomla! version running on your system. Versions 4.0.0 through 5.4.5 and 6.0.0 through 6.1.0 are affected.

You can use commands to check the Joomla! version, for example:

  • On the server, check the version.php file: `cat /path/to/joomla/version.php | grep 'public $release'`
  • Alternatively, access the Joomla! administrator backend and check the version information.

To detect exploitation attempts on the network, monitor HTTP requests targeting the com_users group editing webservice endpoint for unauthorized access patterns.

  • Use network monitoring tools like tcpdump or Wireshark to filter requests: `tcpdump -i eth0 -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'com_users'`
  • Check web server logs for suspicious POST or GET requests to URLs containing 'com_users' and group editing endpoints.

Ultimately, the recommended mitigation is to upgrade Joomla! to versions 5.4.6 or 6.1.1 or later, which contain the fix.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48904. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart