.. / CVE-2024-6028

Exploit for WordPress Plugin Quiz Maker <= 6.5.8.3 - Unauthenticated SQL Injection (CVE-2024-6028)

Description:

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 Products:

Proof of Concept

PoC exploits

Nuclei Template

View the template here CVE-2024-6028.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2024/CVE-2024-6028.yaml
Copy

References:

https://nvd.nist.gov/vuln/detail/CVE-2024-6028
https://wordpress.org/plugins/quiz-maker/#developers