CVE-2026-88853
7.5Joomla · Modals (Pro) extension
A privileged stored cross-site scripting (XSS) vulnerability exists in the Modals Pro extension for Joomla, allowing lower-privileged authors to execute arbitrary JavaScript via event handlers.
Executive summary
The Modals Pro extension for Joomla is vulnerable to stored XSS, allowing authorized authors to execute malicious scripts due to insufficient input validation.
Vulnerability
This is a stored XSS vulnerability (CWE-79) where the extension fails to differentiate between trusted configuration and user-supplied content in JavaScript events like on-open and on-closed. While the CVSS score is 7.5, the vulnerability requires high privileges, meaning an attacker must already be an authenticated author to trigger the malicious payload.
Business impact
An authenticated author can exploit this flaw to execute arbitrary JavaScript in the context of other users, including administrators. This could lead to account takeover, unauthorized data access, or administrative actions performed on behalf of the victim, significantly damaging the integrity and security of the Joomla installation.
Remediation
Immediate Action: Upgrade the Modals Pro extension to version 17.0.0 or later as soon as possible.
Proactive Monitoring: Review audit logs for suspicious activity involving article creation or modification, particularly those containing JavaScript event handlers.
Compensating Controls: Implement a Content Security Policy (CSP) to restrict the execution of unauthorized scripts and limit the potential impact of XSS on the platform.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Administrators should treat this vulnerability with high priority by ensuring all extensions are updated to the latest secure version. Restricting authoring permissions to trusted personnel is also recommended until the patch is applied.
More Joomla CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Analyst report updated
- Published in the daily brief high section