cbcvebase.
CVE-2020-15468
published 2020-07-01

CVE-2020-15468: Persian VIP Download Script 1.0 allows SQL Injection via the cart_edit.php active parameter.

PriorityP260critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
2.73%
84.2th percentile
Persian VIP Download Script 1.0 allows SQL Injection via the cart_edit.php active parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
persian_vip_download_script_projectpersian_vip_download_script

Detection & IOCsextracted from sources · hover to see the quote

path/cart_edit.php
commandsqlmap -u "http://target.com/cart_edit.php?active=1" -p active --cookie=[COOKIE] --technique=T --dbs
otheractive=1' AND (SELECT 4169 FROM (SELECT(SLEEP(5)))wAin) AND 'zpth'='zpth
  • Monitor GET requests to /cart_edit.php for SQL injection patterns in the 'active' parameter, particularly time-based blind payloads containing SLEEP() calls.
  • Detect time-based blind SQL injection technique targeting MySQL >= 5.0.12 via the 'active' GET parameter on cart_edit.php.
  • Alert on HTTP requests to cart_edit.php containing SQL keywords such as SLEEP, SELECT, AND combined with single-quote characters in the 'active' parameter.
  • ·Exploitation requires a valid session cookie to be supplied; unauthenticated exploitation may not be possible without a valid session.
  • ·The vulnerable parameter 'active' is directly interpolated into a MySQL query without sanitization, affecting Persian VIP Download Script version 1.0 (Final Version) only.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.