SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-46687

HIGH · CVSS 7.7 EPSS 0.29% Public Exploit

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

CyberRota Analysis

AI-Generated

The article publishing interface in Emlog versions 2.6.13 and earlier is vulnerable to a path traversal attack due to inadequate validation of template parameters. This flaw allows authenticated authors to include arbitrary local PHP files, potentially leading to unauthorized code execution when articles are viewed. Website administrators using affected versions should prioritize remediation to mitigate the risk of 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-46687
Severity
HIGH
CVSS
7.7
EPSS
0.29%

Original NVD Description

Emlog is an open source website building system. In 2.6.13 and earlier, the article publishing interface stores a path-traversal template parameter from api_controller.php without validation, and log_controller.php later checks file_exists and calls include View::getView($template), allowing an authenticated author to include an arbitrary local .php file when an article is viewed. No fixed version is currently identified.