Home All Groups Group Topic Archive Search About

localstart.asp vulnerability

Author
25 Nov 2008 3:43 PM
Adam
Good morning all,

We have been having a problem with a repeat vulnerability on one of our IIS
6.0 boxes:

---------
Vulnerability Identified: IIS localstart.asp Authentication Prompt

Severity: Medium

Description: The Microsoft IIS server has a localstart.asp file and it is
protected by NTLM authentication.

Impact: A remote web client who requests the localstart.asp file will be
prompted by the WWW-Authenticate: NTLM mechanism for authentication
credentials for the web server. Attackers may leverage this authentication
mechanism in a brute force authentication attack.
------------

Recommendation: If maintaining this file is not needed for normal business
operations, Verizon Business recommends deleting it from the web server so
attackers cannot use it to launch brute force authentication attacks against
it.

One of my coworkers attempted the recommended solution and removed
localstart.asp, but it looks like the file is still there.  Does anybody have
a suggestion for getting rid of this for good?  Default Site is not being
used (currently in a stopped state).  Is it possible to just delete the
entire site?  All the other active sites are hosted in a completely different
inetpub location.

Thanks for taking the time to read this!

Adam

Author
26 Nov 2008 2:58 PM
Ken Schaefer
If the website is not started, then there is no possibility of a brute force
attack.

Deleting the file using Explorer still leave the relevant metabase entry -
there is no possiblity of compromise because any request for the file will
request in a 404 (File Not Found) but your analysis tool is probably
investigating what settings are in the metabase. If you delete the metabase
entry the warning will probably go away.

You can delete the website as well, and that will make the warnings go away.

Cheers
Ken

Show quoteHide quote
"Adam" <A***@discussions.microsoft.com> wrote in message
news:6B4212A1-AF8B-4D90-9FC0-D1A9AFD077D4@microsoft.com...
> Good morning all,
>
> We have been having a problem with a repeat vulnerability on one of our
> IIS
> 6.0 boxes:
>
> ---------
> Vulnerability Identified: IIS localstart.asp Authentication Prompt
>
> Severity: Medium
>
> Description: The Microsoft IIS server has a localstart.asp file and it is
> protected by NTLM authentication.
>
> Impact: A remote web client who requests the localstart.asp file will be
> prompted by the WWW-Authenticate: NTLM mechanism for authentication
> credentials for the web server. Attackers may leverage this authentication
> mechanism in a brute force authentication attack.
> ------------
>
> Recommendation: If maintaining this file is not needed for normal business
> operations, Verizon Business recommends deleting it from the web server so
> attackers cannot use it to launch brute force authentication attacks
> against
> it.
>
> One of my coworkers attempted the recommended solution and removed
> localstart.asp, but it looks like the file is still there.  Does anybody
> have
> a suggestion for getting rid of this for good?  Default Site is not being
> used (currently in a stopped state).  Is it possible to just delete the
> entire site?  All the other active sites are hosted in a completely
> different
> inetpub location.
>
> Thanks for taking the time to read this!
>
> Adam
>
>