SQL Server 7.0 and 2000 provide stored procedures which is a coll- ection of Transact-SQL statements stored under a name and processed
as a group. One stored procedure, an extended stored procedure and
weak permissions on a table combine to allow a low privileged user
the ability to run, delete, insert or update web tasks.
An attacker who is able to authenticate to a SQL server could delete, insert or update all the web tasks created by other users. In
addition, the attacker could run already created web tasks in the
context of the creator of the web task. This typically runs in the
context of the SQL Server Agent service account.
Patch availability:
-Microsoft SQL Server 7.0:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q327068&sd=tech
-Microsoft SQL Server 2000:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316333&sd=tech
|