Lucene search
+L

830 matches found

WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.20 views

Tutor LMS < 1.7.7 - SQL Injection via tutor_mark_answer_as_correct

The tutormarkanswerascorrect AJAX action from the plugin was vulnerable to blind and time based SQL injections that could be exploited by students. PoC python3 sqlmap.py -r /tutortime.txt --dbms=mysql --technique=T -p answerid --dump Where tutortime.txt is POST /wp-admin/admin-ajax.php HTTP/1.1...

4CVSS6.7AI score0.01253EPSS
Exploits2References1Affected Software1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.134 views

Tutor LMS < 1.7.7 - Unprotected AJAX including Privilege Escalation

Several AJAX endpoints in the plugin were unprotected, allowing students to modify course information and elevate their privileges among many other actions. Only one PoC provided for privilege escalation. $wpuser, 'pwd' = $wppass, 'rememberme' = 'forever', 'wp-submit' = 'Log+In', ; $output =...

6.5CVSS1.3AI score0.01439EPSS
Exploits2References1
VulnCheck KEV
VulnCheck KEV
added 2021/03/15 12:0 a.m.4 views

VulnCheck KEV: CVE-2021-24182

The tutorquizbuildergetanswersbyquestion AJAX action from the Tutor LMS – eLearning and online course solution WordPress plugin before 1.8.3 was vulnerable to UNION based SQL injection that could be exploited by students...

6.5CVSS6.7AI score0.01742EPSS
Exploits2References1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.114 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_quiz_builder_get_answers_by_question

The tutorquizbuildergetanswersbyquestion AJAX action from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. python3 sqlmap.py -r /tutorunion.txt --dbms=mysql --technique=U -p questionid --dump Where tutorunion.txt is POST /wp-admin/admin-ajax.php HTTP/1.1...

4CVSS1.2AI score0.01742EPSS
Exploits2References1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.109 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_quiz_builder_get_question_form

The tutorquizbuildergetquestionform AJAX action from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. python3 sqlmap.py -r /tutorunion4.txt --dbms=mysql --technique=U -p questionid --dump Where tutorunion4.txt is POST /wp-admin/admin-ajax.php HTTP/1.1...

4CVSS1.2AI score0.01742EPSS
Exploits2References1
WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.17 views

Tutor LMS < 1.7.7 - Unprotected AJAX including Privilege Escalation

Several AJAX endpoints in the plugin were unprotected, allowing students to modify course information and elevate their privileges among many other actions. PoC Only one PoC provided for privilege escalation. $wpuser, 'pwd' = $wppass, 'rememberme' = 'forever', 'wp-submit' = 'Log+In', ; $output =...

6.5CVSS2AI score0.01439EPSS
Exploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.15 views

Tutor LMS < 1.7.7 - SQL Injection via tutor_place_rating

The tutorplacerating AJAX action from the plugin was vulnerable to blind and time based SQL injections that could be exploited by students. PoC python3 sqlmap.py -r /tutor2.txt --dbms=mysql --technique=B -p courseid --dump Where tutor2.txt is POST /wp-admin/admin-ajax.php HTTP/1.1 Host: URL...

4CVSS0.8AI score0.01253EPSS
Exploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.19 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_answering_quiz_question/get_answer_by_id

The tutoransweringquizquestion/getanswerbyid function pair from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. PoC POST /courses/first-class/tutorquiz/test/ HTTP/1.1 Host: URL Content-Length: 413 Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1...

4CVSS6.8AI score0.01253EPSS
Exploits2References1Affected Software1
VulnCheck KEV
VulnCheck KEV
added 2021/03/15 12:0 a.m.6 views

VulnCheck KEV: CVE-2021-24186

The tutoransweringquizquestion/getanswerbyid function pair from the Tutor LMS – eLearning and online course solution WordPress plugin before 1.8.3 was vulnerable to UNION based SQL injection that could be exploited by students...

6.5CVSS6.7AI score0.01253EPSS
Exploits2References1
WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.19 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_quiz_builder_get_answers_by_question

The tutorquizbuildergetanswersbyquestion AJAX action from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. PoC python3 sqlmap.py -r /tutorunion.txt --dbms=mysql --technique=U -p questionid --dump Where tutorunion.txt is POST /wp-admin/admin-ajax.php...

4CVSS0.7AI score0.01742EPSS
Exploits2References1Affected Software1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.174 views

Tutor LMS < 1.7.7 - SQL Injection via tutor_place_rating

The tutorplacerating AJAX action from the plugin was vulnerable to blind and time based SQL injections that could be exploited by students. python3 sqlmap.py -r /tutor2.txt --dbms=mysql --technique=B -p courseid --dump Where tutor2.txt is POST /wp-admin/admin-ajax.php HTTP/1.1 Host: URL...

4CVSS1.1AI score0.01253EPSS
Exploits2References1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.109 views

Tutor LMS < 1.7.7 - SQL Injection via tutor_mark_answer_as_correct

The tutormarkanswerascorrect AJAX action from the plugin was vulnerable to blind and time based SQL injections that could be exploited by students. python3 sqlmap.py -r /tutortime.txt --dbms=mysql --technique=T -p answerid --dump Where tutortime.txt is POST /wp-admin/admin-ajax.php HTTP/1.1 Host:...

4CVSS1AI score0.01253EPSS
Exploits2References1
WPVulnDB
WPVulnDB
added 2021/03/15 12:0 a.m.15 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_quiz_builder_get_question_form

The tutorquizbuildergetquestionform AJAX action from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. PoC python3 sqlmap.py -r /tutorunion4.txt --dbms=mysql --technique=U -p questionid --dump Where tutorunion4.txt is POST /wp-admin/admin-ajax.php HTTP/1....

4CVSS0.8AI score0.01742EPSS
Exploits2References1Affected Software1
wpexploit
wpexploit
added 2021/03/15 12:0 a.m.110 views

Tutor LMS < 1.8.3 - SQL Injection via tutor_answering_quiz_question/get_answer_by_id

The tutoransweringquizquestion/getanswerbyid function pair from the plugin was vulnerable to UNION based SQL injection that could be exploited by students. POST /courses/first-class/tutorquiz/test/ HTTP/1.1 Host: URL Content-Length: 413 Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 Origin...

4CVSS1.1AI score0.01253EPSS
Exploits2References1
Patchstack
Patchstack
added 2021/03/15 12:0 a.m.5 views

WordPress Tutor LMS plugin <= 1.8.2 - Multiple Union SQL Injection (SQLi) vulnerabilities

Multiple Union SQL Injection SQLi vulnerabilities were discovered by WordFence in the WordPress Tutor LMS plugin versions = 1.8.2. Solution Update the WordPress Tutor LMS plugin to the latest available version at least 1.8.3...

2.5AI score
Exploits0References2Affected Software1
Patchstack
Patchstack
added 2021/03/15 12:0 a.m.7 views

WordPress Tutor LMS plugin <= 1.7.6 - Multiple Blind/Time-based SQL Injection (SQLi) vulnerabilities

Multiple Blind/Time-based SQL Injection SQLi vulnerabilities were discovered by WordFence in the WordPress Tutor LMS plugin versions = 1.7.6. Solution Update the WordPress Tutor LMS plugin to the latest available version at least 1.7.7...

2.5AI score
Exploits0References2Affected Software1
Patchstack
Patchstack
added 2021/03/15 12:0 a.m.15 views

WordPress Tutor LMS plugin <= 1.7.6 - Unprotected AJAX Action to Privilege Escalation vulnerability

Unprotected AJAX Action to Privilege Escalation vulnerability discovered by WordFence in WordPress Tutor LMS plugin versions = 1.7.6. Solution Update the WordPress Tutor LMS plugin to the latest available version at least 1.7.7...

4.5AI score
Exploits0References2Affected Software1
Check Point Advisories
Check Point Advisories
added 2020/03/26 12:0 a.m.59 views

WordPress Tutor LMS Plugin Cross Site Request Forgery (CVE-2020-8615)

A cross site request forgery vulnerability exists in WordPress Tutor LMS Plugin. Successful exploitation of this vulnerability can result in the execution of arbitrary code in the effected system...

2.6CVSS2.6AI score0.0883EPSS
Exploits6
exploitpack
exploitpack
added 2020/03/02 12:0 a.m.107 views

Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery (Add User)

Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery Add User Exploit Title: Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery Add User Date: 2020-01-30 Vendor Homepage: https://www.themeum.com/product/tutor-lms/ Vendor Changelog: https://wordpress.org/plugins/tutor/developer...

2.6CVSS0.2AI score0.0883EPSS
Exploits6
0day.today
0day.today
added 2020/03/02 12:0 a.m.157 views

Wordpress Tutor LMS 1.5.3 Plugin - Cross-Site Request Forgery (Add User) Vulnerability

Exploit for php platform in category web applications Exploit Title: Wordpress Plugin Tutor LMS 1.5.3 - Cross-Site Request Forgery Add User Vendor Homepage: https://www.themeum.com/product/tutor-lms/ Vendor Changelog: https://wordpress.org/plugins/tutor/developers Exploit Author: Jinson Varghese...

2.6CVSS0.1AI score0.0883EPSS
Exploits6
Rows per page
Query Builder