Cyber Resilience

CVE-2025-47785

HighPublic PoC

Published: 15 May 2025

Published
15 May 2025
Modified
12 June 2025
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0157 81.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-47785 is a high-severity SQL Injection (CWE-89) vulnerability in Emlog Emlog. Its CVSS base score is 8.3 (High).

Operationally, ranked in the top 18.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Emlog is an open source website building system affected by a SQL injection vulnerability in versions up to and including 2.5.9. The flaw stems from insufficient filtering of the $origContent parameter in admin/article_save.php and is tracked under CWE-89 with a CVSS score of 8.3.

Ordinary registered users can exploit the issue when the registered site feature is enabled. Successful injection yields the administrator account and password, which can then be used to perform remote code execution via the backend.

The referenced GitHub Security Advisories GHSA-939m-47f7-m559 do not indicate that a fix has been released, consistent with the statement that patch availability was unknown at publication time. The associated EPSS score has remained flat at 0.0157 with no material increase observed.

EU & UK References

Vulnerability details

Emlog is an open source website building system. In versions up to and including 2.5.9, SQL injection occurs because the $origContent parameter in admin/article_save.php is not strictly filtered. Since admin/article_save.php can be accessed by ordinary registered users, this will cause…

more

SQL injection to occur when the registered site is enabled, resulting in the injection of the admin account and password, which is then exploited by the backend remote code execution. As of time of publication, it is unknown whether a fix exists.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

emlog
emlog
≤ 2.5.9

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References