Summary: | circulation.pl is vulnerable to XSS attacks | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | brendan, chris, f.demians, gmcharlt, jonathan.druart, julian.maurice, kyle.m.hall, kyle, m.de.rooy |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 14568 | ||
Attachments: |
Bug 17036: Fix XSS in circulation.pl
Bug 17036: Fix XSS in circulation.pl [PASSED QA] Bug 17036: Fix XSS in circulation.pl |
Description
Jonathan Druart
2016-08-03 07:48:54 UTC
Created attachment 53934 [details] [review] Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "><script>alert('XSS')</script> => Without this patch you will see the alert => With this patch, no more alert Created attachment 53984 [details] [review] Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "><script>alert('XSS')</script> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Created attachment 54112 [details] [review] [PASSED QA] Bug 17036: Fix XSS in circulation.pl Test plan: Enter the following in the "Check out" tab: "><script>alert('XSS')</script> => Without this patch you will see the alert => With this patch, no more alert Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 16.11, thanks Jonthan! Pushed to 3.20.x will be in 3.20.14 Pushed in 16.05. Will be in 16.05.03. Pushed to 3.22.x, will be in 3.22.10 |