CVE-2025-63054

5.3 MEDIUM

📋 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 WordPress sites running vulnerable versions of the plugin, potentially allowing unauthorized access to quiz/survey data or administrative functions.

💻 Affected Systems

Products:
  • Quiz And Survey Master (quiz-master-next) WordPress plugin
Versions: All versions up to and including 10.3.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin enabled.

⚠️ 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 modify quiz/survey content, access sensitive user responses, or potentially escalate privileges to gain administrative control of the WordPress site.

🟠

Likely Case

Unauthorized viewing or modification of quiz/survey data, exposure of user responses, or disruption of quiz functionality.

🟢

If Mitigated

Limited impact with proper network segmentation and strong authentication controls in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Missing authorization vulnerabilities typically have low exploitation complexity and can be exploited without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 10.3.1

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/quiz-master-next/vulnerability/wordpress-quiz-and-survey-master-plugin-10-3-1-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

Disable vulnerable plugin

all

Temporarily disable the Quiz And Survey Master plugin until patched

wp plugin deactivate quiz-master-next

Restrict plugin access

all

Use web application firewall rules to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable detailed logging and monitoring for unauthorized access attempts to quiz/survey endpoints

🔍 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.1 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-content/plugins/quiz-master-next/ endpoints
  • Unusual quiz/survey modifications by non-admin users

Network Indicators:

  • HTTP requests to quiz-master-next endpoints from unauthorized IPs
  • Unusual patterns in quiz/survey API calls

SIEM Query:

source="wordpress.log" AND ("quiz-master-next" OR "qsm") AND (status=403 OR status=401)

🔗 References

📤 Share & Export