Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Search" feature.
To Reproduce
Steps to reproduce the behavior:
XSS and HTML: "><script>alert('hello')</script><marquee>R0ck3t!</marquee>
XSS Alert Message
Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page.
Impact
Commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user’s machine under the guise of the vulnerable site.
Desktop (please complete the following information):
OS: Windows
Browser: ALL
patch released : webTareas v2.1 p1
Hi, Luiz, Wang
I'm using webTareas v2.1 p1.
webTareas v2.1 p3 released