2 matches found
mysql improper suid argument evaluation
MySQL before 5.0.25 and 5.1 before 5.1.12 evaluates arguments of suid routines in the security context of the routine's definer instead of the routine's caller, which allows remote authenticated users to gain privileges through a routine that has been made available using GRANT EXECUTE...
PT-2006-5043 · Oracle +1 · Mysql Server +1
Name of the Vulnerable Software and Affected Versions: MySQL versions prior to 5.0.25 MySQL versions prior to 5.1.12 Description: The issue allows remote authenticated users to gain privileges through a routine that has been made available using GRANT EXECUTE, due to the evaluation of arguments o...