CVE-2026-63002 PUBLISHED

REDAXO: Stored XSS in Mediapool Sync Page via Unescaped Filesystem Filenames

Assigner: GitHub_M
Reserved: 14.07.2026 Published: 23.09.2026 Updated: 23.09.2026

REDAXO is a PHP-based content management system. Prior to 5.21.2, redaxo/src/addons/mediapool/pages/sync.php inserts filenames held in $diffFiles from the media filesystem into the Mediapool Sync page without rex_escape(). An attacker who can place an unregistered file with HTML metacharacters in the media directory can execute script in the browser of a backend user with media[sync] permission when that user opens the Sync page, enabling session theft or unauthorized backend actions. This issue is fixed in version 5.21.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
CVSS Score: 4.8

Product Status

Vendor redaxo
Product core
Versions
  • Version < 5.21.2 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE