CVE-2025-66026: REDAXO is Vulnerable to Reflected XSS in Mediapool Info Banner via args[types]

Published Nov 25, 2025
·
Updated

Summary A reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the request parameter args[types] is rendered into an info banner without HTML-escaping. This allows arbitrary JavaScript execution in the backend context when an authenticated user visits a crafted link while logged in.

Details

Control Flow:

1. redaxo/src/addons/mediapool/pages/index.php reads args via rexrequest('args', 'array') and passes them through as $argUrl to media.list.php. 2. redaxo/src/addons/mediapool/pages/media.list.php injects $argUrl['args']['types'] into an HTML string without escaping:

if (!empty($argUrl['args']['types'])) { echo rexview::info(rexi18n::msg('poolfilefilter') . ' <code>' . $argUrl['args']['types'] . '</code>'); }

PoC

1. Log into the REDAXO backend. 2. While authenticated, open a crafted URL like: <host>/index.php?page=mediapool/media&args[types]="><img+src%3Dx+onerror%3Dalert%28document.domain%29> 4. The info banner displays the unescaped value and activates the injected onerror handler, which opens an alert pop-up.

Impact Arbitrary JavaScript execution in the backend, enabling theft of session cookies, CSRF tokens, or other sensitive data, and allowing an attacker to perform any administrative actions on behalf of the affected user.

Other sources

REDAXO is a PHP-based CMS. Prior to version 5.20.1, a reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the request parameter args[types] is rendered into an info banner without HTML-escaping. This allows arbitrary JavaScript execution in the backend context when an authenticated user visits a crafted link while logged in. This issue has been patched in version 5.20.1.

MITRE

Affected Software

2 affected componentsFixes available
composer/redaxo/source<5.20.1
5.20.1
REDAXO REDAXO<5.20.1

Event History

Nov 25, 2025
Advisory Published
via GitHub·11:53 PM
Data Sourced
via GitHub·11:53 PM
DescriptionSeverityWeaknessAffected Software
Nov 26, 2025
CVE Published
via MITRE·02:01 AM
Data Sourced
via MITRE·02:01 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·03:15 AM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2025-66026?

CVE-2025-66026 is classified as a reflected Cross-Site Scripting (XSS) vulnerability.

2

How do I fix CVE-2025-66026?

To fix CVE-2025-66026, upgrade to version 5.20.1 or later of the redaxo/source package.

3

Which versions are affected by CVE-2025-66026?

CVE-2025-66026 affects all versions prior to 5.20.1 of the redaxo/source package.

4

What are the consequences of exploiting CVE-2025-66026?

Exploiting CVE-2025-66026 allows an attacker to execute arbitrary JavaScript in the context of an authenticated user.

5

Where does CVE-2025-66026 occur within the application?

CVE-2025-66026 occurs in the Mediapool view where the request parameter 'args[types]' is rendered without proper HTML-escaping.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203