Serious Security Hole In PuTTY
Tim 'gk^' Nilimaa writes "A serious security hole has been found in PuTY, version 0.54 and before. Simon Tatham and his fellows released PuTTY 0.55 on 2004-08-03 which solves this bug. The bug may allow servers to use PuTTY to act as a machine that you trust, even beforce you verify the hosts key while connecting using SSH2. An attack could be a fact before you know that you have connected to the wrong machine. I (and they) say: upgrade to PuTTY 0.55 - now."
I've used Putty now and again, but I know alot of others that do use it on a daily basis...so its always assuring that the devs have a quick turn around on fixes (especially with free software), that kind of dedication is appreciated
Sehr geehrter Toilettenbenutzer!
The writeup is not clear:
The bug may allow servers to use PuTTY to act as a machine that you trust,...
Well, of course you trust your client machine.
You are being MICROattacked, from various angles, in a SOFT manner.
Open Putty, Category -> Connection -> SSH -> Tunnels.
In the port forwarding section, add new forwarded port.
Pick a source port. Any port will work, but 1080 is the standard for socks 5 proxies. Leave Destination blank, and choose Dynamic (instead of Local or Remote). Click the add button, and you should see D1080 listed in the box.
Okay, now you can save your session and start it.
In applications you can go into their connection settings section and set localhost, port 1080 as the SOCKS host. The application will then tunnel everything through your SSH connection.
I've heard lately about a lot more SSH chatter showing up than normal. There's been some speculation about an exploit turning up, soon. Perhaps this is it.
Or maybe there's Yet More To Come.
The living have better things to do than to continue hating the dead.
It appears the main PuTTY site has been Slashdotted: here's a few more links:
http://putty.obengelb.de/
http://www.puttyssh.org/
http://putty.activalink.net/
And a nice mirrors list.
Mike
Thanks... found AutoHotKey while searching for Macro Express and it can be setup to do just what I need.
THANK YOU, THANK YOU, THANK YOU!!!
Does anyone really do anything other than just blindly hit "yes" when presented with a new host identification string?
Even with strict checking on, most of us are used to blowing records out of known hosts files when they don't match, due to system upgrades causing the old records to be invalid all the time.
I've had enough abrasive sigs. Kittens are cute and fuzzy.
Why is it that PuTTY is a production quality app and it's version number is still < 1? Shouldn't we be at a 1.x release by now?
Why isn't this on the front page? Oh, right, let's bury news of problems with cool programs, but a minor issue (solved six months ago) in a Microsoft program gets front page mission.
Keep up the good work Rob. Hey, where are the 503's today? It hardly seems like the dot without them.
Yeah, yeah, -1, flamebait -1 troll. Who gives a crap? Not Rob or OSDTNVHPR
Jesus was all right but his disciples were thick and ordinary. -John Lennon
It is for the former reason that it should be front page. IMNSHO.
Instead, we have 'Microsoft will try blogging service in Japan', ' ESA To Study Human Hibernation', and 'DEFCON WiFi Shootout Winners Set A Land Record'.
Jesus was all right but his disciples were thick and ordinary. -John Lennon
I don't know if it's been posted, yet, otherwise mod me down as redunant -- I am prepared for your wrath.
What about WinSCP, which used PuTTY DLLs'?
I was expecting BrICk 1.0 ....
(It's a joke, laugh !)
This signature was left intentionally blank.
Have you tried reading the FAQ?
I mean, it's really not *that* hard.
Cash prize, guaranteed!
Thanks for the link.
.reg file and import all keys into the new machine.
n dS eedFile
You can export the settings using RegEdit
Start->Run->regedit
Select the SimonTatham key
File->Export
Save the section on your USB key
On a new machine you can just double click on the
Does anyone see any problems with this? Perhaps, you should be sure to _not_ take the RandomSeed key, since you'd like to have more randomness...
Orn
From the FAQ:
A.5.2 Where does PuTTY store its data?
On Windows, PuTTY stores most of its data (saved sessions, SSH host keys) in the Registry. The precise location is
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
and within that area, saved sessions are stored under Sessions while host keys are stored under SshHostKeys.
PuTTY also requires a random number seed file, to improve the unpredictability of randomly chosen data needed as part of the SSH cryptography. This is stored by default in your Windows home directory (%HOMEDRIVE%\%HOMEPATH%), or in the actual Windows directory (such as C:\WINDOWS) if the home directory doesn't exist, for example if you're using Win95. If you want to change the location of the random number seed file, you can put your chosen pathname in the Registry, at
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Ra
On Unix, PuTTY stores all of this data in a directory ~/.putty.
1. 2.