Cyber Resilience

CVE-2019-25578

HighPublic PoC

Published: 21 March 2026

Published
21 March 2026
Modified
26 March 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0038 29.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25578 is a high-severity SQL Injection (CWE-89) vulnerability in Codnloc Phptransformer. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2019-25578 is an SQL injection vulnerability in phpTransformer version 2016.9, specifically affecting the GeneratePDF.php component. The flaw arises from unsanitized user input in the idnews parameter, enabling remote attackers to inject and execute arbitrary SQL queries against the underlying database.

Unauthenticated remote attackers can exploit this vulnerability by sending crafted GET requests to GeneratePDF.php with malicious SQL payloads in the idnews parameter. Successful exploitation allows extraction of sensitive database information or manipulation of queries, with a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), indicating high confidentiality impact, low integrity impact, and no availability impact.

Advisories and references, including an Exploit-DB proof-of-concept at https://www.exploit-db.com/exploits/46191 and a Vulncheck advisory at https://www.vulncheck.com/advisories/phptransformer-sql-injection-via-generatepdf-php, document the issue but provide no details on official patches or mitigations in the available information. The phpTransformer homepage at http://phptransformer.com/ and a direct download link for version 2016.9 are also referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

phpTransformer 2016.9 contains an SQL injection vulnerability that allows remote attackers to execute arbitrary SQL queries by injecting malicious code through the idnews parameter. Attackers can send crafted GET requests to GeneratePDF.php with SQL payloads in the idnews parameter to…

more

extract sensitive database information or manipulate queries.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct SQL injection in public-facing GeneratePDF.php enables remote unauthenticated exploitation of the web app for data access/manipulation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-25579Same product: Codnloc Phptransformer
CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89

Affected Assets

codnloc
phptransformer
2016.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validating unsanitized user inputs like the idnews parameter in GeneratePDF.php to block SQL injection payloads.

prevent

Mandates timely identification, reporting, and correction of the SQL injection flaw in phpTransformer 2016.9.

detect

Enables continuous monitoring of system and network activities to identify SQL injection exploitation attempts via anomalous queries or data access patterns.

References