Scorpius,
You have some very valid points in your post.
Some further thoughts from myself.
I wouldn't class it as a bug as the software is doing excatly what it was designed to do.
Our security policy here at work does restrict users from installing software, screen savers included (I can do it on my PC as I'm a local admin, not a "normal user") and everyone has the same screen saver (in fact one I wrote in VB6) and "On resume, password protect" is always on, so Windows always asks for the password to do anything else.
The screen saver itself does not play a big part in security from the aspect of unauthorised access as when the mouse is moved or any key is pressed the normal windows logon box is presented, this (I thought) was pretty much a standard thing for screen savers to do.
I can see the advantages of launching a browser from a screen saver as you say for promotional pages, but I can also see the security problems, not only at work but also for a home user.
Quick example for a home user:
Say you have different Windows logons setup for your kids with restricted web access & computer access, and your own logon in unrestricted.
You are using the PC and wander away, screen saver comes on and the kids only have to press F1 to get access to the whole web as they are logged on as you, who knows where they could go and see.
Not only that but they could then browse all of YOUR files on the hard drive that they wouldn't normally see when they are logged on.
I only say "A clever bit of programming" because of Karlis post
http://forums.blumentals.net/viewtopic. ... workaround (4th post) where he says they found a workaround to launching the browser, it certainly think they found a way around a Windows security feature that was there to stop the problems I make above.
There are a couple of ways I can think of to modify this feature:
* Acting like the other screen saver you found where the URL is not launched till after password.
* One way it could be modified would be to rather than opening the web browser, use an emended one in a windows form without any web controls (i.e. address box etc) which would be a bit more secure, but then if there's a link to say Google from that page then there's no stopping that.
* Or how about not allowing F1 if the screen saver password option is set?
Obviously if no screen saver password is set then all of this is irrelevant!
Just my personal thoughts.
