SQL injection in Emlog Pro - CVE-2026-53756
Published: August 15, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to sql injection in User_Model::getUserDataByLogin() when validating an authentication cookie. A remote privileged user can send a forged authentication cookie containing a specially crafted username value to disclose sensitive information.
Exploitation requires knowledge of the AUTH_KEY so that the cookie HMAC validation succeeds before the SQL query is reached.