CVE-2026-21857 is a medium severity vulnerability with a CVSS score of 6.5. No known exploits currently, and patches are available.
Very low probability of exploitation
EPSS predicts the probability of exploitation in the next 30 days based on real-world threat data, complementing CVSS severity scores with actual risk assessment.
Authenticated users with backup permissions can read arbitrary files within the webroot via path traversal in the Backup addon's file export functionality. <img width="664" height="899" alt="image" src="https://github.com/user-attachments/assets/fd1ca69e-b275-4daf-9a62-621cde6525f5" /> <img width="2358" height="445" alt="image" src="https://github.com/user-attachments/assets/fad81152-9e1b-413e-9823-09540a23e2fb" />
The Backup addon does not validate the EXPDIR POST parameter against the UI-generated allowlist of permitted directories.
An attacker can supply relative paths containing ../ sequences (or even absolute paths inside the document root) to include any readable file in the generated .tar.gz archive.
Vulnerable code:
redaxo/src/addons/backup/pages/export.php (lines 72-76) – directly uses $_POST['EXPDIR']redaxo/src/addons/backup/lib/backup.php (lines ~413 & ~427) – concatenates unsanitized user input with base pathThis allows disclosure of sensitive files such as:
redaxo/data/core/config.yml → database credentials + password hashes of all backend users.env, custom configuration files, logs, uploaded malicious files, etc.≤ 5.20.1 (confirmed working)
None (as of 2025-12-09)
EXPDIR[] value to ../../../../var/www/html/redaxo/data/core| Vendor | Product |
|---|---|
| Redaxo | Redaxo |
Please cite this page when referencing data from Strobes VI. Proper attribution helps support our vulnerability intelligence research.
Send request → download archive
<img width="423" height="131" alt="image" src="https://github.com/user-attachments/assets/db8a8bda-cdaf-4dea-812f-1e312da908e2" />Extract and open data/core/config.yml
Result: plaintext database password <img width="2534" height="1198" alt="image" src="https://github.com/user-attachments/assets/218ae917-868a-437e-98b0-6471b82c0b10" />
Full compromise of the REDAXO installation:
CVSS 4.0 vector & score below.
Discovered by: Łukasz Rybak