Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Author account gives PR:L; needing an includable local .php file is an attack requirement modeled as AC:H; successful inclusion yields full host code execution, so C/I/A:H.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
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.
AnalysisAI
Local file inclusion in Emlog 2.6.13 and earlier lets an authenticated author supply a path-traversal template value that is stored unvalidated by api_controller.php and later passed to View::getView() in log_controller.php, causing an arbitrary local .php file to be included when the article is viewed. Because included PHP is executed, an attacker who can place or influence a .php file on the host can escalate this to code execution. No public exploit has been identified at time of analysis, and no fixed version currently exists.
Technical ContextAI
Emlog is an open-source PHP blogging/website-building CMS (CPE cpe:2.3:a:emlog:emlog). The flaw is a CWE-24 path traversal ('../filedir') in the article-publishing workflow: api_controller.php persists a template parameter supplied during publishing without stripping directory-traversal sequences, and log_controller.php later performs a file_exists() check and then include()s the path via View::getView($template). Because PHP include() executes any included file as code, a traversal string that resolves to an attacker-influenced .php file turns a file-inclusion primitive into potential code execution. The root cause is trusting a client-supplied path in a filesystem include sink without allow-listing to the intended template directory.
RemediationAI
No vendor-released patch identified at time of analysis and no fixed version is named, so upgrade is not yet possible; monitor advisory GHSA-9h6g-q584-9vfg (https://github.com/emlog/emlog/security/advisories/GHSA-9h6g-q584-9vfg) for a patched release. As compensating controls: restrict the author role to trusted users only and audit existing author accounts, since exploitation requires authenticated author access (this reduces publishing flexibility for lower-trust contributors); deploy a WAF or input filter that rejects template parameters containing traversal sequences ('../', encoded variants, absolute paths) on the article-publishing endpoint (may break legitimately named templates); enforce a strict PHP open_basedir to block inclusion outside the template directory and neutralize traversal at the runtime level (can break plugins relying on broad file access); and remove or restrict write access to directories where an author could stage a .php file, limiting escalation to code execution.
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
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-24 – Path Traversal: '../filedir'
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44986