CVE Catalog

CVE-2026-53756

MediumCVSS 4.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.32%

25th percentile - higher than 25% of all known CVEs

Summary

Emlog before version 2.6.16 has a blind SQL injection vulnerability in User_Model::getUserDataByLogin(). The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie validation path, where $username is extracted from the cookie and passed unfiltered into SQL — guarded only by an HMAC signature that requires AUTH_KEY to forge.

Risk Assessment

The risk is moderate because exploitation requires knowledge of the AUTH_KEY to forge the HMAC signature. If the key is compromised, an attacker could gain unauthorized access to user data.

Recommendation

Upgrade Emlog to version 2.6.16 or later, which includes the fix. Also regularly rotate the AUTH_KEY and monitor logs for suspicious activity.

Other vulnerabilities in Emlog

See all
Original NVD description (English source)

Emlog is an open source website building system. Prior to version 2.6.16, Emlog CMS Pro contains a blind SQL injection in User_Model::getUserDataByLogin(). The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie validation path, where $username is extracted from the cookie and passed unfiltered into SQL — guarded only by an HMAC signature that requires AUTH_KEY to forge. This issue has been patched in version 2.6.16.

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