06-16-06 12:24 AM
You simply set permissions on those system stored procs. Then you ensure
that your applications connect using other credentials.
That is how you secure your server against cmd.exe from being abused (i.e.
by setting ACLs on cmd.exe), and cmd.exe is basically what you get when
using xp_cmdshell.
Cheers
Ken
<Eng.Rana@gmail.com> wrote in message
news:1150355438.433402.151370@i40g2000cwc.googlegroups.com...
> Hello All,
> i was wondering if there exists some way to disable all system stored
> procedures, as they are vulnerable to attacks specially if they r not
> needed within any of my applications.
> something like, xp_cmdshell may cause attacks.
>
> i need ur help plz and will appreciate ur response and suggestions
>
> thanx for ur gr8 help
>
[ Post a follow-up to this message ]
|