]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an adminis...
authorjustdave%syndicomm.com <>
Mon, 3 Nov 2003 11:31:30 +0000 (11:31 +0000)
committerjustdave%syndicomm.com <>
Mon, 3 Nov 2003 11:31:30 +0000 (11:31 +0000)
Patch by Joel Peshkin <bugreport@peshkin.net>
r= justdave, zach  a= justdave

editkeywords.cgi

index 073dfbb9d4da8793b191bed1b99c66c5aa66ff8f..7af0c1a6c2f7d92c0e0fb506b01fc20b2f702669 100755 (executable)
@@ -126,6 +126,7 @@ unless (UserInGroup("editkeywords")) {
 
 
 my $action  = trim($::FORM{action}  || '');
+detaint_natural($::FORM{id});
 
 
 if ($action eq "") {