Description
Lack of escaping leads to an XSS vulnerability in the generic image output layout.
Published: 2026-07-07
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a reflected XSS flaw caused by a lack of output escaping in Joomla! CMS’s generic image output layout. An attacker can insert malicious JavaScript into a crafted URL or input that is processed and rendered by the browser when the image layout is displayed. The injected script runs in the context of the victim’s session, allowing the attacker to conduct actions such as stealing cookies, defacing content, or redirecting users to malicious sites. The weakness is identified as CWE‑79.

Affected Systems

Joomla! Project’s Joomla! CMS is impacted. No specific affected versions are listed, so the flaw exists in the generic image output layout component of the CMS until the issue is resolved in a later release.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity, and the EPSS score of less than 1 % suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attack vector is remote: a victim must visit a maliciously crafted link that triggers the image output layout. Once the payload is executed, the attacker can run arbitrary client‑side code in the victim’s browser context.

Generated by OpenCVE AI on July 26, 2026 at 19:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Joomla! CMS to the latest release that contains the patch for this issue.
  • If an upgrade cannot be performed immediately, restrict the generic image output layout so that it is only available to authorized administrators, or block anonymous users from accessing the component entirely.
  • Apply additional input validation or output escaping on the image output endpoint, or deploy a web application firewall that blocks XSS payloads targeting that path.

Generated by OpenCVE AI on July 26, 2026 at 19:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Joomla
Joomla joomla!
Vendors & Products Joomla
Joomla joomla!

Tue, 07 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 18:15:00 +0000

Type Values Removed Values Added
Description Lack of escaping leads to an XSS vulnerability in the generic image output layout.
Title Joomla! Core - [20260707] - XSS in the generic image output layout
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:U'}


cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-07-08T09:53:08.632Z

Reserved: 2026-05-26T16:47:13.550Z

Link: CVE-2026-48953

cve-icon Vulnrichment

Updated: 2026-07-07T18:52:53.725Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:30:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')