cbcvebase.
CVE-2018-5989
published 2018-02-17

CVE-2018-5989: SQL Injection exists in the ccNewsletter 2.x component for Joomla! via the id parameter in a task=removeSubscriber action, a related issue to CVE-2011-5099.

PriorityP262critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
2.61%
83.5th percentile
SQL Injection exists in the ccNewsletter 2.x component for Joomla! via the id parameter in a task=removeSubscriber action, a related issue to CVE-2011-5099.

Affected

1 ranges
VendorProductVersion rangeFixed in
chillcreationsccnewsletter2.0.0 – 2.2.4

Detection & IOCsextracted from sources · hover to see the quote

urlhttp://localhost/[PATH]/index.php?option=com_ccnewsletter&task=removeSubscriber&id=[SQL]
commandoption=com_ccnewsletter&task=removeSubscriber&id=
  • Monitor HTTP requests targeting the Joomla component ccNewsletter with the query parameters `option=com_ccnewsletter`, `task=removeSubscriber`, and a manipulated `id` parameter containing SQL injection payloads (e.g., OR, SELECT, CONCAT, FLOOR, RAND, INFORMATION_SCHEMA).
  • The SQL injection payload observed uses error-based technique with CONCAT(version(), database(), FLOOR(RAND(0)*2)) querying INFORMATION_SCHEMA.PLUGINS — alert on these patterns in the `id` parameter of ccNewsletter requests.
  • SQL Injection exists in the ccNewsletter 2.x component for Joomla! via the `id` parameter in a `task=removeSubscriber` action — validate and sanitize this parameter server-side and alert on non-integer values.
  • ·The exploit was tested on specific platforms; behavior may differ across environments.
  • ·This vulnerability affects ccNewsletter version 2.x (Stable) only; other major versions may not be affected.

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.