Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 994 Bytes

REDAXO RCE.md

File metadata and controls

22 lines (20 loc) · 994 Bytes

2024 REDAXO CMS RCE

Description

REDAXO CMS allows Remote Code Execution via the 'Template' in "/addons/structure/plugins/content/pages/modules.modules.php". Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit the latest vulnerabilities in the system.

Proof of Concept

  1. Log in as an administrator.
  2. Navigate to the Modules page.
  3. Add Modules.
  4. Edit the Default page.
  5. Enter <?php system("cat /etc/passwd"); ?> in the Output field.
  6. Return to Structure and create a new Article, select the Modules added in the previous step as the Template.
  7. Click "Add slice".