CVE-2024-6028
Published: May 5, 2026
Official 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.
Risk Analysis
A time-based SQL Injection vulnerability exists in the Quiz Maker plugin for WordPress, allowing unauthenticated attackers to extract sensitive database information. The confirmed exploitation in the wild makes this an urgent vulnerability. Attackers can leverage this to gain unauthorized access to data.
This vulnerability is actively being exploited in the wild and is listed in CISA's KEV catalog, indicating confirmed real-world exploitation. The unauthenticated and remote nature of this SQL injection makes it highly dangerous.
Update the Quiz Maker plugin to a patched version beyond 6.5.8.3. Implement strict input validation and parameterized queries to prevent SQL injection attacks.
Technical Analysis
CVE-2024-6028 requires local access, meaning attackers must already have a foothold on the target system.
Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.
CISA has added CVE-2024-6028 to the Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. U.S. federal agencies are required to patch this within the mandated timeframe, and all organizations should treat remediation as urgent.
Affected Vendors & Products
Exploit & PoC Resources
Quick Facts
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2024-6028 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts
- !CISA KEV: Federal agencies must patch per BOD 22-01 timeline
- !Active exploitation confirmed — treat as P1