Lucene search

K
wpvulndbNeven BiruskiWPVDB-ID:5A4B1095-BF55-4A8F-A6F3-FEAB58368CCD
HistoryJan 10, 2018 - 12:00 a.m.

Testimonial Slider <= 1.2.4 - Authenticated SQL Injection

2018-01-1000:00:00
Neven Biruski
wpscan.com
11

0.001 Low

EPSS

Percentile

39.5%

During the security analysis, ThunderScan discovered SQL injection vulnerability in Testimonial Slider WordPress plugin. The easiest way to reproduce the vulnerability is to visit the provided URL while being logged in as administrator or another user that is authorized to access the plugin settings page. Users that do not have full administrative privileges could abuse the database access the vulnerability provides to either escalate their privileges or obtain and modify database contents they were not supposed to be able to. Due to the missing nonce token, the vulnerable code is also directly exposed to attack vectors such as Cross Site request forgery (CSRF). 3.1. SQL injection Function: $wpdb->query(); Variable: POST[‘current_slider_id’]; Vulnerable URL: http://vulnerablesite.com/wp-admin/admin.php?page=testimonial-slider-admin File: smooth-slider-forks\testimonial-slider\settings\sliders.php --------- 60 $slider_id=$_POST[‘current_slider_id’]; … 63 $sql = ‘UPDATE ‘.$table_name.’ SET slide_order=’.$i.’ WHERE post_id=‘.$slide_order.’ and slider_id='.$slider_id; 64 $wpdb->query($sql); ---------

CPENameOperatorVersion
testimonial-sliderlt1.2.5

0.001 Low

EPSS

Percentile

39.5%

Related for WPVDB-ID:5A4B1095-BF55-4A8F-A6F3-FEAB58368CCD