Skip to main content

Emlog CMS CVE-2026-52520

| EUVDEUVD-2026-52484 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-08-03 mitre GHSA-vcrr-2866-jgp7
5.4
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
5.4 MEDIUM

Network-accessible stored XSS requires a low-privilege account and active admin review (UI:R); scope change (S:C) reflects script execution in the admin's browser context; no availability impact applies.

3.1 AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Analysis Generated
Aug 05, 2026 - 20:27 vuln.today
CVSS changed
Aug 05, 2026 - 20:22 NVD
5.4 (MEDIUM)
CVE Published
Aug 03, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

Emlog CMS <= 2.6.14 contains a stored cross-site scripting (XSS) vulnerability in the article publishing module (/admin/article.php). A remote authenticated attacker can inject arbitrary JavaScript code via the article content. When an administrator reviews or previews the submitted article in the backend, the malicious script executes in the admin's browser session, allowing the attacker to perform administrative actions such as creating a backdoor administrator account.

AnalysisAI

Stored XSS in Emlog CMS versions up to and including 2.6.14 enables an authenticated attacker with article submission access to inject persistent JavaScript into the backend admin review workflow, ultimately achieving full administrative compromise. The payload executes in the administrator's browser when they review or preview the malicious article via /admin/article.php, enabling the attacker to silently create backdoor administrator accounts. No public exploit code or active exploitation (CISA KEV) has been identified; EPSS is 0.20% at the 10th percentile, indicating low opportunistic exploitation probability, though the privilege escalation impact exceeds what the CVSS Medium score alone suggests.

Technical ContextAI

Emlog is a PHP-based blogging and CMS platform. The vulnerability resides in the article publishing module (/admin/article.php), which fails to adequately sanitize user-supplied HTML/JavaScript content before storing it in the database and rendering it in the administrative backend. This is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation - Stored XSS) failure: untrusted input from a low-privilege user is persisted and later reflected into a privileged execution context without escaping. The CVSS scope change (S:C) correctly captures that the script executes outside the article-author's security context - inside the admin's authenticated browser session - enabling cross-context privilege escalation. CPE data provided is generic (cpe:2.3:a:n/a:n/a) and has not been formally assigned by NVD, reducing automated scanner precision for this product.

RemediationAI

No vendor-released patched version has been identified at time of analysis; the fix version was not specified in any available reference. The researcher's CVE report is available at https://github.com/LING12138-sg/MyCVE-Report and the upstream codebase at https://github.com/emlog/emlog - administrators should monitor these for a patched release and apply it as soon as one is published. As compensating controls: restrict article submission to fully trusted users only, removing public or semi-trusted contributor roles until a patch is available - this eliminates the PR:L attack surface entirely. Implement a Content Security Policy (CSP) header that blocks inline script execution in the admin backend, which would prevent injected JavaScript from running even if stored (trade-off: may break legitimate inline scripts in the admin UI and requires testing). Enable HttpOnly flags on session cookies to limit the impact of any XSS that does execute. Deploy a Web Application Firewall rule to detect and block common XSS payload patterns in article body submissions, noting this is bypassable by determined attackers.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-52520 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy