PatchSiren

PatchSiren cyber security CVE debrief

CVE-2018-25353 Redaxo CVE debrief

A high-severity arbitrary file upload vulnerability in Redaxo CMS Mediapool Addon 5.5.1 and older allows authenticated users with editor privileges to bypass file extension blacklist restrictions. The vulnerability stems from insufficient validation of file extensions, permitting attackers to use obfuscated extensions such as php71 or php53 to evade the blacklist filter and upload executable files. Successful exploitation enables remote code execution on the affected system. The vulnerability was published on May 23, 2026, with the record last modified on May 26, 2026. The CVSS 4.0 vector indicates network attack vector, low attack complexity, low privileges required, and high impact to confidentiality, integrity, and availability.

Vendor
Redaxo
Product
Redaxo CMS Mediapool
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-23
Original CVE updated
2026-05-26
Advisory published
2026-05-23
Advisory updated
2026-05-26

Who should care

Organizations running Redaxo CMS with Mediapool Addon version 5.5.1 or older; web application security teams managing content management systems; system administrators responsible for PHP-based CMS deployments; security operations centers monitoring for web application attacks

Technical summary

The Redaxo CMS Mediapool Addon fails to properly validate file extensions during upload operations. The blacklist-based filter can be circumvented by appending numeric suffixes to prohibited extensions (e.g., 'php71' instead of 'php'). This allows authenticated editor users to upload files that the web server may interpret and execute as PHP code, leading to arbitrary code execution. The vulnerability requires low privileges (editor account) and has no user interaction requirement, making it exploitable by any authenticated editor user.

Defensive priority

HIGH

Recommended defensive actions

  • Upgrade Redaxo CMS Mediapool Addon to a version newer than 5.5.1
  • Implement strict server-side file extension validation using a whitelist approach rather than blacklist
  • Configure web server to deny execution of uploaded files in upload directories
  • Implement additional content-type validation and file header inspection
  • Restrict editor account privileges to minimize potential attack surface
  • Monitor upload directories for unexpected executable file types
  • Review and strengthen authentication controls for editor-level accounts

Evidence notes

The vulnerability is classified under CWE-863 (Incorrect Authorization). The CVSS 4.0 vector string is CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X. The vulnerability status in NVD is listed as 'Deferred'.

Official resources

Redaxo CMS Mediapool Addon versions 5.5.1 and older contain an arbitrary file upload vulnerability that allows authenticated users with editor accounts to bypass file extension blacklist restrictions by using obfuscated extensions (e.g., 'p