]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
SECURITY FIX see bug 108385: Due to trusting of passed form fields that shouldn't...
authorjustdave%syndicomm.com <>
Tue, 6 Nov 2001 04:47:17 +0000 (04:47 +0000)
committerjustdave%syndicomm.com <>
Tue, 6 Nov 2001 04:47:17 +0000 (04:47 +0000)
commitf12ad394c4dcce0c7efafc327d830705b6ec708f
tree5f29507495acf790bb0258108288432cadc904bc
parent1d9fe70befbe375184f3de1e48e1aa168bf6503d
SECURITY FIX see bug 108385: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to add a comment to a bug pretending to be someone else if you edited the HTML by hand before submitting.  The bug form did not include the field in question, but due to legacy processing code, the field was still trusted if it was present.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake x2
process_bug.cgi