Apple Releases Second Update to Java in Two Days - MacRumors
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

Apple TV Thumb 3

Here's What's Coming in the 2026 Apple TV

Thursday April 23, 2026 12:08 pm PDT by
There are a lot of folks waiting for a new version of the Apple TV because the set-top box hasn't been updated since 2022. There is an update coming this year, but people will need to wait a bit longer because Apple is holding the next Apple TV until the new version of Siri comes out this fall. Design Apple TV design updates don't happen often, and that's not changing in 2026. The next...
Four iPhone 18 Pro Colors Mock Feature

iPhone 18 Pro Launching in September With These 10 New Features

Monday April 20, 2026 7:13 am PDT by
While the iPhone 18 Pro and iPhone 18 Pro Max are not launching until September, there are already plenty of rumors about the devices. It was initially reported that the iPhone 18 Pro models would have fully under-screen Face ID, with only a front camera visible in the top-left corner of the screen. However, the latest rumors indicate that only one Face ID component will be moved under the...
MacBook Pro Low Angle Wide Lens

Apple to Launch 'MacBook Ultra' With These Six New Features

Friday April 24, 2026 10:32 am PDT by
While the 14-inch and 16-inch MacBook Pro were just updated with M5 Pro and M5 Max chips last month, bigger changes are reportedly around the corner. According to Bloomberg's Mark Gurman, the higher-end MacBook Pro models will be receiving a major redesign by early 2027, and he said that Apple might use "MacBook Ultra" branding for them. If so, the MacBook Ultra would likely be a...

Top Rated Comments

183 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
183 months ago
66.6 :eek:

Score: 9 Votes (Like | Disagree)
MonkeySee.... Avatar
183 months ago
I love how these "professionals" are calling it a virus :rolleyes:
Score: 8 Votes (Like | Disagree)
183 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)
183 months ago
Hey if it's broken fix it.:cool:
Score: 7 Votes (Like | Disagree)
Morod Avatar
183 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)