CVE-2026-63000 PUBLISHED

REDAXO: Missing CSRF Protection on Package Update Action Allows Forced Addon Updates

Assigner: GitHub_M
Reserved: 14.07.2026 Published: 23.09.2026 Updated: 23.09.2026

REDAXO is a PHP-based content management system. Prior to 5.21.2, rex_api_install_package_update in redaxo/src/addons/install/lib/api/api_package_update.php inherits the false default from rex_api_function::requiresCsrfProtection() instead of requiring a CSRF token. An unauthenticated attacker can cause a logged-in administrator's browser to request a selected package update from the configured REDAXO package server, changing installed addon code or disrupting the site without the administrator's intent. This issue is fixed in version 5.21.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:L
CVSS Score: 6.4

Product Status

Vendor redaxo
Product core
Versions
  • Version < 5.21.2 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE