PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-34787 emlog CVE debrief

CVE-2026-34787 is a Local File Inclusion (LFI) vulnerability in Emlog versions 2.6.2 and prior. The vulnerability exists in admin/plugin.php at line 80, where the $plugin parameter from the GET request is directly used in a require_once path without proper sanitization. This allows an attacker to bypass CSRF token checks and include arbitrary PHP files from the server filesystem, leading to code execution. The vulnerability has a CVSS score of 6.5 and is classified as MEDIUM severity. Users of Emlog versions 2.6.2 and prior should apply patches or mitigations to prevent Local File Inclusion attacks.

Vendor
emlog
Product
Unknown
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-04-03
Original CVE updated
2026-07-24
Advisory published
2026-04-03
Advisory updated
2026-07-24

Who should care

Users of Emlog versions 2.6.2 and prior should apply patches or mitigations to prevent Local File Inclusion attacks. This includes administrators, security teams, and operators responsible for maintaining Emlog installations. They should review the official advisory, validate affected scope, and implement compensating controls to prevent exploitation.

Technical summary

The CVE-2026-34787 vulnerability is a Local File Inclusion (LFI) issue in Emlog. An attacker can bypass CSRF token checks and include arbitrary PHP files from the server filesystem, leading to code execution. The vulnerability exists in admin/plugin.php at line 80, where the $plugin parameter from the GET request is directly used in a require_once path without proper sanitization. The CVSS score of 6.5 indicates a MEDIUM severity vulnerability.

Defensive priority

Medium priority due to CVSS score of 6.5 and potential for code execution.

Recommended defensive actions

  • Apply patches or updates to Emlog versions 2.6.2 and prior
  • Implement proper input sanitization and validation
  • Monitor for suspicious activity and implement compensating controls
  • Review and update CSRF token checks
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record was published on 2026-04-03T23:17:04.757Z and last modified on 2026-07-24T22:10:00.140Z. The NVD entry is currently Analyzed. There are no publicly available patches at the time of publication. Users should verify the official CVE record and NVD entry for the most up-to-date information. Defensive verification tasks include reviewing the official advisory, validating affected scope, and implementing compensating controls.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-04-03T23:17:04.757Z and has not been modified since then. The NVD entry is currently Analyzed.