Cross-Site Scripting in jingo
High severity
GitHub Reviewed
Published
Sep 1, 2020
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Reviewed
Aug 31, 2020
Published to the GitHub Advisory Database
Sep 1, 2020
Last updated
Jan 9, 2023
Versions of
jingo
prior to 1.9.2 are vulnerable to Cross-Site Scripting (XSS). If malicious input such as<script>alert(1)</script>
is placed in the content of a wiki page, Jingo does not properly encode the input and it is executed instead of rendered as text.Recommendation
Upgrade to version 1.9.2
References