Local File Inclusion Vulnerability in Emlog Website Building System
CVE-2026-34787
6.5MEDIUM
What is CVE-2026-34787?
The Emlog website building system exhibits a Local File Inclusion (LFI) vulnerability in its admin/plugin.php file, specifically at line 80. The root cause is the improper handling of the $plugin parameter drawn from GET requests, which is utilized in the require_once function without adequate sanitization. This misconfiguration can allow attackers to exploit a bypass in the CSRF token checks, enabling them to include arbitrary PHP files from the server's filesystem. Such exploitation paves the way for potential code execution risks, compromising server integrity. As of the current date, no public patches are available to mitigate this vulnerability.
Affected Version(s)
emlog <= 2.6.2
