CVE-2019-25540
Multiple SQL Injection Vulnerabilities in Netartmedia PHP Mall
Publication date: 2026-03-12
Last updated on: 2026-03-23
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| netartmedia | php_mall | 4.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2019-25540 is a vulnerability in Netartmedia PHP Mall version 4.1 and earlier that involves multiple SQL injection flaws. These vulnerabilities allow unauthenticated attackers to inject malicious SQL code through various input parameters, enabling them to manipulate database queries.
By exploiting these SQL injection points, attackers can extract sensitive information from the database, including user credentials and system data.
How can this vulnerability impact me? :
This vulnerability can have serious impacts as it allows attackers to access sensitive database information without any authentication.
- Unauthorized extraction of user credentials.
- Exposure of system data.
- Potential manipulation of database queries leading to further malicious actions.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'This vulnerability can be detected by performing time-based blind SQL injection tests on vulnerable parameters of the Netartmedia PHP Mall application.'}, {'type': 'list_item', 'content': 'Use a GET request with the parameter `id` in the URL `index.php` and append the payload `id=1 AND SLEEP(5)`. If the response is delayed by 5 seconds, the vulnerability is likely present.'}, {'type': 'list_item', 'content': "Use a POST request to `loginaction.php` with the parameter `Email` containing the payload `0'XOR(if(now()=sysdate(),sleep(0),0))XOR'Z' OR SLEEP(5) AND 'tOoX'='tOoX`. A delayed response indicates the vulnerability."}] [2]
What immediate steps should I take to mitigate this vulnerability?
I don't know