Cyber Resilience

CVE-2019-25638

HighPublic PoC

Published: 24 March 2026

Published
24 March 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/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.0003 9.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2019-25638 is a high-severity SQL Injection (CWE-89) vulnerability in Meeplace Business Review (inferred from references). 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 9.3th 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-25638 is an SQL injection vulnerability (CWE-89) in the Meeplace Business Review Script. The flaw resides in the addclick.php endpoint, where the 'id' parameter fails to properly sanitize user input, enabling attackers to inject and execute arbitrary SQL queries.

Unauthenticated attackers can exploit this vulnerability remotely with low attack complexity, though it requires user interaction, as scored at CVSS 7.1 (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N). By crafting GET requests to addclick.php with malicious SQL payloads in the 'id' parameter, they can extract sensitive database information or trigger denial of service.

Advisories and a proof-of-concept exploit are documented in references including the vendor site at http://www.meeplace.com, Exploit-DB at https://www.exploit-db.com/exploits/46592, and VulnCheck at https://www.vulncheck.com/advisories/meeplace-business-review-script-lastest-sql-injection-via-addclick-php; no specific patches or mitigations are detailed in the CVE information.

EU & UK References

Vulnerability details

Meeplace Business Review Script contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'id' parameter. Attackers can send GET requests to the addclick.php endpoint with crafted SQL payloads in…

more

the 'id' parameter to extract sensitive database information or cause denial of service.

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?

SQL injection in unauthenticated public-facing web endpoint (addclick.php) directly enables remote exploitation of the application for data access or DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Meeplace
Business Review
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the 'id' parameter in addclick.php.

prevent

Ensures timely identification, reporting, and correction of the specific SQL injection flaw in the addclick.php endpoint.

prevent

Facilitates proactive detection of SQL injection vulnerabilities like CVE-2019-25638 through vulnerability scanning and monitoring.

References