Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix XSS injection vulnerabilities in admin help and quicklinks (CVE-2…
…020-12685) Found and reported by Sean Fernandez. Thank you! Also: * Gate these pages so visitor must be logged in. Although a login bounce looks really odd in the tiny quicklinks window, better to do this than have it exposed to the world. * Tighten matching hex character pairs in URL-encoded input to avoid runtime errors. * Remove check for unused scratch window_override. * Clean up HTML.
- Loading branch information
Showing
3 changed files
with
50 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters