Cyber Posture

CVE-2019-25540

HighPublic PoC

Published: 12 March 2026

Published
12 March 2026
Modified
23 March 2026
KEV Added
Patch
CVSS Score 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0009 25.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2019-25540 is a high-severity SQL Injection (CWE-89) vulnerability in Netartmedia Php Mall. Its CVSS base score is 8.2 (High).

Operationally, ranked at the 25.2th 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).

Threat & Defense at a Glance

What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by validating and sanitizing untrusted inputs from unauthenticated attackers before they reach database queries.

prevent

Requires identification, reporting, and correction of flaws like the multiple SQL injection vulnerabilities in Netartmedia PHP Mall 4.1 through patching.

detect

Conducts vulnerability scanning to identify SQL injection vulnerabilities such as CVE-2019-25540 for proactive remediation.

NVD Description

Netartmedia PHP Mall 4.1 contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to manipulate database queries by injecting SQL code through various parameters. Attackers can craft malicious requests with SQL payloads to extract sensitive database information including user credentials…

more

and system data.

Deeper analysisAI

CVE-2019-25540 involves multiple SQL injection vulnerabilities (CWE-89) in Netartmedia PHP Mall version 4.1. These flaws enable attackers to inject SQL code through various parameters, allowing manipulation of database queries in the affected e-commerce software.

Unauthenticated attackers can exploit these vulnerabilities remotely over the network with low attack complexity, no privileges, and no user interaction, as indicated by the CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N). Exploitation permits crafting malicious requests with SQL payloads to extract sensitive database information, such as user credentials and system data.

Advisories and proof-of-concept exploits are documented in references including Exploit-DB (https://www.exploit-db.com/exploits/46562) and Vulncheck (https://www.vulncheck.com/advisories/netartmedia-php-mall-multiple-sql-injection), which detail the injection vectors and potential mitigations.

Details

CWE(s)

Affected Products

netartmedia
php mall
4.1

CVEs Like This One

CVE-2019-25541Same product: Netartmedia Php Mall
CVE-2019-25543Same vendor: Netartmedia
CVE-2019-25536Same vendor: Netartmedia
CVE-2019-25542Same vendor: Netartmedia
CVE-2026-2094Shared CWE-89
CVE-2026-3180Shared CWE-89
CVE-2025-1872Shared CWE-89
CVE-2026-23492Shared CWE-89
CVE-2024-12016Shared CWE-89
CVE-2025-26200Shared CWE-89

References