VYPR
Unrated severityNVD Advisory· Published May 26, 2026· Updated May 26, 2026

CVE-2026-48901

CVE-2026-48901

Description

The InputFilter::getInstance() method omitted a security sensitive parameter from the instance cache key.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Joomla! CMS InputFilter::getInstance() cache key omits a security parameter, potentially allowing incorrect filter instances to be reused.

Vulnerability

The InputFilter::getInstance() method in Joomla! CMS constructs a cache key for storing and reusing filter instances. A security-sensitive parameter was omitted from this cache key, meaning that different filter configurations could incorrectly share the same cached instance. This affects Joomla! CMS versions 4.0.0 through 5.4.5 and 6.0.0 through 6.1.0 [1].

Exploitation

An attacker would need to be able to trigger the creation of InputFilter instances with different security-sensitive parameters. By exploiting the incorrect cache key, the attacker could cause a filter instance intended for one context (e.g., with stricter filtering) to be reused in another context where weaker filtering is expected. The exact attack vector is not detailed, but it likely involves crafting requests that cause the application to retrieve a cached filter instance that does not match the current security requirements [1].

Impact

The impact is rated Low. An attacker could potentially bypass input filtering protections, leading to injection attacks or other security issues depending on how the filter is used. The scope is limited to scenarios where the cache key mismatch leads to reuse of an inappropriate filter instance [1].

Mitigation

The fix is included in Joomla! CMS versions 5.4.6 and 6.1.1, released on 2026-05-26. Users should upgrade to these versions. No workaround is provided for earlier versions. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog [1].

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.