Hackers Target Microsoft's JPEG Flaw

Lyonesse

Emperor
Joined
Nov 9, 2003
Messages
1,200
Location
Utah, USA
Just thought this would be of interest to some.

Hackers Target Microsoft's JPEG Flaw

NEW YORK (AP) - In a harbinger of security threats to come, hackers have exploited a newly announced flaw in Microsoft Corp. programs and begun circulating malicious code hidden in images that use the popular JPEG format.

Software tools to create the malicious images began appearing last month, and this week security experts saw images employing them posted on adult-oriented Usenet newsgroups.

To get the malicious code, a visitor must download the image and view it using Microsoft's Windows Explorer software, said Oliver Friedrichs, senior manager with Symantec Security Response.

The computer then contacts a server to obtain code that would let an attacker take over the machine remotely.

Friedrichs said the current exploit is fairly limited but that he expects future attempts to create malicious images that would work on the more popular Outlook and Internet Explorer programs, also made by Microsoft.

The Internet Storm Center at the SANS Institute said an image it found, disclosed on the BugTraq security mailing list, only caused computers to crash in tests, but ``we suspect that a working exploit is very close to widespread availability.''

Computers with updated versions of anti-virus software should be protected, according to SANS center. Microsoft also has a software patch to fix the flaw and said users who have the Service Pack 2 security update for Windows XP are not affected.

Microsoft disclosed the flaw in question on Sept. 14. It affects people running Windows XP, Windows Server 2003 and later versions of Office.

People who have earlier versions of Windows or Office may also be affected if they are running some specialized applications, such as Digital Image Pro and Visio 2002. The flaw is in a technology that is used to render JPEG images
 
I love how this only affects people using Microsoft Internet Explorer, just like most mail virii only affect Microsoft Outlook users... these programs are too intertwined in the Operating System to be used safely in a non-controlled environment.
 
Cedric Greene said:
I love how this only affects people using Microsoft Internet Explorer, just like most mail virii only affect Microsoft Outlook users... these programs are too intertwined in the Operating System to be used safely in a non-controlled environment.

Unfortunately, it is not.

MS programmers shared the same piece of problematic code in many of their products.

If you use Window's built-in image preview (e.g. in explorer or the quickview application), or any image editing software by MS, you're vulnerable.
 
kcwong said:
Unfortunately, it is not.
If you use Window's built-in image preview (e.g. in explorer or the quickview application), or any image editing software by MS, you're vulnerable.
More than vulnerable ;). Hadn't heard of the viewer problem but I'm not surprised, took me long enough to disable all that crap after the last reinstall of WinXp on the latest crash. Hopefully I'll remember all the steps for the next one :sad:
 
Danm you Microsoft!! :mad: For years now, I have been telling my less computer-savy relatives that "No, you can't get a virus just by looking at a picture. No matter what that email says." but now MS has gone and proved me wrong. :mad: :(
 
Just another good reason to start using PNGs rather than JPEGs for everything...JPGs are good for photos, but I've see so many sites use JPEGs for everything else that could easily be converted to PNG.
 
Hmm, when was the last time I saw a *.jpeg files. Mostly I see are just *.jpg files on the net.
 
Microsoft try hard to make life easy for developers, and lock them to the Microsoft platform..

Some of those developers make viable software, some make viruses. People buy a PC because it can run loads of software..

I don't think PC owners have a right to complain.
 
Reminds me of those ANSI graphics trojans of DOS fame. Also, "causing a computer to crash" isn't exactly "hackers taking over your computer". It's more of a computer logic thing. For example, on a DOS machine (don't know about newer ones), you can just type a bunch of text into a file, rename it to a .exe extension and run it. Sometimes it'll crash because it was a corrupted file.
 
hbdragon88 said:
Just another good reason to start using PNGs rather than JPEGs for everything...JPGs are good for photos, but I've see so many sites use JPEGs for everything else that could easily be converted to PNG.

That won't solve the problem, unfortunately. If the standard changes from JPEG to PNG, then MS will make their software with PNG support.

And that's where another buffer-overflow bug can appear at. And you can be 100% sure that MS programmers haven't learnt the lesson yet and will repeat the same mistake.

Death to programmers who don't check boundries before writing stuff to memory in a language without automatic memory management (namly, C and C++) :mad:
 
Back
Top Bottom