CVE-2026-46686
Received Received - Intake

Stored XSS in Emlog Admin Backend User Search

Vulnerability report for CVE-2026-46686, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-16

Last updated on: 2026-07-16

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-16
Last Modified
2026-07-16
Generated
2026-07-16
AI Q&A
2026-07-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
emlog emlog to 2.6.13 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Reflected Cross-Site Scripting (XSS) vulnerability in Emlog versions 2.6.13 and earlier. The admin backend user search module's keyword parameter is processed with addslashes but not HTML-escaped before being rendered in the HTML input field. This allows an attacker to inject malicious JavaScript code via a crafted link, which executes in the administrator's browser session.

Detection Guidance

To detect this vulnerability, check if your Emlog installation is version 2.6.13 or earlier. Inspect the admin/user.php file for the keyword parameter handling and verify if the admin/views/user.php template renders the keyword without HTML escaping. Look for reflected XSS patterns in user search inputs.

Impact Analysis

An attacker could steal the administrator's session cookie (EM_AUTHCOOKIE) to gain full control over the account. They could also leak sensitive information like backend page content, database configurations, and user lists. The attack requires tricking an administrator into clicking a malicious link, often through phishing.

Mitigation Strategies

Immediately update Emlog to the latest version if available. If no update exists, modify the admin/views/user.php template to apply htmlspecialchars() to the keyword variable before rendering it in the HTML input field. Remove any unnecessary admin access and monitor for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46686. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart