View Single Post
  #1 (permalink)  
Old 08-28-2007, 12:19 PM
pantagruel
Guest
 
Posts: n/a
Default Advice, security specification calls for using system login to do login to web application

Hi,

I am reading over a governmental security specification that applies
to a type of governmental knowledge management application that is
invariably ran over https.
According to the specification it supposes that login to the
application will be done by using the users login to their operating
system, invariably assumed to be Windows.


Now from the few bits of security theory I can remember this seems
like a really bad idea, because it means that an attack on the
application can now be achieved by :

1. attacking the application and finding a flaw in how it gets the
login information
2. Attacking windows, controlling a process and then attacking the
application with the hidden process. That hidden process should then
have the users login credentials. For example start a hidden IE and
control its navigation.
3. Attacking the ACL system on Windows.

Anyway I guess the main thing irritating me about this spec is it
seems to assume that have authentication done automatically by using
the OS authentication is inherently more secure than other methods.

Anyone have any comments on this? Am I off base on my feeling that
this is more insecure than other methods?


Reply With Quote