iPod virus is no big deal

happygeek 0 Tallied Votes 1K Views Share

Leading security vendor Kaspersky Lab has uncovered the first ever proof of concept virus designed with the sole intention of infecting the iPod media player. Like all proof of concept viruses though, Podloso poses no real world threat to users. For a start it requires a Linux installation, not on your PC but on the iPod itself which rather limits the number of devices likely to be capable of infection. Even if this requirement is fulfilled, the virus still requires user involvement to be launched from the program demo folder. Finally, if the user does execute the Podloso file it will then scan the iPod hard drive and infect all ELF (executable and linking) files which it finds.

And the payload? Well, an infected executable will fail to run and instead launch a message display box which says “You are infected with Oslo the first iPodLinux Virus.”

So if it is relatively difficult to become infected in the first place, requires more than a little user interaction, and has a relatively harmless payload is Podloso a cause for concern? Now that is not such a straightforward question to answer. Although there is an argument to say that this is just the beginning of the iPod virus invasion, and the lack of a malicious payload this time does not mean the next one will be harmless, I am inclined to think otherwise. After all, there is no mechanism for the virus to spread because it has to be saved into iPod memory in order to infect the device, it cannot jump from one player to another and cannot be distributed piggy-backed to an audio download for example. All it does is provide those who would knock Apple, and writers about security such as myself, with something to talk about.

The biggest security threat posed by the iPod and its users, however, remains that of bringing a pocketable hard drive into an otherwise secure location and using it to remove copies of confidential data from the PCs there. Indeed, some might well also argue that the infection of some video iPods sold after September 12th last year with a virus targeting Windows computers was a bigger problem than this, because that at least was a real virus causing real problems to the connected PC.

Dani AI

Generated

A concise, practical addendum to the thread: , and have the right instincts — incidents that target only non‑stock installs are usually demonstrations rather than imminent mass threats. Treat the event as a reminder to adopt safe workflows when you install third‑party firmware or packages on pocket devices; don’t assume a device is safe just because it looks like a music player. Contemporaneous coverage called the sample a proof‑of‑concept. (arstechnica.com)

Concrete, low-effort steps anyone can use before copying or running third‑party software:

sudo mount -o noexec,nosuid,nodev /dev/sdX1 /mnt/device
sudo freshclam
sudo clamscan -r /mnt/device
sha256sum package.tar.gz           # or: sha256sum -c package.tar.gz.sha256
sudo dd if=/dev/sdX of=~/device.img bs=4M status=progress

Mount removable media with noexec to stop accidental execution, scan contents with ClamAV before running or moving files, and verify distributed packages with sha256sum. These are simple, practical controls you can apply immediately. mount noexec docs. (man7.org) ClamAV usage. (manpages.debian.org) sha256sum docs. (gnu.org)

If you build or test packages, do that in an emulator or isolated chroot/VM (QEMU supports user/system emulation across architectures), then only deploy trusted, checksummed builds to real hardware. Keep a full disk image backup before flashing so you can recover to a known good state. QEMU docs / user emulation. (qemu-project.gitlab.io)

TheNNS 112 Nearly a Posting Virtuoso

if you're making a virus, might as well make it for a all ipod users.

John A 1,896 Vampirical Lurker Team Colleague

I'm not at all impressed by the designers. Although I don't know the details of iPodLinux, the fact is that it's just a special version of Linux for iPods. And since we already know of viruses that exist for Linux, it's no surprise that they were able to write a virus that functions on iPodLinux.

Like TheNNS already said, a better feat would have been for the designers to actually design a virus for the iPod OS. Now that would make headlines everywhere.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.