Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-wppf-gqj5-fc4f: REDAXO allows Arbitrary File Upload in the mediapool page

Summary

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.

Details

On the latest version of Redaxo, v5.18.2, the mediapool/media page is vulnerable to arbitrary file upload.

PoC

  1. Log in to the portal then navigate to Mediapool.
  2. Upload a png file (ex: poc.png)

1

  1. Intercept the upload HTTP request on burp suite and change filename: poc.1html, Content-Type:image/html and insert the malicious html code. (ex: <IFRAME SRC="javascript:alert(1);"></IFRAME>)

2

  1. Forward the request.

  2. Navigate to the file.

3 4

Impact

Exploiting an arbitrary file upload vulnerability enables attackers to execute malicious code on a server.

ghsa
#vulnerability#git#java
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2025-27411

REDAXO allows Arbitrary File Upload in the mediapool page

Moderate severity GitHub Reviewed Published Mar 5, 2025 in redaxo/redaxo • Updated Mar 5, 2025

Package

composer redaxo/source (Composer)

Affected versions

< 5.18.3

Summary

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.

Details

On the latest version of Redaxo, v5.18.2, the mediapool/media page is vulnerable to arbitrary file upload.

PoC

  1. Log in to the portal then navigate to Mediapool.

  2. Upload a png file (ex: poc.png)

  3. Intercept the upload HTTP request on burp suite and change filename: poc.1html, Content-Type:image/html and insert the malicious html code. (ex: <IFRAME SRC="javascript:alert(1);"></IFRAME>)

  4. Forward the request.

  5. Navigate to the file.

Impact

Exploiting an arbitrary file upload vulnerability enables attackers to execute malicious code on a server.

References

  • GHSA-wppf-gqj5-fc4f
  • https://nvd.nist.gov/vuln/detail/CVE-2025-27411
  • redaxo/redaxo@3b2159b

Published to the GitHub Advisory Database

Mar 5, 2025

ghsa: Latest News

GHSA-wf8f-6423-gfxg: Jackson-core Vulnerable to Memory Disclosure via Source Snippet in JsonLocation