CVE-2026-48901
Published: 26 May 2026
Summary
CVE-2026-48901 is a high-severity Use of Cache Containing Sensitive Information (CWE-524) vulnerability in Joomla Joomla\!. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-31871
Vulnerability details
The InputFilter::getInstance() method omitted a security sensitive parameter from the instance cache key.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Cache key omission in security-sensitive InputFilter enables filter bypass exploitable on public apps.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Refreshing cached data or generating it ephemerally and deleting afterward directly mitigates storage of sensitive information in caches.