Skip to Content

Apple Releases Second Update to Java in Two Days

Apple has released its second update in two days to the OS X implementation of Java. The first update closed a vulnerability that has led to the infection of more than 600,000 Macs via a trojan horse. The infections have received increased media attention in the past day, including a splashed headline on the Drudge Report.

javaupdate
While yesterday's Java for OS X Lion 2012-001 update closed the vulnerability in Java 1.6.0_29, there's no indication what the new update -- called Java for OS X 2012-002 -- fixes. The update notes link to the same support document as update 2012-001.

Last year, Apple introduced a security update to OS X that would automatically remove malicious software from OS X installations. It isn't clear if the infected machines can be fixed via the internal OS X security mechanisms.

In OS X Mountain Lion, the next version of the OS X software that will be released this summer, Apple will include a feature called Gatekeeper. The new system relies not only on Mac App Store distribution as means of vetting apps, but also on a new "identified developer" program under which developers distributing their applications outside of the Mac App Store can register with Apple and receive a personalized certificate they can use to sign their applications. Apple can then use that system to track developers and disable their certificates if malicious activity is detected.

Popular Stories

MacBook Neo Feature Pastel 1

First MacBook Neo Benchmarks Are In: Here's How It Compares to the M1 MacBook Air

Thursday March 5, 2026 4:07 pm PST by
Benchmarks for the new MacBook Neo surfaced today, and unsurprisingly, CPU performance is almost identical to the iPhone 16 Pro. The MacBook Neo uses the same 6-core A18 Pro chip that was first introduced in the iPhone 16 Pro, but it has one fewer GPU core. The MacBook Neo earned a single-core score of 3461 and a multi-core score of 8668, along with a Metal score of 31286. Here's how the...
imac video apple feature

Apple Unveils Seven New Products

Friday March 6, 2026 11:48 am PST by
Apple this week unveiled seven products, including an iPhone 17e, an iPad Air with the M4 chip, updated MacBook Air and MacBook Pro models, a new Studio Display, a higher-end Studio Display XDR, and an all-new MacBook Neo that starts at just $599. iPhone 17e features the same overall design as the iPhone 16e, but it gains Apple's A19 chip, MagSafe for magnetic wireless charging and magnetic...
Apple MacBook Pro M4 hero

Apple Planning 'MacBook Ultra' With Touchscreen and Higher Price

Sunday March 8, 2026 8:05 am PDT by
Apple is planning to launch an all-new "MacBook Ultra" model this year, featuring an OLED display, touchscreen, and a higher price point, Bloomberg's Mark Gurman reports. Gurman revealed the information in his latest "Power On" newsletter. While Apple has been widely expected to launch new M6-series MacBook Pro models with OLED displays, touchscreen functionality, and a new, thinner design...

Top Rated Comments

182 months ago
It's also Friday the 6th right now.
Does this mean the world's going to end again? I don't think I can take another world ending; I may die of laughter.

Hi. Can you guys tell me whether you think my Macbook got infected? Yesterday I did a search for "msnbc live feed online." Two of the results were websites called zahipedia.info.com and the other epctv.com. I can't remember which of the two it was (I think the latter), but, when I went to it, a small window popped up telling me that I should clean my computer of junk. I clicked OK to get rid of the window, then Safari froze up. I couldn't even quit it until I forced quit it via Finder. Could this have infected my computer? My Macbook is fairly new and, as far as I know, free of junk. Is epctv a dangerous site? Why did it tell me I had junk? How would I find out if I got infected? Thanks.
By the way, laws of computing 101: The OK button agrees to something, the Cancel/close window button disagrees. If you click OK, know what you're saying OK to.

EDIT: In other words, stop using it to close windows.
Score: 16 Votes (Like | Disagree)
fel10 Avatar
182 months ago
66.6 :eek:

Score: 9 Votes (Like | Disagree)
MonkeySee.... Avatar
182 months ago
I love how these "professionals" are calling it a virus :rolleyes:
Score: 8 Votes (Like | Disagree)
182 months ago
Straight from Apple's Java mailing list. Just an issue with Xcode and App Loader in OS X Lion. Snow Leopard users don't need the tiny update.

Java developers,

Today we re-shipped our Java 1.6.0_31 for OS X Lion today to address a critical issue we found in Xcode and the Application Loader tool. This new "Java for OS X 2012-002" package is effectively identical to "Java for OS X 2012-001", with the exception of a few symlinks and version numbers.

For the sake of expediency, we have re-rolled the automatic update as our standard full combo updater, with the hope that most users have not yet been presented with 2012-001. We considered creating a delta update for users who already installed 001, but that would have made the process of getting these fixes to you take longer.

We apologize for the inconvenience, and would like to offer our thanks to the developers who caught this issue and reported it to us as quickly as they did. This issue only impacts Lion users, so Snow Leopard users have nothing to reinstall.

Over the next few days, we will catch up with producing updated release notes, tech notes, and developer packages with the revised 002 version numbers.

Manual download links:
Java for OS X 2012-002: <http://support.apple.com/kb/DL1515>
Java for Mac OS X 10.6 Update 7: <http://support.apple.com/kb/DL1516>
Score: 7 Votes (Like | Disagree)
182 months ago
Hey if it's broken fix it.:cool:
Score: 7 Votes (Like | Disagree)
Morod Avatar
182 months ago
Hi. Can you guys tell me whether you think my Macbook got infected? Yesterday I did a search for "msnbc live feed online." Two of the results were websites called zahipedia.info.com and the other epctv.com. I can't remember which of the two it was (I think the latter), but, when I went to it, a small window popped up telling me that I should clean my computer of junk. I clicked OK to get rid of the window, then Safari froze up. I couldn't even quit it until I forced quit it via Finder. Could this have infected my computer? My Macbook is fairly new and, as far as I know, free of junk. Is epctv a dangerous site? Why did it tell me I had junk? How would I find out if I got infected? Thanks.

To find out if you're infected, do this:


Originally Posted by Sirolway
What's the easiest way to determine if you're infected?...


In terminal run:
Quote:
defaults read /Applications/Safari.app/Contents/Info LSEnvironment
You should get this error:
Quote:
The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist
Then run:
Quote:
defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES
You should get this error:
Quote:
The domain/default pair of (/Users/YOURUSER/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist


You can copy and paste the two commands into Terminal. To open Terminal, go to Finder>Applications>Utilities>Terminal. Double click on Terminal. Hit enter after each command.
Just be careful when using Terminal. It's one of the few places where you can really mess up your computer.
Score: 6 Votes (Like | Disagree)