Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: NTLM HTTP Authentication is insecure by design - a new writeup by Am

Subject: Re: NTLM HTTP Authentication is insecure by design - a new writeup by Amit Klein
Date: Fri, 22 Jul 2005 13:32:22 +1000
Actually, there is a need to couple them - for non-repudiation and traceability reasons.

Preservation of the user's identity and being able to interrogate (say the user principle object) is a key control to make sure that the request is authorized to perform a transaction and the associated audit trail are trustworthy ("believable"), a key SOX requirement.

If there is implicit trust of a device but multiple pathways to use the app servers (typical of internal / external SSO junction points serviced by one SSO device), it may be possible to spoof a transaction as someone else if the SSL terminating SSO device does not pass on the credentials in a trustworthy method to code performing the transactions on behalf of the user.

Many SSO solutions suffer from this issue, and it's basically a confusion between coarse grained authentication which SSO solutions usually do pretty well, and fine grained authorization and end-to-end traceability which suffers when authentication details are hidden from the business logic.

thanks,
Andrew

On 20/07/2005, at 7:09 PM, Cyrill Osterwalder wrote:

There's no need to couple it directly with the
back-end Web/Application servers

<Prev in Thread] Current Thread [Next in Thread>