Linked by Thom Holwerda on Mon 12th Feb 2007 18:30 UTC, submitted by stare
Sun Solaris, OpenSolaris If you've got Solaris with telnet running, you could be in for a big surprise. There is a fairly trivial Solaris telnet 0-day exploit in the wild [.pdf]. "This was posted to Full-Disclosure. Remote root exploit in the Solaris 10/11 telnet daemon. It doesn't require any skill, any exploit knowledge, and can be scripted for mass attacks. Basically if you pass a '-fusername' as an argument to the –l option you get full access to the OS as the user specified. In my example I do it as bin but it worked for regular users, just not for root. This combined with a reliable local privilege escalation exploit would be devastating. Expect mass scanning and possibly the widespread exploitation of this vulnerability."
Thread beginning with comment 211856
To read all comments associated with this story, please click here.
RE: This is not an Exploit
by Chunk on Mon 12th Feb 2007 19:06 UTC
Chunk
Member since:
2006-02-15

Wikipedia says: "In computer security, an exploit is a piece of software, a chunk of data, or sequence of commands that take advantage of a bug, glitch or vulnerability in order to get unintended or unanticipated behavior out of computer software, hardware, or something electronic (usually computerized)...."

So unless the result was intended (user access without a password) or anticipated I'd say we are technically talking about a BUG, GLITCH or VULNERABILITY.

The EXPLOIT would actually be 'telnet -l "-fbin" target_address'.

Edited 2007-02-12 19:07