Home / Vulnerability Database / T-SQL : Insecure function
T-SQL

T-SQL : Insecure function

Classification

CWE/SANS Top 25 2011

Overview

The application uses an insecure xp_cmdshell function. This function launches a Windows command shell and executes the command that is provided in the argument string. The developer can not limit the scope of possible commands for a particular user. Any command will be executed with the existing user’s privileges.

CRITICAL

DerScanner Severity Score

Do you want to fix T-SQL : Insecure function in your application?

See also

T-SQL

T-SQL : Weak encryption algorithm

T-SQL

T-SQL : Weak hashing algorithm

T-SQL

T-SQL : Weak random number generator