VYPR
High severity8.2NVD Advisory· Published Feb 22, 2026· Updated Apr 15, 2026

CVE-2019-25391

CVE-2019-25391

Description

Ashop Shopping Cart Software contains a time-based blind SQL injection vulnerability that allows attackers to manipulate database queries through the blacklistitemid parameter. Attackers can send POST requests to the admin/bannedcustomers.php endpoint with crafted SQL payloads using SLEEP functions to extract sensitive database information.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Ashop Shopping Cart Software has a time-based blind SQL injection in the blacklistitemid parameter, enabling database extraction.

The Ashop Shopping Cart Software is vulnerable to a time-based blind SQL injection in the admin/bannedcustomers.php endpoint. The blacklistitemid parameter is not properly sanitized, allowing an attacker to inject malicious SQL queries. By using SLEEP functions, the attacker can cause time delays that indicate successful injection, enabling data extraction without direct output [1].

Exploitation involves sending a POST request to the admin interface with a crafted payload in the blacklistitemid parameter. The PoC demonstrates a payload that uses a SLEEP(5) function to test for vulnerability. The attack requires no authentication according to the disclosed information, though the endpoint is in the admin directory [1].

Successful exploitation allows an attacker to extract sensitive database information, such as user credentials and other confidential data, by inferring values through response delays. This blind SQL injection technique can be automated to retrieve entire database schemas and contents.

Mitigation includes implementing proper input validation, using parameterized queries, and restricting access to admin pages. As of the disclosure date, no official patch was mentioned, and the vendor should address this issue promptly.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.