Warning! Audit Deprecated
Information
Level 1, Scorable
Ensure the Named Pipes protocol is disabled where not needed. A named pipe is a specifically named one-way or two-way channel for
communication between a pipe server and one or more pipe clients. SQL Server checks the named pipe to verify what connections can log
on to the system that is running SQL Server to run queries against data that is stored on the server.
In the past, Named Pipes have been susceptible to hijacking which allows the attacker to gain control of another client session. If
Named Pipes is required, change the name to something other than \\.\pipe\sql\query. Named Pipes protocol is disabled by default for
MSSQLSERVER and SQLEXPRESS and enabled for SQL Native Client.
ref. https://benchmarks.cisecurity.org/tools2/sqlserver/CIS_Microsoft_SQL_Server_2005_Benchmark_v2.0.0.pdf, pg 40.
NOTE: Nessus has tested that the default Named Pipes path has been changed per CIS recommendations.