Cyber Resilience

CVE-2019-25703

HighPublic PoC

Published: 12 April 2026

Published
12 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v4 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0034 25.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25703 is a high-severity SQL Injection (CWE-89) vulnerability in Impresscms Impresscms. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.9th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2019-25703 is a time-based blind SQL injection vulnerability in ImpressCMS 1.3.11. The issue resides in the admin.php endpoint, where the 'bid' parameter is vulnerable to manipulation, allowing attackers to inject SQL code into database queries.

Authenticated attackers with low privileges can exploit this vulnerability remotely with low attack complexity and no user interaction. By sending POST requests to admin.php containing malicious 'bid' values with SQL commands, they can extract sensitive database information, resulting in high confidentiality impact, low integrity impact, and no availability impact (CVSS 7.1; AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N; CWE-89).

Advisories and references include the ImpressCMS official site, a SourceForge download for version 1.3.11, an Exploit-DB entry (46239) demonstrating the exploit, and a VulnCheck advisory detailing the SQL injection via the 'bid' parameter.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

ImpressCMS 1.3.11 contains a time-based blind SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'bid' parameter. Attackers can send POST requests to the admin.php endpoint with malicious 'bid' values containing SQL…

more

commands to extract sensitive database information.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in web admin endpoint directly enables remote exploitation of public-facing app (T1190) and extraction of database contents (T1213.006).

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

CVEs Like This One

CVE-2022-50912Same product: Impresscms Impresscms
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89
CVE-2019-25526Shared CWE-89
CVE-2025-69365Shared CWE-89

Affected Assets

impresscms
impresscms
1.3.11

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 mandates information input validation at critical entry points like the 'bid' parameter in admin.php to directly prevent SQL injection exploitation.

prevent

SI-2 requires timely identification, reporting, and remediation of flaws such as the SQL injection vulnerability in ImpressCMS 1.3.11.

detect

RA-5 employs vulnerability scanning to detect SQL injection vulnerabilities like CVE-2019-25703 in the system.

References