cbcvebase.
CVE-2017-9730
published 2017-06-19

CVE-2017-9730: SQL injection vulnerability in rdr.php in nuevoMailer version 6.0 and earlier allows remote attackers to execute arbitrary SQL commands via the "r" parameter.

PriorityP261critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
1.96%
77.8th percentile
SQL injection vulnerability in rdr.php in nuevoMailer version 6.0 and earlier allows remote attackers to execute arbitrary SQL commands via the "r" parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
dfsolnuevomailer<= 6.0

Detection & IOCsextracted from sources · hover to see the quote

path/inc/rdr.php
urlhttps://vulnerable_site.com/inc/rdr.php?r=69387c602c1056c556%20and%20sleep(10)--+
  • Monitor HTTP requests to /inc/rdr.php where the 'r' parameter contains SQL time-based injection payloads, specifically the use of sleep() function or SQL comment sequences (--+).
  • Use Google dork 'inurl:/inc/rdr.php?' to identify exposed nuevoMailer instances; alert on external scanning activity targeting this path.
  • Exploitation uses sqlmap tamper scripts 'equaltolike' and 'between' to defeat filtering; detect anomalous URL-encoded SQL keywords (LIKE substituting =, BETWEEN substituting range comparisons) in the 'r' parameter.
  • Alert on unusually high response times from /inc/rdr.php consistent with time-based blind SQL injection (e.g., responses delayed by ~4–10 seconds).
  • ·The injection technique is time-based blind only (technique=T); no error-based or UNION-based payloads are indicated, meaning WAF rules must account for time-delay patterns rather than typical SQL error strings.
  • ·The attacker uses --random-agent in sqlmap, meaning User-Agent-based blocking will be ineffective; detection should focus on the request path and parameter patterns rather than User-Agent strings.

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.