SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-46686

HIGH · CVSS 8.5 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Emlog versions 2.6.13 and earlier are vulnerable due to a reflected cross-site scripting flaw in the admin backend user search module, where the keyword parameter is inadequately sanitized before being rendered. This vulnerability could allow attackers to execute malicious scripts within an administrator's session, potentially compromising the integrity of the backend. Administrators using affected versions should prioritize addressing this issue to safeguard their systems against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-46686
Severity
HIGH
CVSS
8.5
EPSS
0.32%

Original NVD Description

Emlog is an open source website building system. In 2.6.13 and earlier, the admin backend user search module's keyword parameter from admin/user.php is processed with addslashes but not HTML-escaped before being rendered into the value attribute in admin/views/user.php, allowing reflected cross-site scripting in an administrator's backend session. No fixed version is currently identified.