<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mediapool Addon — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/mediapool-addon/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 26 May 2026 13:42:11 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/mediapool-addon/feed.xml" rel="self" type="application/rss+xml"/><item><title>Redaxo CMS Mediapool Addon Arbitrary File Upload Vulnerability (CVE-2018-25353)</title><link>https://feed.craftedsignal.io/briefs/2026-05-redaxo-file-upload/</link><pubDate>Tue, 26 May 2026 13:42:11 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-redaxo-file-upload/</guid><description>Redaxo CMS Mediapool Addon version 5.5.1 and older contains an arbitrary file upload vulnerability (CVE-2018-25353) that allows authenticated users to bypass file extension blacklist restrictions, leading to arbitrary code execution.</description><content:encoded><![CDATA[<p>Redaxo CMS is a content management system written in PHP. The Mediapool Addon, up to version 5.5.1, suffers from an arbitrary file upload vulnerability (CVE-2018-25353). Authenticated users with editor privileges can bypass file extension blacklist restrictions implemented within the Mediapool functionality. By uploading files with double extensions or other obfuscated file extensions (e.g., php71, php53), attackers can circumvent the blacklist and upload malicious PHP files. This allows them to execute arbitrary code on the web server. This vulnerability was reported on May 23, 2026, and poses a significant threat to Redaxo CMS installations that have not been patched.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains valid editor credentials for the Redaxo CMS.</li>
<li>Attacker logs into the Redaxo CMS administration panel.</li>
<li>Attacker navigates to the Mediapool section.</li>
<li>Attacker attempts to upload a malicious PHP file (e.g., webshell.php) through the Mediapool upload functionality.</li>
<li>The CMS checks the file extension against a blacklist.</li>
<li>To bypass the blacklist, the attacker renames the file with an obfuscated extension like &ldquo;webshell.php71&rdquo; or &ldquo;webshell.php53&rdquo;.</li>
<li>The server accepts the file due to the bypassed extension check.</li>
<li>The attacker accesses the uploaded file through a direct HTTP request (e.g., <code>http://example.com/redaxo/media/webshell.php71</code>), triggering the execution of the malicious PHP code on the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability grants the attacker the ability to execute arbitrary PHP code on the Redaxo CMS web server. This can lead to complete compromise of the server, including data theft, website defacement, or further lateral movement within the network. Given that the vulnerable versions are relatively old, systems that have not been regularly updated are most at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Redaxo CMS Mediapool Addon to a version greater than 5.5.1 to patch CVE-2018-25353.</li>
<li>Implement stricter file extension validation on the server side, using a whitelist approach instead of a blacklist.</li>
<li>Monitor web server logs for requests to unusual file extensions in the Mediapool directory using the Sigma rule provided.</li>
<li>Implement the second Sigma rule to detect file uploads with suspicious extensions to the Mediapool.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>file-upload</category><category>web-application</category><category>code-execution</category></item></channel></rss>