cbcvebase.
CVE-2017-17999
published 2018-01-23

CVE-2017-17999: SQL injection vulnerability in RISE Ultimate Project Manager 1.9 allows remote attackers to execute arbitrary SQL commands via the search parameter to…

PriorityP263critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
3.41%
87.4th percentile
SQL injection vulnerability in RISE Ultimate Project Manager 1.9 allows remote attackers to execute arbitrary SQL commands via the search parameter to index.php/knowledge_base/get_article_suggestion/.

Affected

1 ranges
VendorProductVersion rangeFixed in
fairsketchrise_ultimate_project_manager

Detection & IOCsextracted from sources · hover to see the quote

url/index.php/knowledge_base/get_article_suggestion/
commandsearch=product'%20and%20(select*from(select(sleep(20)))a)--%20
  • Monitor POST requests to the path /index.php/knowledge_base/get_article_suggestion/ for SQL metacharacters or time-based blind SQLi payloads (e.g., sleep(), select*from) in the 'search' parameter body.
  • Look for the X-Requested-With: XMLHttpRequest header combined with Content-Type: application/x-www-form-urlencoded on POST requests to the vulnerable endpoint, as the exploit is delivered as an AJAX request.
  • Detect time-based blind SQL injection attempts by alerting on abnormally long response times (≥20s) correlated with POST requests to the knowledge_base endpoint, matching the sleep(20) payload used in the proof-of-concept.
  • ·The exploit targets specifically RISE Ultimate Project Manager version 1.9; verify the installed version before applying detections to avoid false positives on patched or unaffected versions.

CVSS provenance

nvdv3.09.8CRITICALCVSS:3.0/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.