CVE-2025-27412: REDAXO allows Authenticated Reflected Cross Site Scripting - packages installation
Summary Reflected cross-site scripting (XSS) is a type of web vulnerability that occurs when a web application fails to properly sanitize user input, allowing an attacker to inject malicious code into the application's response to a user's request. When the user's browser receives the response, the malicious code is executed, potentially allowing the attacker to steal sensitive information or take control of the user's account.
Details On the latest version of Redaxo, v5.18.2, the rex-api-result parameter is vulnerable to Reflected cross-site scripting (XSS) on the page of AddOns.
PoC 1. Login Redaxo as administrative user. 2. Navigate to the URL: http://localhost/redaxo/index.php?page=packages&rex-api-call=package&&rex-api-result={%22succeeded%22%3Atrue%2C%22message%22%3A%22%3Cimg%20src=x%20onerror=alert(document.domain);%3E%22};%3E%22%7D), the XSS executes.
!2025-02-1413-45
Impact This can lead to various security risks, including session hijacking, phishing attacks and malware distribution. History page visible to administrative user and when an administrator views the infected page, the attacker may gain elevated privileges, further compromising the system.
Other sources
REDAXO is a PHP-based CMS. In Redaxo from 5.0.0 through 5.18.2, the rex-api-result parameter is vulnerable to Reflected cross-site scripting (XSS) on the page of AddOns. This vulnerability is fixed in 5.18.3.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
composer/redaxo/sourceto a version that resolves this vulnerability.Fixed in 5.18.3 - Upgrade
Upgrade
Redaxoto a version that resolves this vulnerability.Fixed in 5.18.3
Event History
Frequently Asked Questions
What is the severity of CVE-2025-27412?
CVE-2025-27412 has a moderate severity rating due to its potential for reflected cross-site scripting.
How do I fix CVE-2025-27412?
To fix CVE-2025-27412, upgrade REDAXO to version 5.18.3 or later.
What type of vulnerability is CVE-2025-27412?
CVE-2025-27412 is a reflected cross-site scripting (XSS) vulnerability.
Which versions of REDAXO are affected by CVE-2025-27412?
REDAXO versions from 5.0.0 through 5.18.2 are affected by CVE-2025-27412.
What component of REDAXO is vulnerable in CVE-2025-27412?
The rex-api-result parameter on the AddOns page is vulnerable in CVE-2025-27412.