CVE-2026-62998 PUBLISHED

REDAXO: Unwhitelisted ORDER BY Column in rex_list Allows Authenticated Column Enumeration

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_list::getSortColumn() in redaxo/src/core/lib/list.php accepts the sort request parameter without checking whether setColumnSortable() registered the requested column. An authenticated backend user can make prepareQuery() add an escaped but unauthorized ORDER BY identifier, allowing error-based enumeration of columns in joined tables and ordering by unselected sensitive fields such as rex_user.password. This issue is fixed in version 5.21.2.

Metrics

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

Product Status

Vendor redaxo
Product core
Versions
  • Version < 5.21.2 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE