An arbitrary file upload vulnerability was identified in the redaxo. This flaw permits users to upload malicious files, which can lead to JavaScript code execution and distribute malware.
On the latest version of Redaxo, v5.18.2, the mediapool/media page is vulnerable to arbitrary file upload.
Mediapool
.filename: poc.1html
, Content-Type:image/html
and insert the malicious html code. (ex: <IFRAME SRC="javascript:alert(1);"></IFRAME>
) Forward the request.
Navigate to the file.
Exploiting an arbitrary file upload vulnerability enables attackers to execute malicious code on a server.
{ "nvd_published_at": "2025-03-05T16:15:40Z", "cwe_ids": [ "CWE-434" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-03-05T18:31:35Z" }