|
|||||||||||
|
RE: Microsoft Security Advisory MS 03-007
From: Colcord, Aaron <AColcord(at)rwbaird.com>
Date: Tue Mar 18 2003 - 15:20:15 EST
>2. Limit the length of requests (the url and any headers) by setting the
I am curious if changing this setting will affect SSL Encrytion as it runs under an ISAPI filter. Following the links: http://support.microsoft.com/default.aspx?scid=KB;en-us;q260694 -> http://support.microsoft.com/default.aspx?scid=kb;EN-US;255574 -> http://support.microsoft.com/default.aspx?scid=kb;EN-US;239439. It lookslike it will, but isn't clear. Anyone done any testing on this setting? Aaron Colcord
-----Original Message-----
Setting the permissions on httpext.dll is not the preferred method for disabling WebDAV. Setting the DisableWebDAV registry key (mentioned below) will completely disable the WebDAV capability on IIS. Note that the IIS Lockdown wizard DOES NOT set this registry key, it only uses permissions. It is, however, best to both set this key and tighten permissions. For permissions, I only allow administrators Write access to the file. That allows for updating the file when installing hotfixes and service packs. As for this specific vulnerability, the following steps can also help prevent it:
Here is the batch file I use to disable WebDAV: @reg add hklm\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters /f /v DisableWebDAV /d 1 /t REG_DWORD @xcacls %SystemRoot%\Inetsrv\httpext.dll /G:administrators:W @iisreset /restart or, if you prefer using security templates, here is my template for disabling WebDAV: ; Disable WebDAV
[Unicode]
[Registry Values]
[File Security]
Mark Burnett
On Mon, 17 Mar 2003 17:02:06 -0500, Douglas R. Wilson wrote:
ALERT: How a Hacker Uses SQL Injection to Steal Your SQL Data! It's as simple as placing additional SQL commands into a Web Form input box giving hackers complete access to all your backend systems! http://www.spidynamics.com/mktg/sqlinjection33 Robert W. Baird & Co. is required by regulation to review and store both outgoing and incoming electronic correspondence. Baird may be required to produce-mail records for the SEC or other regulators in a criminal investigation. E-mail transmission cannot be guaranteed to be secure, timely or error-free. Baird therefore recommends that you do not send confidential information to us via electronic mail, including account numbers, social security numbers or any personal identification numbers. This is not an offer, or solicitation of an offer to buy or sell any security investment or other product. Any information regarding specific investment products is subject to change without notice. Any review, forwarding, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer on which it exists. ALERT: How a Hacker Uses SQL Injection to Steal Your SQL Data! It's as simple as placing additional SQL commands into a Web Form input box giving hackers complete access to all your backend systems! http://www.spidynamics.com/mktg/sqlinjection33 Received on Wed Mar 19 16:26:43 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:01:28 EDT |
||||||||||
|
|||||||||||