Slashdot Mirror


Ambidextrous Linux/Windows Virus

Lam1969 writes "Kaspersky Labs has reported a new proof-of-concept virus that can infect both Windows and Linux systems. It's called Virus.Linux.Bi.a/Virus.Win32.Bi.a and affects ELF binaries and .exe's from windows. SANS has a brief item on the cross-platform virus as well, but no information about a patch or signature yet."

38 of 361 comments (clear)

  1. How is it POC? by liliafan · · Score: 4, Interesting
    I guess it is time for me to double check clamav is still updating without any problems on my systems.

    In 2001, the sadmind/ISS worm exploited a hole in Sun Microsystems Inc.'s Solaris to infect systems running vulnerable versions of the operating system. Infected systems then scanned for and attacked servers running Microsoft Corp.'s IIS Web server software. That same year, another proof-of-concept virus named Winux infected both Windows and Linux systems.


    I am curious about how this is a proof of concept virus if it has been done before surely the concept has already been proven?
    --
    GeekServ Unix Consulting Services (http://www.geekserv.com)
    1. Re:How is it POC? by JordanL · · Score: 4, Funny

      I am curious about how this is a proof of concept virus if it has been done before surely the concept has already been proven?

      It wasn't slashdotted last time?

    2. Re:How is it POC? by EndlessNameless · · Score: 5, Informative

      It seems that the reason it's considered a POC at this point is because it has no real payload. All it does is spread, and not nearly as heinously as Blaster/Welchia/Sasser.

      As soon as it gets backdoor or downloader functionality... then it becomes a more serious threat. And really you, me, and the guys at Secunia/SARC/SANS/ISC/etc all know that's where this is headed.

      So yes... in the sense of where this particular piece of malware is headed, this is a proof-of-concept. It's a live test of the progagation mechanism. The payload will be dropped into place soon... probably in the next version since this one looks like it's working fine.

      --

      ---
      According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
  2. Netcraft confirms... by Syberghost · · Score: 4, Funny

    ...BSD just coughed up water and started breathing again.

    1. Re:Netcraft confirms... by jlarocco · · Score: 3, Informative
      Think of it - the kernel code is out there - it boots without any system libraries already being loaded. The printk (kernel print function) doesn't call the os at any point - it has enough knowledge to talk to the hardware directly.

      Any real operating system (Windows NT and up, Linux, *BSD, ...) prevents you from doing any of the stuff you mentioned. You can't just load a program and start doing low level IO to ports. You can't just bypass the MMU and paging system and write directly to physical memory. You can't just write directly to video memory. You can't just have your program load and start acting like it's the operating system. Any operating system worthy of being called an operating system prevents that. Device drivers would come closest, but they most definitely need system calls.

      So, do the same, and add enough functionality to read and write to the various filesystems out there, and you're home - you don't even need to do it in assembler ... just #include the appropriate pre-existing header files, and #include any code that you would normally call from a shared library.

      Yeah...okay. For the moment, lets pretend it's possible to directly access the disk and filesystem from a user program, without system calls. To be any use at all as a cross platform virus, the program would need access to NTFS, ext2, FAT32, and ReiserFS. Writing filesystem code isn't trivial. I would be very impressed if a single person could implement any one of those filesystems in a reasonable amount of time, and all 4 would be nothing short of impossible. Let's just say that if somebody had the skill to do it, they'd be too busy making buttloads of money to waste their time.

      #include the appropriate pre-existing header files, and #include any code that you would normally call from a shared library.

      I'd love to hear your explanation on how to do that...

      But, the whole thing is pointless. Even if you did manage to write filesystem support for all the required filesystems and were able to #include the code from the shared libraries the operating system would still stop you the instant you tried to read or write directly to the disk.

  3. I'll beat you to it.. by JavaLord · · Score: 4, Funny

    100 bi jokes to follow

    1. Re:I'll beat you to it.. by zpeterz63 · · Score: 5, Funny

      I'm not so sure...it could go either way.

  4. Whatever by AKAImBatman · · Score: 4, Insightful

    "For those thinking their "pet" computer is invulnerable to the virus threat -- it's not," SANS said.

    Cue ominous thunder. (rolls eyes)

    All this means is that data communications and storage has reached a point in time where no one (in theory) is going to notice that infected files get 3 or 4 megs chunkier. The virus writers still have to find vectors into these systems. If they can't find convenient vectors, then the ability to produce a fat binary is useless.

    What is this need that security researchers have to claim that all systems are equally vulnerable? Are they worried they're going to be out of a job if everyone moves to more secure computing platforms? I mean, really. They should be encouraging mass migrations to other systems, as it diversifies the playing field and theoretically helps everyone remain safer. But I guess that's not their bread and butter.

    1. Re:Whatever by Tim+C · · Score: 4, Funny

      If they can't find convenient vectors, then the ability to produce a fat binary is useless.

      Unfortunately, there's a very convenient vector indeed sat at the keyboard of the vast majority of PCs.

    2. Re:Whatever by gEvil+(beta) · · Score: 3, Funny

      "For those thinking their "pet" computer is invulnerable to the virus threat -- it's not," SANS said.

      Dammit! And I thought using 70s technology would keep me safe from all these modern-day viruses.

      --
      This guy's the limit!
  5. which architectures? by jon787 · · Score: 3, Interesting

    The article says the worm was written in assembly and I assume it means x86 assembly. Can the worm infect non-x86 Linux hosts?

    --
    X(7): A program for managing terminal windows. See also screen(1).
    1. Re:which architectures? by molarmass192 · · Score: 3, Insightful

      I think you answered your own question in a way, if the host has x86 emulation, then why wouldn't it be able to? That said, it's a long way from a POC to a real live virus. I can write a virus today and claim a POC, nobody has ever said that Linux is immune to viruses. Viruses aren't that complicated. That said, an effective (ie. turn it lose and watch it spread) virus would be very difficult to achieve on Linux precisely because there isn't just one flavor of Linux, running the same binaries, on a single arch ... unlike another well known OS.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
  6. Does this mean.... by da · · Score: 5, Funny

    ... linux is ready for the desktop? [ducks]

    --
    I reserve the right to be wrong.
    1. Re:Does this mean.... by The+Ape+With+No+Name · · Score: 3, Insightful

      No, but it is now ready of proof-of-concept cross-platform FUD.

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  7. Re:Not to worry by GrumblyStuff · · Score: 5, Funny

    Windows users are prepared for viruses...

    What bizarro Earth are you from?

  8. I, for one by sprag · · Score: 4, Funny

    welcome our new cross-platform proof-of-concept viral overlords.

    Its almost like playing buzzword bingo.

  9. Reactions: by Guppy06 · · Score: 4, Insightful
    1. Linux and Win32? W00t, my WfW3.11 box is invincible!
    2. So... why can't application developers do this?
  10. Re:Not to worry by Rosco+P.+Coltrane · · Score: 5, Informative

    Windows users are prepared for viruses and the reason Linux users do not sweat them much is not because linux viruses do not exist; it is because system design makes their impact minimal.

    Actually, you're quite wrong. Linux flaws have existed and are still found today that can be (and have been) taken advantage of. The reason Linux users don't sweat is because flaws are spotted quickly by many people who read the code, and fixed quickly too. That and people who code open-source tend to produce good code, as a matter of pride.

    Oh and by the way, Windows has a "safe"(well, safer) operating mode in the form of a user account, but nobody uses it because it's a PITA, so everybody stays in supervisor mode and bad things happen.

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  11. Took long enough... by Eric+Damron · · Score: 5, Funny

    Well it's about time! Finally inter-platform operability.

    --
    The race isn't always to the swift... but that's the way to bet!
  12. Symantec by rmsmith · · Score: 5, Interesting

    I find it interesting that this 'virus' appears shortly after Symantec reportedly gets cushy with the Linux press

  13. Re:How does it work? by martinultima · · Score: 3, Funny
    “In it, one amazingly powerful virus was able to wipe out almost all major operating systems with the exception of the single one”


    So, let's try guessing what the single one is... OpenBSD? :-)

    Virus Writer 1: Hmm, let's see... first we have to crack the unbreakable encryption on the root password...

    Virus Writer 2: No, you idiot! You can't do that until you've found a security vulnerability in the operating system itself!

    1: Well, there is the guy running the machine in the first place...

    2: Yeah, like anyone would install a secure operating system that requires insane amounts of technical experience and just spontaneously fall for some virus scam thing...

    1: I guess you're right then... oh well, back to waiting for another security hole...
    --
    Creative misinterpretation is your friend.
  14. Writing viruses for Linux is EASY. Getting them.. by Anonymous Coward · · Score: 3, Insightful

    ..to spread is the hard part.

    How to write a Linux virus.
    http://virus.enemy.org/virus-writing-HOWTO/_html/i ndex.html

    There are numerious reasons why this is true.
    Reasons include:
    GNU/Linux is a minority platform.
    GNU/Linux is highly fragmented.
    GNU/Linux security is refined and updated often.
    GNU/Linux users are more educated.
    Windows has numerious security design flaws that promote viruses, that GNU/Linux systems don't have.
    Windows has numerious user interface design flaws that promote viruses, that GNU/Linux doesn't have.

    Although this WILL CHANGE if certain Pro-GUI factions get their way.

    Like having Gnome and KDE user interfaces ignore the traditional Unix permissions for certain types of files... http://thread.gmane.org/gmane.linux.xdg.devel/7014

    Damn stupid shit.

    But as it stands now a combination of social and technical issues keeps Linux users safe.

    One example of a flaw in Windows that causes easy transmission of viruses... Executable files are based on their file names, not based on a permission model.

    And it's not just 'exe' or 'bat'.. Here is a partial list of executable file extensions in Windows.
    ADE - Microsoft Access Project Extension
    ADP - Microsoft Access Project
    BAS - Visual Basic Class Module
    BAT - Batch File
    CHM - Compiled HTML Help File
    CMD - Windows NT Command Script
    COM - MS-DOS Application
    CPL - Control Panel Extension
    CRT - Security Certificate
    DLL - Dynamic Link Library
    DO* - Word Documents and Templates
    EXE - Application
    HLP - Windows Help File
    HTA - HTML Applications
    INF - Setup Information File
    INS - Internet Communication Settings
    ISP - Internet Communication Settings
    JS - JScript File
    JSE - JScript Encoded Script File
    LNK - Shortcut
    MDB - Microsoft Access Application
    MDE - Microsoft Access MDE Database
    MSC - Microsoft Common Console Document
    MSI - Windows Installer Package
    MSP - Windows Installer Patch
    MST - Visual Test Source File
    OCX - ActiveX Objects
    PCD - Photo CD Image
    PIF - Shortcut to MS-DOS Program
    POT - PowerPoint Templates
    PPT - PowerPoint Files
    REG - Registration Entries
    SCR - Screen Saver
    SCT - Windows Script Component
    SHB - Document Shortcut File
    SHS - Shell Scrap Object
    SYS - System Config/Driver
    URL - Internet Shortcut (Uniform Resource Locator)
    VB - VBScript File
    VBE - VBScript Encoded Script File
    VBS - VBScript Script File
    WSC - Windows Script Component
    WSF - Windows Script File
    WSH - Windows Scripting Host Settings File
    XL* - Excel Files and Templates

    Good luck training users not to use those. And the fact that you can launch executable programs by double clicking email attatchments is another huge shitfest of bad designs.

  15. Re:How is it distributed? by adnonsense · · Score: 5, Funny

    I have reverse-engineered the virus and discovered an insiduous distribution mechanism:

    root# wget http://warez.example.com/Virus.Linux.Bi.a.tgz
    root# tar xzf Virus.Linux.Bi.a.tgz
    root# cd Virus.Linux.Bi.a
    root# ./configure --prefix=/usr/local/virii --with-natalie-portman=hot-grits --with-beowulf-cluster=yes
    root# make && make install
    root# PATH=$PATH:/usr/local/virii/bin
    root# rehash
    root# pwn3d &
  16. Re:Not to worry by RzUpAnmsCwrds · · Score: 4, Insightful

    it is because system design makes their impact minimal

    Deleting everything in my home directory is anything but minimal.

    Potentially exploting local privilage elevation exploits to get root is anything but minimal.

    Infecting software after it has been compiled is anything but minimal.

    Using social engineering to get root is anything but minimal. How many users do you know who would enter their superuser password to "get free screensavers"? Too many.

    Pretending that you're protected by design to the problem indicates that you don't understand how viruses really work. Guess what? You can run as a non-root user in Windows, too. But you can still do a ton of damage as a normal user. Spam relays and DDOs botnets don't need root access, just the ability to send data over the network. How about modifying your GNOME or KDE menu to point to a fake terminal entry or fake admin tools? How do you know that the "gnome-terminal-emulator" you're now typing your password into (through sudo) isn't actually stealing it?

    This is the real world. Attackers are smart, they are motivated by profit (because of the spambot racket), and they have plenty of time to find the next buffer overrun.

  17. No problem... by mogrify · · Score: 3, Funny

    I'm just recompiling my kernel without support for ELF binaries. Just a quick reboot, and I'

    --
    perl -e 'foreach(values %SIG){$_="IGNORE";}while(){}'
  18. How About a Story? by Einstein_101 · · Score: 3, Insightful

    Here's a quick anecdote for you:

    About a week ago, for various reasons, I decided to format my laptop and put Windows XP Professional on there. I previously had Slackware Linux 10.2 installed, but since my desktop has been dual-booting for a while, I figured I might as well get my money's worth and put Windows on the laptop (Linux also doesn't support the SD card reader, but that's another story). The installation went nicely, and I continued to do the tedious tasks that you do after a format. (validate windows, download patches, install drivers and apps, etc...) I installed a second user account for administrative uses and named it "Root".

    I logged into my "Root" account, and installed Chessmaster 9000. When I logged back into my regular user account, the game wouldn't start. After a while, it dawned on me that Chessmaster installs the bulk of the data in your My Documents folder. So I uninstalled it, then tried to install it under my user's account. Now, if you're trying to install a program, and you're not the Administrator, a simple dialog will pop up and prompt you the password. However when the install finished, the program wouldn't start. Since I installed as Administrator (I had no choice), I the data was stored in the Administrator's My Documents folder. I tried to link to it - I even tried to install as Administrator, and put a link to his folder (and changing permissions) in the default folder so all users would use it.

    Nothing worked properly. I ended up having to change my user account back to Administrator privileges, install the program, then change it back. And this is just for Chessmaster. Other programs are even worse. Doom 3, FarCry, and Call of Duty all install their data in the Program Files folder. So in order to play the game without being root, you have to change the permissions on the saved games folder.

    The point of the story is this: Linux doesn't have the problems that Windows has, because it's more secure by design - not by luck. A significant amount of programs are designed for the user to have Administrator access, and assume that you will always run with such permissions. Windows didn't switch the masses to the NT design until XP, which was released 4th Quarter 2001. As a result, you have generations of programs that assume they can read/write whatever and wherever they want - leaving a mess for the end user to sort out. In the end, they'll just say to hell with it and run as Administrator.

    (And that's not even addressing the masses that bought OEM pc's that run XP Home with Administrator priviledes by defaut)

  19. Re:Limited to ASM? by x2A · · Score: 4, Informative

    It's not the first, I recall one before. And you don't even need detection code, you just write a different entry point address into the elf header as you would the exe header. You can have two different payloads, and two different copy mechanisms, as long as both copy both, not just themselves. In fact, there's no reason to stick to just 2. You can have a single virus that spreads across platforms/architectures, it just makes it bigger and easier to spot.

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  20. Re:Not to worry by Creepy · · Score: 3, Insightful

    Yeah, but even people that know about the "normal" user accounts quickly discover that almost all software written for windows doesn't handle non-admin accounts well. Ever try to install a program just in user space on Windows? If it works at all, you're lucky, and that isn't even scratching the surface of the problems. Got a network password? You can't just switch users to admin (like Linux) or use a sudo password (like Mac) - no, you need to log completely off of your user, then log on as the admin user, install the program, and log off as admin, then log back in as your regular user. Do you have any idea what a MASSIVE pain in the ass that is, especially when I have 20-30 windows open (many are Exceed based X sessions) and am trying to get work done? After 2 months of that and multiple programs that plain wouldn't work if they weren't running as an admin user, I switched back to running exclusively as an admin on Windows.

  21. Is this another do-it-yourself? by WhiteWolf666 · · Score: 4, Insightful

    How do you get this "virus"? You have to run infected code, right?

    Meh. Sounds like a non-issue to me. Especially considering the rarity of cross-platform Win32/Linux binaries.

    Just how does this badboy get on to my system in the first place?

    People need to understand that any system that permits a user to run unsigned executable code is susceptible to some kind of "malware", if you can call it that. I place these "viruses" in the same category of rm -r -f / wrapped into a shell script.

    --
    WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
  22. Re:Not to worry by Reo+Strong · · Score: 3, Informative
    Evern heard about the runas command? It is also known as Secondary Logon.

    Remember, just because you don't know how to use it, it doesn't mean that the tool isn't there for you to use.

    --
    "Never attribute to malice that which can be adequately explained by stupidity." -Anon.
  23. Oh gee, wow! by Liam+Slider · · Score: 3, Funny

    Yet another proof of concept Linux virus that will never actually get out of the lab...oh wait, it's also a Windows virus. I guess it will get out of the lab...

  24. Re:Not to worry by andreyw · · Score: 3, Interesting

    The problem isn't that it isn't there. The problem is that you need to do something to make use of it. On OS X, if there is some task that needs admin access, I get prompted accordingly. With windows, such functionality is only available in certain control panel applets.

  25. Linux Infection Instructions by rossz · · Score: 5, Funny

    To Infect your Linux box with Virus.Linux.Bi.a, please follow these instructions.

    1. If gcc is not installed, install it.
    2. Unpack the archive: tar xvzf Virus.Linux.Bi.a.tar.gz
    3. Switch to the directory: cd Virus.Linux.Bi.a
    4. ./configure
    5. make
    6. su root
    7. make install

    Enjoy

    --
    -- Will program for bandwidth
    1. Re:Linux Infection Instructions by Xtifr · · Score: 3, Informative

      That's fine, makes sense to me, but you will still need root access to install it properly.

  26. More Linux advantages...; protecting low value by PhYrE2k2 · · Score: 4, Insightful
    Windows users are prepared for viruses and the reason Linux users do not sweat them much is not because linux viruses do not exist; it is because system design makes their impact minimal.


    There are lots of reasons why it's harder to infect 'NIX systems.

    1. Since on many LiNuX distros, the single source of binaries is usually the distributions' package system, it is usually very easy to detect anything out of the ordinary. The trusted channel is a GOOD thing in these cases.

    2. Add in a tool like AIDE (or Tripwire) and you can immediately see everything that is off with your system.

    3. How about Linux (and most UNIX) not allowing ctime changes to anything but the current time? The ctime (often said as creation time, but wrongly so- it's the CHANGE time) on any update will always be the current time. The _only_ way around this is to change the system time before you modify files

    4. Priv seperation is a big thing. Daemons aren't run as root (or if they do, they drop privs right away). There is no svchost.exe running your services at NT_AUTHORITY or SYSTEM like there is in Windows. Then of course there's no need to run your Web browser as a user with any rights at all. IE7/Vista will fix this of course. Personally I like making, even FireFox, setuid to some untrusted user with no access to files

    5. Embedding scripting in every tool isn't as popular in the UNIX worlds, as the core tools work so well. There's no need for office software to have scripting capabilities to change all the files on teh system. There's no need for it!

    Actually, you're quite wrong. Linux flaws have existed

    So do cars, toasters, appliances, and pretty much every item. Welcome to the age where quality means nothing.

    The reason Linux users don't sweat is because flaws are spotted quickly by many people who read the code, and fixed quickly too. That and people who code open-source tend to produce good code, as a matter of pride.

    They produce good code because they do it for themselves. Most open-source developers are developing for themselves. Every project starts up as "this IMAP server doesn't suit my needs. I'll make a better one". Of course the people who do that are normally the technically able. People make projects for themselves because there's a need that hasn't been met or they're unhappy how it's being met by someone else. Otherwise there's lots of people wasting their time. DJB was unhappy with sendmail/BIND and made alternates. BincIMAP, COurier, and Dovecat folks make them because the others and UW-IMAP didn't do what they want. Patches are submitted to fix something that's affecting them, may affect them, or to add an enhancement they want. Time is money, and people ultimately want to contribute their time for their own benefit somewhere down the road.

    Oh and by the way, Windows has a "safe"(well, safer) operating mode in the form of a user account, but nobody uses it because it's a PITA

    Even then, you'd be surprised what you can accomplish to destroy the system. Keep in mind, if you're running a SINGLE USER system as a user in order to add security, you're protecting your LEAST valuable asset. I can blow away a system and install Windows/Office/Adobe and all the tools I need in a few hours and have it configured perfectly. I'm sure most people here can. Now replacing the data would take years! Replacing the productivity lost to viruses/spyware/virii can't be measured. Assessing the impact of leaked administrator and bank passwords could be huge!

    -M
    --

    when you see the word 'Linux', drink!
  27. Re:RunAs by E-Rock · · Score: 4, Informative

    No, just think harder.

    Run the Add/Remove Programs control panel applet as your admin account. Then use add new programs to run the installer. The other benefit is that the installer is running as admin, so you can browse to installs out on the network that live in places users can't reach.

  28. Re:POC = Piece Of Crap? by urbanriot · · Score: 3, Informative
    Alas, deltree is gone in XP.

    I wish I knew what the new equivalent was. Right now I just use cygwin's rm -rf :\

    rd . /s /q

    Been around since NT.

  29. Re:Not to worry by shaitand · · Score: 3, Informative

    The marketshare argument has been made before again and again. Until Linux has a 90% desktop share this can not be tested. The best we can do is look to the other popular open source programs that do have a stronger marketshare.

    Apache is an excellent example, Apache is the market leader in a much more financially appealing segment than the desktop. Strangely it is Microsoft's underdog IIS program that suffers from exploits and worms.

    Remember the permissions model under linux does not allow you to simply click a link and execute code... not even local executable code.