<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; java security</title> <atom:link href="http://www.ghacks.net/tag/java-security/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Java Update Addresses Critical Security Vulnerability</title><link>http://www.ghacks.net/2011/02/09/java-update-addresses-critical-security-vulnerability/</link> <comments>http://www.ghacks.net/2011/02/09/java-update-addresses-critical-security-vulnerability/#comments</comments> <pubDate>Wed, 09 Feb 2011 17:29:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[java]]></category> <category><![CDATA[java runtime environment]]></category> <category><![CDATA[java security]]></category> <category><![CDATA[java update]]></category> <category><![CDATA[jdk]]></category> <category><![CDATA[jre]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39736</guid> <description><![CDATA[It feels like I&#8217;m patching computer systems all day long in the last two days. First the monthly Windows Update, then Adobe with its patches and now Oracle and Java. This is madness and unfortunately a necessary evil. Oracle has just released a security advisory that details a critical security vulnerability in the JDK and [...]]]></description> <content:encoded><![CDATA[<p>It feels like I&#8217;m patching computer systems all day long in the last two days. First the monthly Windows Update, then Adobe with its patches and now Oracle and Java. This is madness and unfortunately a necessary evil. Oracle has just released a security advisory that details a critical security vulnerability in the JDK and JRE 6 Update 23 and earlier for Windows, Solaris and Linux. Oracle has not released an update for the Java SDK or JRE but another Java based command line tool that fixes the security vulnerability.</p><p>The vulnerability is triggered when 2.2250738585072012e-308 is converted to a binary floating number. It can be exploited to allow unauthenticated network attacks which can &#8220;cause a hang or frequently repeatable crash (complete Denial of Service) of the Java Runtime Environment&#8221;. Oracle notes that &#8220;Java based application and web servers are especially at risk from this vulnerability&#8221;.</p><p>The Java SE Floating Point Updater Tool has been created to &#8220;address the hang that occurs when parsing strings like &#8220;2.2250738585072012e-308&#8243; to a binary floating point number&#8221;. The file is offered for download at <a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html#fpupdater">this page</a>. It is best to unpack the file directly into the /bin/ directory of the Java installation since it is necessary to run a command from the command prompt that references that file.</p><p>Windows users need to open an elevated command prompt and switch to the directory of their Java installation. The directory is located in the program files directory, in the case of a 64-bit operating system in the program files (x86) directory. The full path on my Windows 7 64-bit test system is <em>C:\Program Files (x86)\Java\jre6\bin</em>.</p><p>The command that needs to be entered is <em>java -jar fpupdater.jar -u -v</em>. The path of fpupdater.jar needs to be added if the file is not in the same directory as the java executable. The command assumes that the user is in the bin directory mentioned above. The path needs to be added to the command as well if that is not the case.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/java-critical-vulnerability.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/java-critical-vulnerability.jpg" alt="java critical vulnerability" title="java critical vulnerability" width="546" height="219" class="alignnone size-full wp-image-39737" /></a></p><p>It can take up to two minutes before the patch is fully applied to the JRE or JDK. It is necessary to run the patch against any instance of JAVA on the system, for instance if the JDK with JRE and a standalone JRE are installed on the system.</p><p>The program should display that the patch was applied successfully in the end. Another indication are two files that are placed inside the lib folder by the application.</p><blockquote><p>/lib/rt.jar.fpupdater   Copy of rt.jar before the fix.<br
/> /lib/.fpupdater.log       Zero-length file indicating that the update has taken</p></blockquote><p>Users who have Java installed should patch the vulnerability as soon as possible. (thanks Dante for the tip, <a
href="http://www.oracle.com/technetwork/topics/security/alert-cve-2010-4476-305811.html#PatchTable">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/09/java-update-addresses-critical-security-vulnerability/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Java Security Update Released</title><link>http://www.ghacks.net/2010/10/12/java-security-update-released-2/</link> <comments>http://www.ghacks.net/2010/10/12/java-security-update-released-2/#comments</comments> <pubDate>Tue, 12 Oct 2010 21:17:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[java]]></category> <category><![CDATA[java runtime environment]]></category> <category><![CDATA[java security]]></category> <category><![CDATA[java update]]></category> <category><![CDATA[jdk]]></category> <category><![CDATA[jre]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35836</guid> <description><![CDATA[Oracle has just released an update for their Java platform, that bumps the version of the Java Runtime Environment (JRE) and the Java Development Kit (JDK) to 1.6 Update 22. The Update release notes list the full external version as 1.6.0_22-b04, and the external version as 6u22. It lists a total of 16 different bugs [...]]]></description> <content:encoded><![CDATA[<p>Oracle has just released an update for their Java platform, that bumps the version of the Java Runtime Environment (JRE) and the Java Development Kit (JDK) to 1.6 Update 22.</p><p>The Update release notes list the full external version as 1.6.0_22-b04, and the external version as 6u22. It lists a total of 16 different bugs that have been fixed in the update.</p><ul><li>6897143 &#8211; hotspot &#8211;  garbage_collector &#8211; Stress test crashes during HeapInspection using ParallelGC</li><li>6919638 &#8211; hotspot &#8211;  garbage_collector &#8211;  CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker<br
/> 6837842	hotspot	jni	JNI_CreateJavaVM crashes under impersonation</li><li>6948223 &#8211;  idl &#8211; orb &#8211; Corba issue, fail to reload object</li><li>6969236 &#8211; java	build &#8211; Regression: JRE identification fails due to Oracle rebranding in java.exe</li><li>6893325 &#8211; java &#8211; classes_awt &#8211; JComboBox and dragging to an item outside the bounds of the containing JFrame is not selecting that</li><li>6974093 &#8211;  java &#8211; classes_lang &#8211; Thread.clone should NOT invoke addUnstarted on started threads</li><li>6959911 &#8211; java &#8211; classes_security -Update Entrust.net CA (2048) root and add new Entrust Root CA-G2</li><li>6725789 &#8211; java &#8211; classes_util_concurrent &#8211; ScheduledExecutorService does not work as expected in jdk7/6/5</li><li>6547241 &#8211; java &#8211; imageio &#8211; JPEGImageReader.readImage crash</li><li>6557086 &#8211; java &#8211; imageio &#8211; Attempt to dispose jpeg reader form another thread may cause crash</li><li>6944981 &#8211; java_deployment &#8211; general &#8211; Name field missing in mix code security warning dialog for Java Webstart application</li><li>6869937 &#8211; java_plugin &#8211; plugin2 &#8211; New Plugin &#8211; Vista&#038;XP Focus never returned to browser</li><li>6846148 &#8211; jaxb-xsd &#8211; runtime &#8211; Namespace gets lost for null scope while using RetQName</li><li>6946312 &#8211; jaxp &#8211; sax &#8211; XML parser omits characters callback to ContentHandler since 6u18</li><li>6957378 &#8211; jmx &#8211; classes &#8211; JMX memory leak</li></ul><p>Users who have Java installed should download it as soon as possible from the <a
href="http://www.java.com/en/download/installed.jsp">official</a> website. A script on the site will detect the installed Java version, and display a download link if the installed version is not the latest. The release notes are accessible <a
href="http://www.oracle.com/technetwork/java/javase/6u22releasenotes-176121.html">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/12/java-security-update-released-2/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Java Security Update Released</title><link>http://www.ghacks.net/2008/12/07/java-security-update-released/</link> <comments>http://www.ghacks.net/2008/12/07/java-security-update-released/#comments</comments> <pubDate>Sun, 07 Dec 2008 17:33:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[java]]></category> <category><![CDATA[java ra]]></category> <category><![CDATA[java security]]></category> <category><![CDATA[java update]]></category> <category><![CDATA[java vulnerability]]></category> <category><![CDATA[jre update]]></category> <category><![CDATA[security vulnerabilities]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8794</guid> <description><![CDATA[Sun Microsystems have issued a Java update on several critical Java security vulnerabilities. The security vulnerabilities affect several JDK, JRE and SDK versions including JRE 6 Update 10 and earlier which is usually installed to enable Java support on a computer system. A total of 13 security vulnerabilities are fixed by the Java update. Attackers [...]]]></description> <content:encoded><![CDATA[<p>Sun Microsystems have issued a Java update on several critical Java security vulnerabilities. The security vulnerabilities affect several JDK, JRE and SDK versions including JRE 6 Update 10 and earlier which is usually installed to enable Java support on a computer system.</p><p>A total of 13 security vulnerabilities are fixed by the Java update. Attackers can use those vulnerabilities for various attacks on a computer system that can lead to privilege escalations.</p><p>Probably the easiest way to uninstall old versions of Java and to install the latest secure update is by using the third party software <a
href="http://raproducts.org/">Java RA</a>. Java RA can uninstall old versions of Java. Users should download the latest <a
href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u11-oth-JPR@CDS-CDS_Developer">JRE</a> directly from Sun and install it on their systems. Java Ra should be run after the installation as it will remove all old versions of Java while keeping the latest version installed.</p><p><span
id="more-8794"></span><strong>List of vulnerabilities:</strong></p><ul><li>The Java Runtime Environment Creates Temporary Files That Have “Guessable” File Names</li><li>Java Runtime Environment (JRE) Buffer Overflow Vulnerabilities in Processing Image Files and Fonts</li><p>May<li>Allow Applets or Java Web Start Applications to Elevate Their Privileges</li><li>Multiple Security Vulnerabilities in Java Web Start and Java Plug-in May Allow Privilege Escalation</li><li>The Java Runtime Environment (JRE) “Java Update” Mechanism Does Not Check the Digital Signature of the JRE that it Downloads</li><li>A Buffer Overflow Vulnerability in the Java Runtime Environment (JRE) May Allow Privileges to be Escalated</li><li>A Security Vulnerability in the Java Runtime Environment (JRE) Related to Deserializing Calendar Objects May Allow Privileges to be Escalated</li><li>The Java Runtime Environment UTF-8 Decoder May Allow Multiple Representations of UTF-8 Input</li><li>Security Vulnerability in Java Runtime Environment May Allow Applets to List the Contents of the Current User’s Home Directory</li><li>Security Vulnerability in the Java Runtime Environment With Processing RSA Public Keys</li><li>A Security Vulnerability in Java Runtime Environment (JRE) With Authenticating Users Through Kerberos May Lead to a Denial of Service (DoS)</li><li>Security Vulnerabilities in the Java Runtime Environment (JRE) JAX-WS and JAXB Packages may Allow Privileges to be Escalated</li><li>A Security Vulnerability in Java Runtime Environment (JRE) With Parsing of Zip Files May Allow Reading of Arbitrary Memory Locations</li><li>A Security Vulnerability in the Java Runtime Environment may Allow Code Loaded From the Local Filesystem to Access LocalHost</li></ul><p>Users who cannot install the Java update immediately should disable Java for the time being to protect their computer system from the exploits.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/07/java-security-update-released/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
