Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-accessible frontend endpoint, low complexity; PR:L assumed as 'users' implies authenticated but low-privilege access; impact limited to module list disclosure only.
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
1DescriptionCVE.org
An improper access check allows users to display a list of modules in the frontend.
AnalysisAI
Incorrect access control in Joomla! CMS's com_modules component exposes the module listing interface to frontend users who should not have visibility into installed modules. The flaw stems from CWE-284 (Improper Access Control), where the frontend fails to enforce sufficient privilege checks before returning module enumeration data. No public exploit or CISA KEV listing has been identified at time of analysis, and the EPSS score is not provided in source data, but the CVSS 4.0 score of 6.4 reflects meaningful subsequent-system impact potential stemming from reconnaissance value of the disclosed module inventory.
Technical ContextAI
Joomla! CMS is a PHP-based content management system. The affected component is com_modules, the core extension that manages and renders Joomla modules (sidebar widgets, banners, navigation blocks, custom HTML, etc.). The CWE-284 (Improper Access Control) root cause indicates the frontend controller or view layer omits or incorrectly evaluates the ACL (Access Control List) check that should restrict module listing to privileged users only. Joomla's ACL system is layered - backend vs. frontend access is governed by group permissions and component-level authorization checks. A missing or bypassed isAuthorised() call in the com_modules frontend dispatcher would expose module metadata to callers who lack the required privilege level. The CPE string (cpe:2.3:a:joomla!_project:joomla!_cms:*:*:*:*:*:*:*:*) uses wildcards, meaning the specific affected version range is not defined in CPE data and must be determined from the Joomla Security Centre advisory.
RemediationAI
Apply the patch released by the Joomla! Project as detailed in the official security advisory at https://developer.joomla.org/security-centre/1064-20260710-core-incorrect-access-control-in-com-modules.html. The advisory should specify the fixed version; no exact fix version number is independently confirmed from the available input data. As a compensating control pending patching, administrators can restrict frontend access to the com_modules component by modifying Joomla's ACL settings to explicitly deny module-related views to unintended user groups - this should be done through the backend under Users > Access Levels, with the trade-off that overly broad restrictions could break legitimate module rendering. Additionally, Web Application Firewall rules can be configured to block or alert on requests targeting the com_modules frontend endpoint from unauthenticated or low-privilege sessions. Monitor Joomla update channels via the Joomla Security Strike Team RSS feed for patch availability confirmation.
More in Joomla Cms
View allTransport encryption downgrade in Joomla! CMS password and username reset workflows causes reset links to be generated w
Unrestricted SHTML file upload in Joomla! CMS affects all versions from 1.0.0 through 5.4.7 and 6.0.0 through 6.1.2, imp
Path traversal (Zip Slip) in Joomla 6.1.1's com_joomlaupdate component enables persistent remote code execution when a S
Arbitrary file deletion in Joomla! CMS com_joomlaupdate component via the autoupdate server mechanism allows remote atta
Authorization bypass in Joomla CMS com_config webservice endpoints allows authenticated attackers with high privileges t
Improper access control in Joomla! CMS webservice endpoints allows unauthorized attackers to bypass authentication and a
Inconsistent access control enforcement in Joomla! CMS REST API webservice endpoints allows authenticated users with ins
Multi-factor authentication bypass in Joomla! CMS versions 4.0.0 through 5.4.7 and 6.0.0 through 6.1.2 allows remote att
Authentication bypass in Joomla! CMS 4.0.0-5.4.5 and 6.0.0-6.1.0 allows remote attackers to circumvent multi-factor auth
Two-factor authentication bypass in Joomla! CMS versions 4.0.0-5.4.5 and 6.0.0-6.1.0 allows remote attackers to circumve
Privilege escalation in Joomla! CMS versions 4.0.0 through 5.4.5 and 6.0.0 through 6.1.0 allows remote attackers to abus
Privilege escalation in Joomla! CMS versions 4.0.0-5.4.5 and 6.0.0-6.1.0 allows remote attackers to abuse the com_users
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42065
GHSA-x853-rpgv-6qxj