AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73847

MEDIUM · CVSS 6.8 Public Exploit

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

CyberRota Analysis

AI-Generated

Emlog versions 2.6.26 and earlier are vulnerable due to inadequate CSRF protection in the AI Assistant feature, allowing remote unauthenticated attackers to exploit this flaw and execute unauthorized actions on behalf of a logged-in administrator. This vulnerability can lead to unauthorized database access and potential account takeover, with the ability to modify user credentials. Organizations using Emlog should prioritize immediate remediation efforts, as there is currently no fixed version available.

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-73847
Severity
MEDIUM
CVSS
6.8
EPSS
N/A
Chrome

Original NVD Description

Emlog is an open source website building system. In 2.6.26 and earlier, missing CSRF protection on the AI Assistant execute_tool action in admin/ai.php lets a remote unauthenticated attacker submit a forged cross-site request from an attacker-controlled page to a recently logged-in administrator. The authentication cookie set in include/lib/loginauth.php has no explicit SameSite attribute, enabling Chrome's temporary Lax+POST grace window. The query_database case passes attacker-controlled sql and confirm_code values to Ai::queryDatabase in include/service/ai.php; read queries need no confirmation, write queries accept the public confirm string, only the blog table is write-protected, and aliasing password as pwd_hash bypasses output redaction. A successful request can read every database table and write every table except blog, including changing the user table to take over an administrator account. No fixed version is available as of this review.