[Koha-bugs] [Bug 11307] Potential XSS attack vector in opac rss feed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 26 18:04:37 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11307

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23164|0                           |1
        is obsolete|                            |

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 23169
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23169&action=edit
Bug 11307 : Potential XSS attack in rss feed

To test:
1/ Craft a url like
/cgi-bin/koha/opac-search.pl?q=a&count=50"'<h1>test</h1>&sort_by=acqdate_dsc&format=rss2
2/ look at the source, notice
<opensearch:itemsPerPage>50"'<h1>test</h1></opensearch:itemsPerPage>
3/ apply the patch, and reload url
4/ source now contains

<opensearch:itemsPerPage>50"'<h1>test</h1></opensearch:itemsPerPage>

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list