Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Ongoing Linux/Solaris Compromise Epidemic

Posted by timothy on Tue Apr 13, 2004 07:39 PM
from the active-malice dept.
An anonymous reader writes to point out that Stanford's Information Technology Systems and Services "has written a summary of a series of compromises that have been happening at universities, research institutions, and high performance computing centers, for the last month or more. The attackers are using known vulnerabilities in Linux and Solaris, along with compromised user accounts, to gain access and control of systems, from standalone servers to HPC clusters ... (the attacks are still ongoing)."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Nothing to worry about (Score:5, Funny)

    by Rapid Home Offer (770408) * on Tuesday April 13 2004, @07:39PM (#8855409)
    (http://rapidhomeoffer.com/ | Last Journal: Wednesday April 14 2004, @06:20PM)
    From the article:
    The attacker appears to be deliberately targetting machines in academic and high performance computing environments, rather than attacking systems indiscriminately.
    I wouldn't worry too much. It's sounds like some guy is trying to boost his SETI@home [berkeley.edu] ranking.
  • by Anonymous Coward on Tuesday April 13 2004, @07:41PM (#8855422)
    A good substitute for Linux and Sun boxes. My school migrated two years ago, weren't happier ever since.

    Here [microsoft.com] - those guys make a kernel, kickass GUI environment (faster than GNOME and easier to use than KDE) plus some office word editors and educational stuff like encyclopedias and maps.
    • Re:Yes, but by Walkiry (Score:2) Wednesday April 14 2004, @04:26AM
    • 2 replies beneath your current threshold.
  • I'm just glad... (Score:4, Funny)

    by Anonymous Coward on Tuesday April 13 2004, @07:42PM (#8855433)
    I'm running Windows XP!

    aQazaQa
  • It is important that when we wave our flags and cheer when Microsoft is laid low by the latest security flaw that we not close our eyes to the very real vulnerabilities in the Unix/Linux system. No OS can be fully secured, and it is absolutely mandatory that we remain vigilant to the possibility of a heretofore unknown security hole in our systems, regardless of the system OS.

    Assuming that Unix/Linux is invulnerable to security holes is deadly. Though the OS may have more security features and "more eyes" on the code than closed source operating systems, we must not rest on our laurels watching Windows implode while our own house is burning.
  • In other words (Score:5, Insightful)

    by Rosco P. Coltrane (209368) on Tuesday April 13 2004, @07:44PM (#8855446)
    a variety of local exploits, including the do_brk() and mremap() exploits on Linux

    In other words, Stanford doesn't keep its Linux boxes up to date. These exploits have been fixed. Linux too requires maintenance and patching, not just Windows.
    • Re:In other words by FrYGuY101 (Score:1) Tuesday April 13 2004, @07:45PM
    • Re:In other words (Score:5, Insightful)

      by winkydink (650484) * <sv.dude@gmail.com> on Tuesday April 13 2004, @07:55PM (#8855542)
      (http://www.networkmirror.com/ | Last Journal: Thursday July 05, @04:34PM)
      Maintaining a large, heterogenous environment (where administrative control may be decided by political or monetary reasons) is not easy to do. This may explain why you see so many really bright sysadmins at .edu's, but even they have difficulty breaking the political & financial layers.
      [ Parent ]
      • Re:In other words by EvilTwinSkippy (Score:2) Tuesday April 13 2004, @08:20PM
      • Re:In other words (Score:5, Informative)

        by ameoba (173803) on Tuesday April 13 2004, @08:23PM (#8855754)
        (http://ameoba.0pi.com/)
        A cluster is almost always _not_ a heterogenous environment. On top of that, the individual cluster machines should not have, nor do they need, access to the network as a whole. Compared to things like computer labs, HPC clusters should be the easiest thing to secure, since you -can- firewall the hell out of them.

        There's no excuse, when putting up a several hundred node cluster to not get an extra machine through which it needs to be accessed that is not part of the cluster. That machine can trivially be kept secure & the cluster can then be updated as is convenient (IE - not replacing the kernel in the middle of a 3-week long computation; even at that, tho, anything that's going to take 3wk should be able to checkpoint itself without loosing much).
        [ Parent ]
        • Re:In other words (Score:4, Insightful)

          by KrispyKringle (672903) on Tuesday April 13 2004, @09:59PM (#8856481)
          I don't think they mean clusters as in MOSIX, etc. The term seems to be used frequently in academia to refer to a group of machines, with load balancing between them, used for services like shell access, web and mail serving, etc. Additionally, individual servers are being attacked as well. Many schools have a very, shall we say, fragmented IT infrastructure; I'm at a medium-sized private university (about 10,000 undergrads, perhaps) with four different undergraduate schools and perhaps twice as many graduate schools. Each has its own IT department. The larger ones are well-run, but some of the smaller ones aren't even on the newsgroup of which all the IT departments are supposed to belong because they can't figure out how to use the news server (or so it's been said, at any rate). Point is, academia has some great admins, and some psych professors running servers out of their classrooms.

          Academic computing is the epitome of *available* computing, in the sense that availability is the highest priority. Financial institutions may prioritise (or at least, should prioritise) security and a good administration over availability, but by its nature, academic computing involves disparate infrastructures, various levels of admins with various goals, and so forth. All students, faculty, and staff need access; frequently, granting loose, unsecure access is simply more efficient for the time being than making things secure. Such is life.

          [ Parent ]
      • Re:In other words by Metzli (Score:1) Tuesday April 13 2004, @09:44PM
      • Re:In other words by 4of12 (Score:2) Wednesday April 14 2004, @08:14AM
    • Re:In other words by Lussarn (Score:2) Tuesday April 13 2004, @08:03PM
    • Re:In other words (Score:4, Insightful)

      by randyest (589159) on Tuesday April 13 2004, @08:04PM (#8855609)
      (http://randyrandy.net/)
      Actually, it's users who are not following rules (assuming they have rules against using insecure telnet, which I'm sure they do):

      The attacks start with the compromise of an unprivileged local user account. Usually this is because the attacker's captured the password from somewhere else: it's been sniffed off the network (through the use of insecure protocols like telnet), it's been collected when the user signs on to or from another compromised machine, it's been harvested from the password file on a compromised system.

      So, we have user passwords as the source, which users freely give away by (1) using telnet instead of SSH, (2) just being very uninformed or gullible users, enough to plug in his/her unix password to a web form, and (3) once-removed version of (1) or (2) since these are just obtained from other compromised machines.

      (1) and (2) are arguably the same problem, so that boils down to: users breaking rules -- surprise! But, that's easy to say, but hard to fix without more power . What to do? Seriously? Fine users for breaking rules?
      [ Parent ]
    • If unpatched WinXX counts so does unpatched Linux by AHumbleOpinion (Score:3) Tuesday April 13 2004, @08:09PM
    • Re:In other words by ssklar (Score:1) Tuesday April 13 2004, @09:36PM
    • Re:In other words by FireFury03 (Score:3) Wednesday April 14 2004, @04:05AM
    • Re:In other words by Xerp (Score:1) Wednesday April 14 2004, @07:16AM
    • Re:In other words by orkysoft (Score:1) Wednesday April 14 2004, @08:06AM
    • 1 reply beneath your current threshold.
  • by oldosadmin (759103) on Tuesday April 13 2004, @07:45PM (#8855456)
    (http://www.oldos.org/)
    It says that good passwords are a good defense.
    We know this.
    No more default last 4 digits of SSN as a password.
    Make them use something more secure! And disable telnet, for goodness sakes.
    Inconvieience (sp?) your students in order to secure your system. It's all fun and games until someone uses a rootkit to play with GPAs.
  • IMO all of these attacks are related (Score:4, Interesting)

    by bersl2 (689221) on Tuesday April 13 2004, @07:46PM (#8855464)
    (Last Journal: Tuesday September 25, @04:26AM)
    going back to the back-door insertion attempt on the Kernel, the rooting of gnu.org's ftp server, the compromise of Debian's servers... it's the same people doing this.

    Just a feeling.
  • by tsu doh nimh (609154) on Tuesday April 13 2004, @07:47PM (#8855476)
    on just how widespread this attack really is. The story IS HERE [washingtonpost.com]
  • Hmm, doesn't seem very unusual. (Score:5, Informative)

    Someone is sniffing passwords off the network (telnet or http sessions probably) or cracking badly chosen ones, and then using privilage escalation vulnerabilities that have been known and patched for quite a while. However, this kind of thing can work at an academic environment or other large network, since it is often not possible to upgrade the kernel on every single system without proper testing. Still, come things can be done to prevent this kind of attack.

    Don't send passwords in plain text on the network, and enforce proper password policies (8 char minimum, numbers, letters and symbols etc).

  • Note to self (Score:5, Funny)

    by UnknowingFool (672806) <minh_duong.yahoo@com> on Tuesday April 13 2004, @07:48PM (#8855485)
    Change Linux root password from 1234 to something harder to guess
  • Sloppy work all around (Score:5, Insightful)

    by fastpage (125435) on Tuesday April 13 2004, @07:49PM (#8855487)
    What gets me is that you can tell the white hats and black hats are both lazy.

    If the sysadmins had actually patched their servers with the appropriate security patches the "hackers" would have never gotten in, in the first place. If you read the counter measure section this isn't anything new that they shouldn't be doing every day and enforcing.

    If you look at the section entitled Evidence of compromise you can see that the people breaking into the systems are leaving a pretty big trail to follow. In my job, when customers start complaining that their servers are working quite right, when you take a look at whats going on you can see a root kits been installed. The whole idea of a root kit is to cover your tracks. If these guys did a better job you'd never know you were hacked. Its quite sad really. Laziness is the biggest security problem if you ask me.
  • Been hitting Caltech too (Score:4, Informative)

    by Anonymous Coward on Tuesday April 13 2004, @07:50PM (#8855499)
    Servers were down much of last week. The ITS website [caltech.edu] has a few brief details.
  • Yeah, so? (Score:5, Interesting)

    by ameoba (173803) on Tuesday April 13 2004, @07:53PM (#8855522)
    (http://ameoba.0pi.com/)
    The entire (up to date) Windows lab here gets compromised & backdoored to hell and everyone just says "Have it working by tommorrow". A Linux cluster gets compromised and they issue a press-conference.
  • HPC Clusters? (Score:4, Funny)

    by JessLeah (625838) on Tuesday April 13 2004, @07:53PM (#8855525)
    Isn't that an oxymoron? Cray Canada's CTO says so [slashdot.org]. Then again, Borland's CTO said "OS X is my favorite Linux distribution [linuxjournal.com].", so maybe CTOs aren't so smart about Technology after all ;)
  • My opinion (Score:3, Interesting)

    I dont think we will ever have a fully secure box, these vulnerabilies will continue to pop up occassionally and there's nothing we (the developers) can do about that. It is just a testimony of the fact that we are imperfect beings and sooner or later we will have our errors exposed. It is not a bad thing, in the evolutionary way of dealing things, this (finding and sorting out bugs) could probably be a good thing. Having said that, I think developers do have control over how they respond to these problems, like coming up a problem that doesn't just band-aid the wound hoping to find a cure for in the future. Also developers have control over how fast they respond. On both criterias, open source peer reviewing is winner over closed sourced development. One tends to promote security through openness and and in the other security through obscurity like think MSFT( Read comments from a MSFT bigwig who said the only reason MSFT servers are compromised because the vulnerabilities are announced).
  • they wanna know WHAT? (Score:4, Insightful)

    by ChipMonk (711367) on Tuesday April 13 2004, @08:00PM (#8855582)
    If you believe your Unix computer has been affected by these intrusions, please contact the Information Security Services office (650-723-2911 or security@stanford.edu). Please include the name or IP address of the affected machine, as well as any compromised userIDs.

    Never mind the compromised machines. Let's try social engineering instead. I know! We'll make a security alert, get it on Slashdot, and the poor trusting souls will beat a path to our POP3 account!

    Seriously, you might as well just hand them your hard drive and credit card number.
  • HPC question (Score:2, Insightful)

    by abrotman (323016) on Tuesday April 13 2004, @08:01PM (#8855591)
    could someone more familiar with HPC systems please explain to me why any cluster is attached to the internet? I'm assuming these are externally routable addresses. I just dont understand why you would do this.
  • by tjmather (206288) * on Tuesday April 13 2004, @08:05PM (#8855623)
    (http://www.maxmind.com/)
    Does anyone use Libsafe [avayalabs.com] This library protects against buffer overflow vulnerabilities, and is very easy to install (basically you just install the RPM and you're done)

    If more sysadmins installed this, perhaps we wouldn't have problems with so many Linux compromises? Of course it's no substitute for patching, but seems like a good additional security measure.

    This is from the gnu.org software directory [gnu.org]

    The exploitation of buffer overflow and format string vulnerabilities in process stacks are a significant portion of security attacks. 'libsafe' is based on a middleware software layer that intercepts all function calls made to library functions known to be vulnerable. A substitute version of the corresponding function implements the original function in a way that ensures that any buffer overflows are contained within the current stack frame, which prevents attackers from overwriting the return address and hijacking the control flow of a running program.

    The true benefit of using libsafe is protection against future attacks on programs not yet known to be vulnerable. The performance overhead of libsafe is negligible, it does not require changes to the OS, it works with existing binary programs, and it does not need access to the source code of defective programs, or recompilation or off-line processing of binaries.

  • Imagine... (Score:5, Funny)

    by Odin's Raven (145278) on Tuesday April 13 2004, @08:08PM (#8855641)

    From the Stanford article:

    Stanford, along with a large number of research institutions and high performance computing centers...

    And further down...

    ...the compromised user account is typically used to run a password decoding application called John the Ripper...

    To paraphrase a cliche without any attempt at humor:

    Imagine a Beowulf cluster running John the Ripper.

    /me runs and hides in cellar...

    • Re:Imagine... by _Sprocket_ (Score:2) Tuesday April 13 2004, @08:25PM
    • Re:Imagine... by prockcore (Score:2) Tuesday April 13 2004, @08:54PM
      • Re:Imagine... by 0x0d0a (Score:2) Wednesday April 14 2004, @01:19AM
      • Re:Imagine... by greed (Score:1) Wednesday April 14 2004, @09:36AM
      • 1 reply beneath your current threshold.
    • Re:Imagine... by ShavenGoat (Score:1) Wednesday April 14 2004, @01:12AM
    • 1 reply beneath your current threshold.
  • Now, wait a moment ... (Score:5, Interesting)

    by JMZorko (150414) on Tuesday April 13 2004, @08:08PM (#8855644)
    (http://www.fallingyou.com/)
    Just an observation, but this story has the "Security" icon, while the story about Windows critical flaws has the "Bugs" icon. Both stories deal with bugs or "vulnerabilities" that compromise security on the affected machines.

    Now, my opinion of MS is not that great, but this just seems wrong.

    Regards,

    John

  • by Theovon (109752) on Tuesday April 13 2004, @08:20PM (#8855738)
    For a moment there, I thought they were saying that Solaris and Linux were making compromises in order to become more alike or that universities were compromising by installing Linux on some of their SPARC machines, and that people were saying that it was an epidemic.

    Oh well.
  • academic machines? (Score:4, Interesting)

    by dj245 (732906) on Tuesday April 13 2004, @08:23PM (#8855756)
    (http://www.rogertheshrubber.net/)
    article: The attacker appears to be deliberately targetting machines in academic and high performance computing environments, rather than attacking systems indiscriminately.

    I can see why they would want to target academic boxen if they wanted high-powered computers to do some serious slaved number crunching. If they are just going to launch a DDoS attack or send a bunch of spam though, academic computers are not the best. Most academic sysadmins have fairly limited budgets, and spend a fair amount on bandwidth. As such, they rule their bandwidth with an iron fist in many cases. The Admins at my particular college have bandwidth flags on certain ports and a global flag of somewhere around 1gb/day over 3 days. Break that, and the admin gets very interested in what you are doing with your boxen.

    I'm sure other colleges have similar schemes, and I've heard of many colleges which are even more strict with their bandwith (200mb/day limit, etc). These academic boxes may make good targets because of their relatively user intervention and user experience, but they don't have that great of a pipe on them, relatively speaking. If it was me, I would have gone after servers that also run wireless access points. Hard to tell where the bandwidth goes in some cases with those.

  • this just in... (Score:4, Funny)

    by medelliadegray (705137) on Tuesday April 13 2004, @08:34PM (#8855841)
    PC's get compromised if security patches are not applied!

    and in other news...
    cheerio's get soggy in milk
  • Sad Mind (Score:5, Funny)

    by Neo-Rio-101 (700494) on Tuesday April 13 2004, @08:38PM (#8855874)
    I was looking at one of the Solaris vulnerabilities, and I saw "sadmind".

    I thought it was some kind of nasty name for a hacking daemon - until I found out that sadmind was the "Solaris ADMIN Daemon"
  • by timmarhy (659436) on Tuesday April 13 2004, @08:43PM (#8855907)
    poor password management is the source of most hacks. i'm betting this cracker has a chip on his shoulder and is out to teach this org a lesson. gaining local access is 1/2 the battle, which is made easy when you use passwords like "password"
  • Strategic issues (Score:4, Interesting)

    by Animats (122034) on Tuesday April 13 2004, @08:49PM (#8855962)
    (http://www.animats.com)
    We're seeing more attacks that seem to be Phase I of something big. Somebody is going to considerable trouble to prepare for something. But what?

    I see a day coming when, in one day, half the computers in the US have their disks erased.

  • ...it isn't the fault of Linux. Distributions and users need to remember that nothing is secure, if it's not enabled that way.


    If you're worried about system crackers, install SE-Linux as your kernel, throw on a few of the NSA's utilities, disable unrequired access to software and finally make sure daemons don't have privs they don't need.


    Security isn't hard, it merely takes a little more effort than most are willing to put in.

  • The Washington Post has more coverage (Score:4, Informative)

    by Doofus (43075) on Tuesday April 13 2004, @09:12PM (#8856153)

    Washington Post has more coverage in this article, Hackers Strike Advanced Computing Networks [washingtonpost.com].
  • Does anyone on the inside... (Score:2, Informative)

    by zogger (617870) on Tuesday April 13 2004, @09:37PM (#8856316)
    (http://technocrat.net/ | Last Journal: Thursday November 15, @03:58PM)
    ... at any of these places where the attacks are occuring have any other information to add? I am interested if there is information that might have been gleaned from any captured code that might indicate the exact identity of whom the attackers were going to DDoS once they had their zombied supercomputers. Or was it going to be a DDoS? Another exploit? I think that info might be a clue (well obviously) to who is behind this. One would think that attempting to zombiefy a super computer run by some advanced admins would be more difficult (and thus more unlikley to be used for such a mundane cause) that just gathering-say- dsl connected joe user boxes. Wouldn't you think they might be up to something else? Such as using these supercomputers in an attempt to crack even larger and perhaps more .. sensitive... supercomputers or facilities elsewhere? A two steps removed compromise in other words, a "force multiplier" effort, perhaps "masked" to the ultimate target by seemingly being a benign connection from a respected place, if you follow? Or better, is there a critical tactical penetration advantage in using a zombied super computer on a big pipe that goes beyond the obvious that is already stated/speculated on in the disclosure?

    Or do you (anyone who might have some more AC insider info) have any other pertinent data not covered in the articles?

    Not a security guru here, but last time I remember anything like this was like around 2 years ago or so when banks were targeted, something like that anyway.
    • Re:Does anyone on the inside... (Score:5, Interesting)

      by drmerope (771119) on Tuesday April 13 2004, @11:11PM (#8856940)
      Yeah, I've been involved in some of the staff discussions at one of the compromised institutions. The vulnerabilities listed seem old because these attacks have been ongoing for a while now. Some of those vulnerabilities were actually discovered originally in relations to this situation. What's important to realize is that this situation is very unlike what's happened to windows machines recently. Most of the Windows intrusions have been remote exploits via services. We've been facing primarily local-root exploits. These people are breaking into accounts--usually by password sniffing, key-stroke logging, etc from other compromised machines. Those accounts are then used to launch various known (and previously unknown) local-root exploits. These people appear to be after other systems for an unknown purpose rather than just "games" or DoS attacks. Most of the targeted institutions have substanial DARPA/government research contracts. It's reasonable that these attacks are being used to steal information. The focus has not been on High Performance Clusters but rather on interactive clusters. These people are after information not computing power.
      [ Parent ]
    • Re:Does anyone on the inside... by drachen (Score:2) Wednesday April 14 2004, @10:45AM
  • A few things to try..... (Score:5, Informative)

    by Mercury2k (133466) on Wednesday April 14 2004, @12:10AM (#8857303)
    Here is a list of some things that I feel are worth considering:

    1. Patch your system! As soon as a patch comes out, get it applied and reboot if you have to! Also, stay up to date on security issues by subscribing to mailing lists that are related to the software your using. One good general purpose site is cert.org [cert.org]. Keep in mind that while mailing lists are great ways of being notified, they arent fool proof. If your subscription expires and you dont know about it, you wont be exactly up to date in the community now will you?

    2. Use grsecurity [grsecurity.net]. This is a kernel patch that is briefly lagged behind official Linux kernel versions. It has many great features for protecting against stack attacks/buffer overflows. ie: Those latest greatest scripts your local script kiddie just downloaded wont likely do anything against you since special addresses are randomised. It can also hide files on your computer such as intergrity checkers so nobody except you know they exist. Plus it can stop insert code into a running kernel by making kernel memory readonly (which btw, would have prevented at least one of the attacks they mentioned).

    3. Install a filesystem intergrity checker. Aide, integrit and tripwire all come to mind and essentially all do the same thing but with different config file syntax. Besides, how can you tell if a file is changed if you dont actually check? Also, dont forget to hide the existence of this program using something like grsec's gradm filesystem ACL util and be careful of automating checks in the crontab!

    4. Read a good linux securing article. One such article I have read is called Securing & Optimizing Linux: The Ultimate Solution [tldp.org]. It will teach you how to lock a system down a fair bit and how to remove unused/unneeded services from your computer.

    5. Watch those logs! Log files provide a wealth of information, but administrators rarely check them (well, not all). If you dont know what a log entry means, research it, or else you may be looking at an attack and not even realise it. Now I know some of you are thinking I am nuts considering just how many logs even a small system generates, but there are tools to help you. One way is to use a program called swatch (a perl script). It can parse existing and old archived log files using a perl regex syntax and trigger actions based on found text. Start by configuring the system to ignore any log entries that are known to be friendly and show you everything. Then slowly eliminate each friendly entry one at a time. What will be left is a list of purely evil enteries :). Next configure swatch to alert you upon recieving such messages! Of course you can always use perl or even grep -v to parse logs, but for repeated use I think a specialised tool would save you some trouble in the long run.

    Now I know I could go on forever with suggestions, but I think that these few things should give anyone a kick in the right direction. I hope this has been helpful.
  • by sentientbrendan (316150) on Wednesday April 14 2004, @01:08AM (#8857554)
    I've heard a lot of people say something like, "It's their own fault for not installing the latest patches." Doesn't that suck anyway though? It's a major pain to need to keep a human around to twiddle some bits periodically.
    I'm not sure it really has to be this way. It seems to me, that it is a major design flaw that if there is a small error in one of the *many* programs from *many* different parties being run as root, that it can be exploited so that an arbitrary attacker can end up getting root access or executing arbitrary code or whatever. For that matter, it seems silly that (for desktop systems) disastrous effects can come from code run by Joe user. After all, desktop users store all their important files in some place they *don't* have to authenticate as root to get to.
    Rather than just assuming that the ever watchful eyes of open source uber hackers are the only remedy for this as well as all of life's problems, maybe it is possible to come up with some easy solutions, or at least partial solutions, to this problem?

    1. Use software that watches the beginning and end of every stack frame for an overflow. If an app overflows *kill it dead*. Similarly, the beginning and end of every block allocated on the heap can be watched. Software like this exists, and it is about time it is built directly into the standard distributions and *turned on by default*.

    2. Develop a new security model. The current system sucks out loud. Really, access lists (a la microsoft) are a step in the right direction. Finer grained and more flexible controls are good, but a totally new security model would be better. I've seen some things like this developed as academic projects, but it would be nice to see a patch available for a main stream OS like linux.

    3. It might also be useful to have virtualization (think VMWare) built into standard distros and used by default for services like apache that need to run some stuff as root. My understanding is that you can do something like this with chroot currently, but that it is a clumsy and dangerous tool.

    I'm not a big security buff, but even I can see that there are some things we can actually *do* about this problem.
  • Good work! (Score:2)

    by rixstep (611236) on Wednesday April 14 2004, @02:58AM (#8857897)
    (http://rixstep.com/)
    Ah. So Bill has hired Mudhen from the Puzzle Palace to try to steal Scotty's and Linus's secrets. Not much to worry about.
  • google (Score:1)

    by aksyn (771168) <[un.an] [ta] [un.an]> on Wednesday April 14 2004, @03:58AM (#8858042)
    ah ha! so /this/ is how Google get all their computing resources..
    • Re:google by El Gringo Loco (Score:1) Wednesday April 14 2004, @09:31AM
  • by hak1du (761835) on Wednesday April 14 2004, @05:24AM (#8858291)
    (Last Journal: Monday April 12 2004, @04:18AM)
    These security issues are very different from what is usually reported for Windows: these are sniffing attacks (which are not a software problem but a system management problem--don't install telnet), combined with local exploits. Every Linux machine tries to be secure as a machine with multiple logged in users. When people talk about Windows security problems, they are talking about attacks from the outside.

  • ... SUN1 heavy, come about to runway 101010. You may begin your final approach. We're laying down crash foam and keeping DEC's old hangar warm for you.

    There are also some jackals from Microsoft who'd like to speak with you in the lobby, after they're done spreading nails on the tarmac.
  • This sounds like a good time to troll for votes for my Fedora Security Enhancement Bug [redhat.com]. Without this enhancement, it's near impossible to verify a Fedora system from read-only media.

    I don't know who to bother about getting this implemented but I assume someone at RH would have to adopt it. A few votes might get it recognized.
  • For real. (Score:1, Interesting)

    by Anonymous Coward on Wednesday April 14 2004, @07:55AM (#8858823)
    I can confirm this is for real. NCSA, SDSC, ANL, Caltech, and other sites have been hacked, largely Teragrid and HPC resources. .mil has even blocked access from some university nets to prevent attacks, because these attackers are targetting universities for their high-performance resources (for password cracking) and plethora of DOE/DOD and researcher accounts, some of whom have access to classified systems such as Frost at LLNL and the ASCI systems at LANL, Sandia, etc. They (especially the Teragrid folks) have been trying to keep it very quiet. However, if you read between the lines of this memo: http://www.teragrid.org/userinfo/index.html Basically, they've got several clusters at NCSA offline, and accounts being used by crackers to gain access to other systems. This is the biggest university hack/government hack since the UofO & DOE/LANL hack last winter. Oh, yeah, you never heard about that one either, did you... I mean, if you knew how broken all these sites are, you might be shocked. More info on the .mil block: http://www.its.caltech.edu/
  • <Disclaimer> I work in an Ivy League University </Disclaimer>

    The proud hacker ethic of yesteryear promotes user patching : the laissez faire school of security. Most major schools have no firewalls and scientists dictate IT policy. There is no staging prior to production. No patch management. No administrative oversight. Imagine buggy half-assed builds scaling to superclusters. This is not your mommas locked down corporate environment.

    The only defense is to secure your department as much as you can - the "Islands in the Stream" model of network security. This will complicate your users lives. Depending on where you work, this may be a Career Limiting Move (CLM) in Academia OR the real world. However, the upside of all this malicious intent is the great opportunity for security exposure. Only firewall teams are usually schooled in active attacks. Fuck the corporate bootcamp cram session. This is live fire. Believe me, Honeyd and Tarpits are a godsend.

    Of course universities are targets of hack attacks. The student segments are swarming with virii and backdoors. You wanna go tell Joe Jr $40k pa he's not allowed to use his laptop? One successful compromise will lead to a hackers paradise. Windows PCs on University address blocks are everyday targets. All we see here is someone targetting *nix boxes. This is a surprise?

    NOO! Kiddies are targetting insecure machines with known vulnerabilities? Users/Admins didn't stay on top of their security patches? Why is this even news?
  • not always .edu's fault (Score:3, Interesting)

    by eufaula (163352) on Wednesday April 14 2004, @02:33PM (#8863009)
    (Last Journal: Monday June 17 2002, @10:06PM)
    we have a sun system at our institution that runs a webserver for a very specific application. an unnamed vendor (we'll keep it that way) installed this machine and pretty much told us to keep hands-off of it except to change the backup tape. if we made any modifications to the machine or its software, then our service agreement was void and they would not support this particular app. so, we firewall the crap out of this thing, only allowing access to httpd (apache), making sure to explictly block any high port in use. well, this machine gets compromised about a week ago because this vendor has an ancient version of apache (1.3.3 or something) running suid/sgid root. idiots.......this is a problem we could have prevented if our vendor wasnt as dumb as they were. being a small .edu, we cant just pack up and change without spending 6 figures, so we are pretty much stuck with it until their contract comes up in a couple of years (this is an inherited problem). want their take on the problem - apache only will work suid/sgid. wont run unless permissions are that way. so i ask them to change it, and after about 10 minutes of arguing with their lead UNIX guy he does so. he was amazed that it would run......
  • Re:Lazy Admin ? (Score:1)

    by TheKidWho (705796) on Tuesday April 13 2004, @07:48PM (#8855483)
    (http://www.macidol.com/jamroom/Tempest | Last Journal: Sunday May 28 2006, @11:40PM)
    Handling Linux usability complaints!
    [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:Attacks against universities? (Score:3, Interesting)

    by Anonymous Coward on Tuesday April 13 2004, @07:51PM (#8855510)
    I'm running a live cd distro based on Damn Small Linux. Is this the coming thing to prevent attacks and viruses from getting anywhere?
    Nothing is written to a hard drive with this OS.
    If so, how would this apply to the story on these attacks? How would anyone "gain control" of my computer under these circumstances.
    BTW, Damn Small has a limit of 50 Mb, mine runs a little over 60 MB, and I put Mozilla Firefox and Wvdial in the remaster, as well as some office applications from the Debian list of over 8000 items.
    [ Parent ]
  • by aquatazman (608260) on Tuesday April 13 2004, @08:06PM (#8855625)
    Thanks for proving your ignorance, would you care to publish your URL and offer it to the boys at LSD for hacking fun. It would be in your own self interests.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:Lazy Admin ? (Score:2, Interesting)

    by Anonymous Coward on Tuesday April 13 2004, @08:12PM (#8855678)
    Funny, the same argument is also heard when a new worm attacks an age-old-there's-a-patch-for-it Windows exploit.

    Of course, most Windows users are clueless, so the Linux/Unix admins are pretty much guilty in this situation.

    To confess (anonymously), where I work we are pretty slack about security as well.. we use ssh and pam, wasn't there a known security risk with these 2 a few months ago?
    [ Parent ]
    • Re:Lazy Admin ? by Anonymous Coward (Score:1) Wednesday April 14 2004, @08:00AM
  • Re:Attempts easy to guess passwords (Score:5, Interesting)

    by Anonymous Coward on Tuesday April 13 2004, @08:42PM (#8855901)
    From "/var/log/messages" on a 64-processor cluster at our university (unrelated to the parent post):
    Apr 12 09:51:24 xxx sshd[32583]: Illegal user alias from 210.166.208.97
    Apr 12 09:51:24 xxx sshd[32583]: Failed none for illegal user alias from 210.166.208.97 port 34243 ssh2
    Apr 12 09:51:26 xxx sshd[32583]: error: Could not get shadow information for NOUSER
    Apr 12 09:51:26 xxx sshd[32583]: Failed password for illegal user alias from 210.166.208.97 port 34243 ssh2
    Apr 12 09:51:35 xxx sshd[32587]: Illegal user info from 210.166.208.97
    Apr 12 09:51:35 xxx sshd[32587]: Failed none for illegal user info from 210.166.208.97 port 34695 ssh2
    Apr 12 09:51:35 xxx sshd[32587]: error: Could not get shadow information for NOUSER
    Apr 12 09:51:35 xxx sshd[32587]: Failed password for illegal user info from 210.166.208.97 port 34695 ssh2
    Apr 12 09:51:41 xxx sshd[32598]: Illegal user backup from 210.166.208.97
    Apr 12 09:51:41 xxx sshd[32598]: Failed none for illegal user backup from 210.166.208.97 port 35292 ssh2
    Apr 12 09:51:41 xxx sshd[32598]: error: Could not get shadow information for NOUSER
    Apr 12 09:51:41 xxx sshd[32598]: Failed password for illegal user backup from 210.166.208.97 port 35292 ssh2
    ...
    The attempted logins appear to be in the exact same order, so it's safe to say the attack was done with a script. The attacking IP address also starts with "210" and resolves back to "ns.himanainu.jp" (not necessary the attacker's machine, but rather a compromised host).
    [ Parent ]
  • 16 replies beneath your current threshold.