Java Runtime Environment 7 update 131 Available (x64) (JRE 7 Installed)
0 Votes |
Description
Oracle has released a new version of the Java SE Runtime Environment (JRE). Use the action below to update Java to version 7 update 131. Note: Affected computers may report back as 'Pending Restart' once the patch has run successfully, but will not report back their final status until the computer has been restarted. Important Note: Follow the link for the 'Java SE Runtime Environment (JRE) 7 update 131' download on this page. For more information about manually caching file downloads on the BES Server, please see the following BigFix Support Knowledge Base article. Important Note: To avoid any service interruption on the client computer, use the default action only when client computers do not have any running instances of Java, Internet Explorer, or Firefox. The default action does not close any running instances these applications on the client machines. If any of these applications are running on the client computers, the default action might fail. Schedule the update to occur at a time when the client machine is not using these applications. Important Note: Choosing the "Upgrade to the latest JRE regardless of whether or not Internet Explorer, Firefox, or Java is currently running action" will close any running instance of Internet Explorer, Firefox, or Java on the client machines. Please schedule the update to occur at a time when a service interruption is acceptable. Note: Use the CORRUPT PATCH Fixlet that is available for this patch to remedy corrupted JRE installations. |
File Size:
29.8 MBCVE:CVE-2017-3289; CVE-2017-3272; CVE-2017-3241; CVE-2017-3260; CVE-2017-3253; CVE-2016-5546; CVE-2016-5549; CVE-2016-5548; CVE-2017-3252; CVE-2016-5547; CVE-2016-5552; CVE-2017-3231; CVE-2017-3261; CVE-2017-3259; CVE-2016-2183
Property Details
23309 | |
Alpha - Code that was just developed | |
Java Runtime Environment 7 update 131 Available (x64) (JRE 7 Installed) | |
BESC | |
Critical Updates | |
31795776 | |
Oracle | |
25300658 | |
Critical | |
1/17/2017 12:00:00 AM | |
CVE-2017-3289; CVE-2017-3272; CVE-2017-3241; CVE-2017-3260; CVE-2017-3253; CVE-2016-5546; CVE-2016-5549; CVE-2016-5548; CVE-2017-3252; CVE-2016-5547; CVE-2016-5552; CVE-2017-3231; CVE-2017-3261; CVE-2017-3259; CVE-2016-2183 | |
Unspecified | |
JRE, Java, 7u131, 7 update 131, JRE7 | |
BrianCanFixIT on 1/20/2017 12:36:51 PM | |
BrianCanFixIT on 1/20/2017 12:36:51 PM | |
13144 Views / 59 Downloads | |
* Average over 1 rating. ** Log In or Register to add your rating. |
Relevance
Used in 365 fixlets | * Results in a true/false |
Used in 103 fixlets | * Results in a true/false |
Used in 7 fixlets | * Results in a true/false |
Used in 7 fixlets | * Results in a true/false |
Used in 2 fixlets | * Results in a true/false |
Used in 1 fixlet | * Results in a true/false |
Actions
Action 1
begin prefetch block
add prefetch item name = jre-7u131-windows-x64.exe sha1=685754b31dd669afff271d4402f6bdc46fb467ad size=31795776 url={value of setting "_BESClient_AllowCustomRepoDownloads" of client | "http://download.oracle.com/MANUAL_BES_CACHING_REQUIRED/"}jre-7u131-windows-x64.exe sha256=0278e01d54fcbe4837754239a9f8d7dc56ba67d9c318b8cd2f273b8ce607d6f8
end prefetch block
continue if {not exists running application whose ((it = "java.exe" OR it = "javaw.exe" OR it = "javaws.exe" OR it = "iexplore.exe" OR it = "firefox.exe") of (name of it as lowercase))}
// Note: update .exe will restart service automatically
if{exists running service "JavaQuickStarterService"}
delete __appendfile
delete stop_javaquickstarter.bat
appendfile net stop JavaQuickStarterService
move __appendfile stop_javaquickstarter.bat
waithidden stop_javaquickstarter.bat
endif
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\JavaInstallation]" "InstallingJava7_64"=dword:00000001
waithidden __Download\jre-7u131-windows-x64.exe /s
action may require restart "685754b31dd669afff271d4402f6bdc46fb467ad"
continue if {((exists value "DisplayVersion" whose ((it = "7" and it >= "7.0.131") of (((parenthesized part 1 of it & parenthesized part 2 of it) of match (regex "^([0-9]+\.[0-9]+\.)([0-9]*[1-9])*0+") of (it as string)) of it as version)) of keys whose ((value "DisplayName" of it as string as lowercase contains "j2se runtime environment" OR value "DisplayName" of it as string as lowercase contains "runtimeenvironment" OR value "DisplayName" of it as string as lowercase starts with "java(tm)" OR value "DisplayName" of it as string as lowercase starts with "java 7") AND (value "DisplayName" of it as string as lowercase contains "64-bit")) of it) AND (exists key whose (((it contains "java" OR it contains "j2se") AND ((it contains "runtime environment" OR it contains "update")) AND (it contains "64-bit")) of (value "DisplayName" of it as string as lowercase)) of it)) of key "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" of x64 registry}
regdelete "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\JavaInstallation]" "InstallingJava7_64"
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
begin prefetch block
add prefetch item name = jre-7u131-windows-x64.exe sha1=685754b31dd669afff271d4402f6bdc46fb467ad size=31795776 url={value of setting "_BESClient_AllowCustomRepoDownloads" of client | "http://download.oracle.com/MANUAL_BES_CACHING_REQUIRED/"}jre-7u131-windows-x64.exe sha256=0278e01d54fcbe4837754239a9f8d7dc56ba67d9c318b8cd2f273b8ce607d6f8
end prefetch block
// Note: update .exe will restart service automatically
if{exists running service "JavaQuickStarterService"}
delete __appendfile
delete stop_javaquickstarter.bat
appendfile net stop JavaQuickStarterService
move __appendfile stop_javaquickstarter.bat
waithidden stop_javaquickstarter.bat
endif
waithidden {if (name of operating system = "WinXP" AND personal bit (suite mask of operating system)) then "tskill java /a" else "taskkill /F /IM java.exe"}
waithidden {if (name of operating system = "WinXP" AND personal bit (suite mask of operating system)) then "tskill javaw /a" else "taskkill /F /IM javaw.exe"}
waithidden {if (name of operating system = "WinXP" AND personal bit (suite mask of operating system)) then "tskill javaws /a" else "taskkill /F /IM javaws.exe"}
waithidden {if (name of operating system = "WinXP" AND personal bit (suite mask of operating system)) then "tskill iexplore /a" else "taskkill /F /IM iexplore.exe"}
waithidden {if (name of operating system = "WinXP" AND personal bit (suite mask of operating system)) then "tskill firefox /a" else "taskkill /F /IM firefox.exe"}
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\JavaInstallation]" "InstallingJava7_64"=dword:00000001
waithidden __Download\jre-7u131-windows-x64.exe /s
action may require restart "685754b31dd669afff271d4402f6bdc46fb467ad"
continue if {((exists value "DisplayVersion" whose ((it = "7" and it >= "7.0.131") of (((parenthesized part 1 of it & parenthesized part 2 of it) of match (regex "^([0-9]+\.[0-9]+\.)([0-9]*[1-9])*0+") of (it as string)) of it as version)) of keys whose ((value "DisplayName" of it as string as lowercase contains "j2se runtime environment" OR value "DisplayName" of it as string as lowercase contains "runtimeenvironment" OR value "DisplayName" of it as string as lowercase starts with "java(tm)" OR value "DisplayName" of it as string as lowercase starts with "java 7") AND (value "DisplayName" of it as string as lowercase contains "64-bit")) of it) AND (exists key whose (((it contains "java" OR it contains "j2se") AND ((it contains "runtime environment" OR it contains "update")) AND (it contains "64-bit")) of (value "DisplayName" of it as string as lowercase)) of it)) of key "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" of x64 registry}
regdelete "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\JavaInstallation]" "InstallingJava7_64"
This action will be considered successful when the applicability relevance evaluates to false.
Action 3
http://www.oracle.com/technetwork/java/javase/documentation/javase7supportreleasenotes-1601161.html
Action 4
http://java.sun.com/javase/technologies/security/index.jsp#overview
Action 5
http://www.sans.org/top20/#c1
Sharing
Social Media: |