Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2015-10111: Fixed security exploit · wp-plugins/watu@bf42e7c

A vulnerability was found in Watu Quiz Plugin up to 2.6.7 on WordPress. It has been rated as critical. This issue affects the function watu_exams of the file controllers/exam.php of the component Exam Handler. The manipulation of the argument quiz leads to sql injection. The attack may be initiated remotely. Upgrading to version 2.6.8 is able to address this issue. The name of the patch is bf42e7cfd819a3e76cf3e1465697e89f4830590c. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-230651.

CVE
#sql#vulnerability#wordpress#php

Expand Up

@@ -196,7 +196,7 @@

if(empty($taking_id)) {

$wpdb->query($wpdb->prepare("INSERT INTO “.WATU_TAKINGS.” SET exam_id=%d, user_id=%d, ip=%s, date=CURDATE(),

points=%d, grade_id=%d, result=%s, snapshot=’’, start_time=%s",

$exam_id, $uid, $_SERVER[‘REMOTE_ADDR’], $achieved, $g_id, $grade, $_POST[‘start_time’]));

$exam_id, $uid, $_SERVER[‘REMOTE_ADDR’], $achieved, $g_id, $grade, @$_POST[‘start_time’]));

$taking_id = $wpdb->insert_id;

}

}

Expand Down

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907