CVE Catalog

CVE-2026-62998

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Summary

REDAXO prior to 5.21.2 in rex_list::getSortColumn() in 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.

Risk Assessment

Disclosure of database structure and sensitive fields by an authenticated backend user may occur, facilitating further attacks.

Recommendation

Update REDAXO to version 5.21.2 or later. Restrict backend access to trusted users and monitor for unusual sort requests.

Other vulnerabilities in REDAXO

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS