CVE-2026-34787 PUBLISHED

Emlog: Local File Inclusion in plugin.php via unsanitized plugin parameter

Assigner: GitHub_M
Reserved: 30.03.2026 Published: 03.04.2026 Updated: 03.04.2026

Emlog is an open source website building system. In versions 2.6.2 and prior, a Local File Inclusion (LFI) vulnerability exists in admin/plugin.php at line 80. The $plugin parameter from the GET request is directly used in a require_once path without proper sanitization. If the CSRF token check can be bypassed (see potential bypass conditions), an attacker can include arbitrary PHP files from the server filesystem, leading to code execution. At time of publication, there are no publicly available patches.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 6.5

Product Status

Vendor emlog
Product emlog
Versions
  • Version <= 2.6.2 is affected

References

Problem Types

  • CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') CWE