You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Summary
The parameter
projectis not sanitized, so attackers can poison this parameter and then create a reflected XSS attack.PoC
http://domain.tld/display.php?browse[]=all&project=1">test</a><script>alert(123)</script>&select=desk&_=1555500329996Details
The flaw exists since
$projectwas assigned to a GET parameter without sanitizingi-librarian/display.php
Line 15 in 07a2668
then,
$projectwas printed without escapingi-librarian/display.php
Line 326 in 07a2668