Home All Groups Group Topic Archive Search About

automatic login with current username and password

Author
1 Aug 2006 9:47 PM
APA
What is the risk of turning this setting on?  Does it really send my
password (over the internet) to thte destination web server?  Could someone
on the webserver end hack this password and use it to infiltrate my network
(let's assume that some one does have the ability to hack these things)?
Not really sure how vulnerable this makes my network.

Author
2 Aug 2006 12:32 AM
Ken Schaefer
By default this is enabled for (a) the Intranet security zone and (b) only
when the webserver uses NTLM or Kerberos authentication (in these cases, the
password is never sent in the clear).

The risk you run is if the password is sent in clear text automatically to
sites on the internet. I would no recommend changing the default setting.

What is the problem you are trying to solve here?

Cheers
Ken

Show quoteHide quote
"APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
news:%23ZIK$PbtGHA.2020@TK2MSFTNGP03.phx.gbl...
> What is the risk of turning this setting on?  Does it really send my
> password (over the internet) to thte destination web server?  Could
> someone on the webserver end hack this password and use it to infiltrate
> my network (let's assume that some one does have the ability to hack these
> things)? Not really sure how vulnerable this makes my network.
>
Author
2 Aug 2006 12:48 AM
APA
The problem is that I've developed some software that has a web interface
that is secured by NTLM authentication and the user setup the hostname for
this site as host.domain.com.  Even though this is a server on the local
intranet, the fact that the host name has a period in it, it is treated as
being on the internet zone.  So, they had to change the authentication
setting of the internet zone which they are now worried about someone
browing an unauthorized website that is also setup with NTLM authentication
and then that site stealing the username and password.  So, I don't know if
their concern is warranted (and saying it's unlikely that someone could hack
the username and password is not going to satiate them).  So, the question
is, if a random server on the internet requires NTLM authentication and I
browse to it with the "automatic login with current username and password"
setting on is it possible (in ANY way) to get my username and password?




Show quoteHide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message
news:uAXTpsctGHA.5044@TK2MSFTNGP05.phx.gbl...
> By default this is enabled for (a) the Intranet security zone and (b) only
> when the webserver uses NTLM or Kerberos authentication (in these cases,
> the password is never sent in the clear).
>
> The risk you run is if the password is sent in clear text automatically to
> sites on the internet. I would no recommend changing the default setting.
>
> What is the problem you are trying to solve here?
>
> Cheers
> Ken
>
> "APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
> news:%23ZIK$PbtGHA.2020@TK2MSFTNGP03.phx.gbl...
>> What is the risk of turning this setting on?  Does it really send my
>> password (over the internet) to thte destination web server?  Could
>> someone on the webserver end hack this password and use it to infiltrate
>> my network (let's assume that some one does have the ability to hack
>> these things)? Not really sure how vulnerable this makes my network.
>>
>
>
Author
2 Aug 2006 1:45 AM
David Wang [Msft]
Basic and some Custom Authentication pass username/password over the
network. Integrated/NTLM/Kerberos does not pass the username nor password
over the Network, so they are safer. NTLM is further safer in that the
harvested user token cannot be used for delegation off the machine (i.e. the
classic double-hop scenario).

By allowing "automatic login with current username and password" you make
your web browsers vulnerable to having user passwords harvested whenever
they visit an Internet website with "Basic Authentication" enabled.

And since you cannot control which websites out there will do the
harvesting, you are opening yourself up to vulnerabilities by configuring
browsers to "automatic login with current username and password" in Internet
Zone.

I suggest that you:
1. Leave Internet Zone as original setting (I think it is "prompt for
username/password")
2. add the host.domain.com address to the local intranet Zone of IE, which
should have "automatic login with current username and password".

This way, browsers don't fall victim to password harvesting for Internet
sites, and browser gives elevated behavior to only certain sites like
host.domain.com.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

Show quoteHide quote
"APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
news:egidg1ctGHA.4544@TK2MSFTNGP04.phx.gbl...
> The problem is that I've developed some software that has a web interface
> that is secured by NTLM authentication and the user setup the hostname for
> this site as host.domain.com.  Even though this is a server on the local
> intranet, the fact that the host name has a period in it, it is treated as
> being on the internet zone.  So, they had to change the authentication
> setting of the internet zone which they are now worried about someone
> browing an unauthorized website that is also setup with NTLM
> authentication and then that site stealing the username and password.  So,
> I don't know if their concern is warranted (and saying it's unlikely that
> someone could hack the username and password is not going to satiate
> them).  So, the question is, if a random server on the internet requires
> NTLM authentication and I browse to it with the "automatic login with
> current username and password" setting on is it possible (in ANY way) to
> get my username and password?
>
>
>
>
> "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message
> news:uAXTpsctGHA.5044@TK2MSFTNGP05.phx.gbl...
>> By default this is enabled for (a) the Intranet security zone and (b)
>> only when the webserver uses NTLM or Kerberos authentication (in these
>> cases, the password is never sent in the clear).
>>
>> The risk you run is if the password is sent in clear text automatically
>> to sites on the internet. I would no recommend changing the default
>> setting.
>>
>> What is the problem you are trying to solve here?
>>
>> Cheers
>> Ken
>>
>> "APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
>> news:%23ZIK$PbtGHA.2020@TK2MSFTNGP03.phx.gbl...
>>> What is the risk of turning this setting on?  Does it really send my
>>> password (over the internet) to thte destination web server?  Could
>>> someone on the webserver end hack this password and use it to infiltrate
>>> my network (let's assume that some one does have the ability to hack
>>> these things)? Not really sure how vulnerable this makes my network.
>>>
>>
>>
>
>
Author
2 Aug 2006 5:30 AM
Ken Schaefer
The solution is to add host.domain.com to IE's list of Intranet sites. You
can do this via a Group Policy Object (GPO)

Cheers
Ken


Show quoteHide quote
"APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
news:egidg1ctGHA.4544@TK2MSFTNGP04.phx.gbl...
> The problem is that I've developed some software that has a web interface
> that is secured by NTLM authentication and the user setup the hostname for
> this site as host.domain.com.  Even though this is a server on the local
> intranet, the fact that the host name has a period in it, it is treated as
> being on the internet zone.  So, they had to change the authentication
> setting of the internet zone which they are now worried about someone
> browing an unauthorized website that is also setup with NTLM
> authentication and then that site stealing the username and password.  So,
> I don't know if their concern is warranted (and saying it's unlikely that
> someone could hack the username and password is not going to satiate
> them).  So, the question is, if a random server on the internet requires
> NTLM authentication and I browse to it with the "automatic login with
> current username and password" setting on is it possible (in ANY way) to
> get my username and password?
>
>
>
>
> "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message
> news:uAXTpsctGHA.5044@TK2MSFTNGP05.phx.gbl...
>> By default this is enabled for (a) the Intranet security zone and (b)
>> only when the webserver uses NTLM or Kerberos authentication (in these
>> cases, the password is never sent in the clear).
>>
>> The risk you run is if the password is sent in clear text automatically
>> to sites on the internet. I would no recommend changing the default
>> setting.
>>
>> What is the problem you are trying to solve here?
>>
>> Cheers
>> Ken
>>
>> "APA" <buddy_a_NOSPAM@hotmail.com> wrote in message
>> news:%23ZIK$PbtGHA.2020@TK2MSFTNGP03.phx.gbl...
>>> What is the risk of turning this setting on?  Does it really send my
>>> password (over the internet) to thte destination web server?  Could
>>> someone on the webserver end hack this password and use it to infiltrate
>>> my network (let's assume that some one does have the ability to hack
>>> these things)? Not really sure how vulnerable this makes my network.
>>>
>>
>>
>
>