cbcvebase.
CVE-2024-6028
published 2024-06-25

CVE-2024-6028: The Quiz Maker plugin for WordPress is vulnerable to time-based SQL Injection via the 'ays_questions' parameter in all versions up to, and including, 6.5.8.3…

PriorityP184critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
11.76%
95.5th percentile
The Quiz Maker plugin for WordPress is vulnerable to time-based SQL Injection via the 'ays_questions' parameter in all versions up to, and including, 6.5.8.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Affected

2 ranges
VendorProductVersion rangeFixed in
ays-proquiz_maker< 6.5.8.46.5.8.4
ays-proquiz_maker<= 6.5.8.3

Detection & IOCsextracted from sources · hover to see the quote

otherays_questions
commandaction=ays_finish_quiz
  • Detect time-based blind SQL injection attempts targeting the 'ays_questions' POST parameter on WordPress Quiz Maker plugin endpoints; look for requests with anomalous sleep/delay payloads (response duration >= 6 seconds) returning HTTP 200.
  • Monitor POST requests containing 'action=ays_finish_quiz' with suspicious values in the 'ays_questions' parameter (e.g., injected SQL syntax such as '0,6,0)]=').
  • Exploitation is unauthenticated; no session or authentication cookie is required. Flag any unauthenticated requests to wp-admin/admin-ajax.php with action=ays_finish_quiz and a malformed ays_questions value.
  • ·All versions up to and including 6.5.8.3 of the Quiz Maker WordPress plugin are affected; ensure version-based detection rules are scoped accordingly.
  • ·The time-based detection heuristic (duration >= 6 seconds) may produce false positives on slow servers; tune threshold based on baseline response times.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
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.