ghsa-wppf-gqj5-fc4f
Vulnerability from github
Published
2025-03-05 18:31
Modified
2025-03-05 19:30
Severity ?
VLAI Severity ?
Summary
REDAXO allows Arbitrary File Upload in the mediapool page
Details
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
- Log in to the portal then navigate to
Mediapool
. - Upload a png file (ex: poc.png)
- 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>
)
-
Forward the request.
-
Navigate to the file.
Impact
Exploiting an arbitrary file upload vulnerability enables attackers to execute malicious code on a server.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "redaxo/source" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "5.18.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-27411" ], "database_specific": { "cwe_ids": [ "CWE-434" ], "github_reviewed": true, "github_reviewed_at": "2025-03-05T18:31:35Z", "nvd_published_at": "2025-03-05T16:15:40Z", "severity": "MODERATE" }, "details": "### Summary\nAn 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. \n\n### Details\nOn the latest version of Redaxo, v5.18.2, the mediapool/media page is vulnerable to arbitrary file upload.\n\n### PoC\n1. Log in to the portal then navigate to `Mediapool`.\n2. Upload a png file (ex: poc.png)\n\n\n\n\n3. Intercept the upload HTTP request on burp suite and change `filename: poc.1html`, `Content-Type:image/html` and insert the malicious html code. (ex: `\u003cIFRAME SRC=\"javascript:alert(1);\"\u003e\u003c/IFRAME\u003e`) \n\n\n\n4. Forward the request.\n\n5. Navigate to the file.\n\n\n\n\n\n### Impact\nExploiting an arbitrary file upload vulnerability enables attackers to execute malicious code on a server.", "id": "GHSA-wppf-gqj5-fc4f", "modified": "2025-03-05T19:30:37Z", "published": "2025-03-05T18:31:35Z", "references": [ { "type": "WEB", "url": "https://github.com/redaxo/redaxo/security/advisories/GHSA-wppf-gqj5-fc4f" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27411" }, { "type": "WEB", "url": "https://github.com/redaxo/redaxo/commit/3b2159bb45da0ab6cfaef5c8cf8b602ee5e2fb37" }, { "type": "PACKAGE", "url": "https://github.com/redaxo/redaxo" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "REDAXO allows Arbitrary File Upload in the mediapool page" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…