http://staff.client.url/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=4224 (as an example) would allow unauthorized users to download MARC files from the staff side of the ILS. It might be possible to DOS the staff client using this. The same functionality is available from the OPAC, the download functionality should only be available from the staff client when a user is logged in.
Created attachment 4770 [details] [review] Bug 6641 -- Specially crafted URL can allow unauthorized download of MARC files from staff client Making sure permissions are checked on download of MARC files from staff client
Created attachment 4786 [details] [review] Bug 6641 -- Specially crafted URL can allow unauthorized download of MARC files from staff client Making sure permissions are checked on download of MARC files from staff client Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Security issue, patch pushed please test
Tested, works!