Arbitrary file upload in REDAXO - CVE-2026-53599
Published: June 29, 2026
REDAXO
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to unrestricted upload of file with dangerous type in rex_mediapool::isAllowedExtension and rex_mediapool::filename() when processing uploaded filenames with a blocked extension in a non-terminal segment of a multi-extension chain. A remote user can upload a specially crafted JPEG/PHP polyglot and request it from the public media/ directory to execute arbitrary code.
Exploitation requires backend media upload permission and an Apache PHP handler configuration that matches .php as any segment of the filename.