Closed GoogleCodeExporter closed 9 years ago
This has been fixed in revision 8316.
By limiting the value of $show = 'all' or an empty string.
if ($show != "all") { $show = ''; }
Took a look at show all in devices, cdr, and destinations and seems to be okay
on those. If you find any others please report them.
Original comment by markjcrane@gmail.com
on 25 Apr 2015 at 5:59
I haven't tested, but that looks like it would fix the XSS for the show
variable, but not the profile variable. Take a look at the sample URL I posted,
it's putting the XSS in the the value of $_GET['profile']
Original comment by thefin...@gmail.com
on 26 Apr 2015 at 4:58
Original issue reported on code.google.com by
thefin...@gmail.com
on 20 Apr 2015 at 6:00