So Apple updated Xprotect again this morning and caused a bunch of angry teachers at work. Of course there isn't a new enough version of Java out yet to actually update to...
Not sure on a quicker fix than this but I deployed this to a thousand machines today to get grading going again for our teachers.
You can run this command with sudo to set the plugin version of Java to low enough to run applets again. You can use the bundle version from Java 7U11 if you want, or just remove that plist entry altogether. I don't think that removing it is a good plan though because then it allows you to run even more older exploitable versions as well.
This page has a fix for 10.6 and 10.7
https://jamfnation.jamfsoftware.com/discussion.html?id=6455
Not sure if how many of you manage a lot of OS X machines but this would have came in handy at about 8 this morning for me
EDIT: this is only a temp fix unless you stop Xprotect from updating automatically in your security preferences or through
Not sure on a quicker fix than this but I deployed this to a thousand machines today to get grading going again for our teachers.
You can run this command with sudo to set the plugin version of Java to low enough to run applets again. You can use the bundle version from Java 7U11 if you want, or just remove that plist entry altogether. I don't think that removing it is a good plan though because then it allows you to run even more older exploitable versions as well.
This page has a fix for 10.6 and 10.7
https://jamfnation.jamfsoftware.com/discussion.html?id=6455
Code:
/usr/libexec/PlistBuddy -c "Set :PlugInBlacklist:10:com.oracle.java.JavaAppletPlugin:MinimumPlugInBundleVersion 1.7.10.19" /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist
Not sure if how many of you manage a lot of OS X machines but this would have came in handy at about 8 this morning for me
EDIT: this is only a temp fix unless you stop Xprotect from updating automatically in your security preferences or through
Code:
defaults write /System/Library/LaunchDaemons/com.apple.xprotectupdater Disabled -bool yes
Last edited: