CVE-2026-24358

8.8 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Quiz And Survey Master WordPress plugin that allows attackers to bypass access controls. It affects all versions up to and including 10.3.3, potentially enabling unauthorized access to administrative functions or sensitive data.

💻 Affected Systems

Products:
  • Quiz And Survey Master (quiz-master-next)
Versions: n/a through <= 10.3.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin version. No special configuration required.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could gain administrative privileges, modify quiz/survey content, steal user data, or compromise the entire WordPress site.

🟠

Likely Case

Unauthorized users could access restricted quiz/survey management functions, modify content, or view sensitive results.

🟢

If Mitigated

With proper network segmentation and least privilege access, impact would be limited to the specific WordPress instance.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and accessible via web interfaces.
🏢 Internal Only: MEDIUM - Internal WordPress sites could still be targeted via phishing or compromised internal accounts.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation likely requires some level of access but specific details aren't publicly documented. Missing authorization vulnerabilities typically have low complexity.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 10.3.3

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/quiz-master-next/vulnerability/wordpress-quiz-and-survey-master-plugin-10-3-3-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Quiz And Survey Master'. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate quiz-master-next

Access Restriction via .htaccess

linux

Restrict access to plugin directories

Order deny,allow
Deny from all

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can reach the WordPress admin interface
  • Enable WordPress security plugins that monitor for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Quiz And Survey Master version

Check Version:

wp plugin get quiz-master-next --field=version

Verify Fix Applied:

Verify plugin version is greater than 10.3.3 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to quiz/survey admin endpoints
  • Unusual user role changes in WordPress logs

Network Indicators:

  • HTTP requests to /wp-content/plugins/quiz-master-next/ with admin parameters from non-admin IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" OR uri_path CONTAINS "quiz-master-next") AND user_role!="administrator"

🔗 References

📤 Share & Export