PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-30895 Joomla! Project CVE debrief

A stored cross-site scripting (XSS) vulnerability exists in Joomla's com_content component due to insufficient output escaping in readmore links. The flaw, assigned CVSS 4.0 score 6.9 (Medium), allows an authenticated attacker with high privileges to inject malicious scripts that execute in the context of users clicking affected readmore links. The vulnerability was disclosed by the Joomla Security Strike Team on May 26, 2026, and is tracked as 20260504 in Joomla's security center.

Vendor
Joomla! Project
Product
Joomla! CMS
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-26
Original CVE updated
2026-05-27
Advisory published
2026-05-26
Advisory updated
2026-05-27

Who should care

Joomla site administrators, content managers, and security teams operating Joomla CMS instances with com_content enabled; organizations with user-generated content workflows requiring readmore functionality

Technical summary

The vulnerability stems from missing output encoding when rendering readmore links in Joomla's content component (com_content). An attacker with high-privilege access can craft malicious readmore link attributes that persist in content and execute when rendered to other users. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:L/VA:L) reflects network attack vector, low attack complexity, high privileges required, and partial user interaction. Confidentiality impact is high while integrity and availability impacts are low. The weakness maps to CWE-79 (Improper Neutralization of Input During Web Page Generation).

Defensive priority

medium

Recommended defensive actions

  • Apply Joomla security update 20260504 when available from the Joomla Security Strike Team
  • Review and sanitize all com_content readmore link configurations for unexpected HTML or script content
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact
  • Audit administrator accounts for unauthorized content modifications around the disclosure timeframe
  • Monitor web application logs for suspicious readmore link parameters or encoded payloads

Evidence notes

CVE published 2026-05-26T17:16:31.037Z; modified 2026-05-26T19:06:58.447Z. NVD status: Undergoing Analysis. Official Joomla security advisory confirms com_content readmore link XSS vector.

Official resources

2026-05-26