Incorrect Authorization
CVE-2024-27915
Summary
Sulu is a PHP content management system. Versions 2.2.0-rc1 through 2.4.17, and 2.5.0-alpha1 through 2.5.12, access to pages is granted regardless of role permissions for web spaces that have a security system configured and permission check enabled. web spaces without do not have this issue. One may apply the patch to `vendor/symfony/security-http/HttpUtils.php` manually or avoid installing `symfony/security-http` versions greater equal than `v5.4.30` or `v6.3.6`.
- LOW
- NETWORK
- HIGH
- UNCHANGED
- NONE
- LOW
- HIGH
- NONE
CWE-863 - Incorrect Authorization
Authorization is a security mechanism performed by an application to grant or deny access to the requested resources by verifying the privileges of the user. When an application lacks effective authorization mechanisms, it enables unauthorized users to gain unintended privileges and illegitimate access to resources. Such a vulnerability may result in exposure of sensitive information, denial of service, arbitrary code execution, and complete system takeover.
References
Advisory Timeline
- Published