Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
Emlog is an open source website building system. Prior to version 2.6.8, there is a stored cross-site scripting (XSS) vulnerability in emlog comment module via URI scheme validation bypass. This issue has been patched in version 2.6.8.
AnalysisAI
Stored cross-site scripting (XSS) in Emlog's comment module allows unauthenticated remote attackers to inject malicious scripts via URI scheme validation bypass, affecting all versions prior to 2.6.8. The vulnerability requires user interaction (clicking a malicious link) and can result in session hijacking, credential theft, or malware distribution to website visitors. No public exploit code or active exploitation has been confirmed at time of analysis.
Technical ContextAI
Emlog is an open-source website building platform that processes user-submitted comments. The vulnerability exists in the comment module's URI/URL validation logic, which fails to properly sanitize or escape URIs before storing them in the database. This allows attackers to inject JavaScript payloads disguised as legitimate URIs (e.g., 'javascript:alert(1)' or data URIs containing encoded scripts). When stored comments are rendered in the browser without proper output encoding, the injected script executes in the context of other users' browsers. CWE-79 (Improper Neutralization of Input During Web Page Generation) indicates the root cause is insufficient input validation and output encoding in the comment rendering pipeline.
RemediationAI
Vendor-released patch: Upgrade Emlog to version 2.6.8 or later immediately. This patch fixes the URI scheme validation bypass in the comment module. Apply the patch by pulling the latest release from the official Emlog GitHub repository (https://github.com/emlog/emlog) or updating via any official package manager if available. For sites unable to upgrade immediately, implement Web Application Firewall (WAF) rules to block comments containing 'javascript:', 'data:', or 'vbscript:' schemes, and ensure all user-generated content in comments is HTML-escaped before rendering. Review existing comments for malicious payloads and consider resetting comment approval workflows if XSS injection occurred historically. The upstream fix (commit a12ab1b1a273fe634abab32fd28274c18bd57f07) is available in the referenced security advisory at https://github.com/emlog/emlog/security/advisories/GHSA-74gp-xh6w-hqw6.
An arbitrary file upload vulnerability in the component /views/plugin.php of emlog pro v2.5.7 allows attackers to execut
An arbitrary file upload vulnerability in the component /admin/plugin.php of Emlog Pro v2.2.0 allows attackers to execut
An arbitrary file upload vulnerability in the component /content/templates/ of Emlog Pro v2.2.0 allows attackers to exec
Deserialization of Untrusted Data in emlog pro v.2.1.15 and earlier allows a remote attacker to execute arbitrary code v
A Remote Code Execution (RCE) vulnerability exists in emlog 5.3.1 via content/plugins. Rated critical severity (CVSS 9.8
emlog v5.3.1 and emlog v6.0.0 have a Remote Code Execution vulnerability due to upload of database backup file in admin/
emlog through 6.0.0beta has an arbitrary file deletion vulnerability via an admin/data.php?action=dell_all_bak request w
Emlog Pro 2.5.20 has an arbitrary file deletion vulnerability. This vulnerability stems from the admin/template.php comp
Emlog 2.5.23 is vulnerable to CSRF in article creation, which chains with stored XSS to achieve account takeover. An att
Remote code execution in Emlog v2.6.1 and earlier allows authenticated attackers to upload arbitrary files through an in
An issue was discovered in emlog 6.0.0stable. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable
emlog v6.0.0 has CSRF via the admin/user.php?action=new URI. Rated high severity (CVSS 8.8), this vulnerability is remot
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today