Lucene search
+L

Redux Framework < 4.1.21 - CSRF Nonce Validation Bypass

🗓️ 15 Dec 2020 00:00:00Reported by Lenon LeiteType 
wpexploit
 wpexploit
👁 824 Views

Redux Framework CSRF Nonce Validation Bypass. Avoid sending $_POST['nonce'] or $_REQUEST['nonce'

Refs
Code
Just don't send the parameters: $_POST['nonce'] or $_REQUEST['nonce']

=================================

File: redux-core/inc/classes/class-redux-admin-notices.php

if ( isset( $_POST['nonce'] ) && ! wp_verify_nonce( sanitize_key( wp_unslash( $_POST['nonce'] ) ), $id . $userid . 'nonce' ) ) {
	die( 0 );
}

=================================

File: redux-core/inc/classes/class-redux-ajax-save.php

Content: 

if ( isset( $_REQUEST['nonce'] ) && ! wp_verify_nonce( sanitize_key( wp_unslash( $_REQUEST['nonce'] ) ), 'redux_ajax_nonce' . $this->args['opt_name'] ) ) {
	echo wp_json_encode(...

	die();
}

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