<?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>Ubuntu Tutorials &#187; Security</title>
	<atom:link href="http://ubuntu-tutorials.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 05 Feb 2010 04:07:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[USN-894-1] Linux kernel vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 04:07:26 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1865</guid>
		<description><![CDATA[


 The following security announcement applies to linux-image. If you have linux-image installed, please see below for details on the vulnerability and instructions on patching your system:
ATTENTION: Due to an unavoidable ABI change (except for Ubuntu 6.06)
the kernel updates have been given a new version number, which requires
you to recompile and reinstall all third party [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to linux-image. If you have linux-image installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>ATTENTION: Due to an unavoidable ABI change (except for Ubuntu 6.06)<br />
the kernel updates have been given a new version number, which requires<br />
you to recompile and reinstall all third party kernel modules you<br />
might have installed. If you use linux-restricted-modules, you have to<br />
update that package as well to get modules which work with the new kernel<br />
version. Unless you manually uninstalled the standard kernel metapackages<br />
(e.g. linux-generic, linux-server, linux-powerpc), a standard system<br />
upgrade will automatically perform this as well.</p>
<p>Details follow:</p>
<p>Amerigo Wang and Eric Sesterhenn discovered that the HFS and ext4<br />
filesystems did not correctly check certain disk structures. If a user<br />
were tricked into mounting a specially crafted filesystem, a remote<br />
attacker could crash the system or gain root privileges. (CVE-2009-4020,<br />
CVE-2009-4308)</p>
<p>It was discovered that FUSE did not correctly check certain requests.<br />
A local attacker with access to FUSE mounts could exploit this to<br />
crash the system or possibly gain root privileges.  Ubuntu 9.10 was not<br />
affected. (CVE-2009-4021)</p>
<p>It was discovered that KVM did not correctly decode certain guest<br />
instructions.  A local attacker in a guest could exploit this to<br />
trigger high scheduling latency in the host, leading to a denial of<br />
service.  Ubuntu 6.06 was not affected. (CVE-2009-4031)</p>
<p>It was discovered that the OHCI fireware driver did not correctly<br />
handle certain ioctls.  A local attacker could exploit this to crash<br />
the system, or possibly gain root privileges.  Ubuntu 6.06 was not<br />
affected. (CVE-2009-4138)</p>
<p>Tavis Ormandy discovered that the kernel did not correctly handle<br />
O_ASYNC on locked files.  A local attacker could exploit this to gain<br />
root privileges.  Only Ubuntu 9.04 and 9.10 were affected. (CVE-2009-4141)</p>
<p>Neil Horman and Eugene Teo discovered that the e1000 and e1000e<br />
network drivers did not correctly check the size of Ethernet frames.<br />
An attacker on the local network could send specially crafted traffic<br />
to bypass packet filters, crash the system, or possibly gain root<br />
privileges. (CVE-2009-4536, CVE-2009-4538)</p>
<p>It was discovered that &#8220;print-fatal-signals&#8221; reporting could show<br />
arbitrary kernel memory contents.  A local attacker could exploit<br />
this, leading to a loss of privacy.  By default this is disabled in<br />
Ubuntu and did not affect Ubuntu 6.06. (CVE-2010-0003)</p>
<p>Olli Jarva and Tuomo Untinen discovered that IPv6 did not correctly<br />
handle jumbo frames.  A remote attacker could exploit this to crash the<br />
system, leading to a denial of service.  Only Ubuntu 9.04 and 9.10 were<br />
affected. (CVE-2010-0006)</p>
<p>Florian Westphal discovered that bridging netfilter rules could be<br />
modified by unprivileged users.  A local attacker could disrupt network<br />
traffic, leading to a denial of service. (CVE-2010-0007)</p>
<p>Al Viro discovered that certain mremap operations could leak kernel<br />
memory.  A local attacker could exploit this to consume all available<br />
memory, leading to a denial of service. (CVE-2010-0291)</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>After a standard system upgrade you need to reboot your computer to effect the necessary changes.
<ul class="related_post">
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessing Freenode IRC Network via SSL Secure Connection</title>
		<link>http://ubuntu-tutorials.com/2010/01/30/accessing-freenode-irc-network-via-ssl-secure-connection/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/30/accessing-freenode-irc-network-via-ssl-secure-connection/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:37:40 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[freenode]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1836</guid>
		<description><![CDATA[On Jan 30, 2010 the Freenode IRC network finally activated SSL support. This is something that many have long been waiting for, and I&#8217;m glad to finally see it! I have been an IRC user for some years now, the majority of which has been specific to the Freenode network. Historically all data passed to [...]]]></description>
			<content:encoded><![CDATA[<p>On Jan 30, 2010 the Freenode IRC network finally activated SSL support. This is something that many have long been waiting for, and I&#8217;m glad to finally see it! I have been an IRC user for some years now, the majority of which has been specific to the Freenode network. Historically all data passed to the Freenode network, including username, password and chat messages have been done in the clear. This no longer has to be the case as SSL client support is now available.</p>
<p>In this article I will outline how to configure your IRC client to connect to the Freenode IRC network using SSL client encryption. This article includes instructions for Irssi, Empathy and Pidgin.</p>
<p><strong>Access Freenode via SSL &#8211; Irssi</strong></p>
<p>This section outlines how to configure irssi, the command-line IRC client, to connect to freenode via SSL secure connection.</p>
<p>First, you&#8217;ll need to ensure you have an updated list of CA root certificates. This can be done by verifying you have the following package installed:</p>
<blockquote><p><code>sudo aptitude install <a title="ca-certificates package" href="apt://ca-certificates">ca-certificates</a></code><a title="ca-certificates package" href="apt://ca-certificates"></a></p></blockquote>
<p>It is likely that this is already installed, but it won&#8217;t cause any problems to attempt installation just to make sure.</p>
<p>Once you&#8217;ve verified that you have the latest CA root certificates you can connect to Freenode via SSL using the following command:</p>
<blockquote><p><code>/connect -ssl_verify -ssl_capath /etc/ssl/certs chat.freenode.net 7000</code></p></blockquote>
<p>If you&#8217;d like to automatically connect to freenode each time you launch irssi, use the following:</p>
<blockquote><p><code>/network add -nick &lt;nick&gt; -realname &lt;realname&gt; freenode</code></p>
<p><code>/server add -auto -ssl_verify -ssl_capath /etc/ssl/certs -network freenode chat.freenode.net 7000</code></p>
<p><code> </code><code>/save</code></p></blockquote>
<p><strong>Access Freenode via SSL &#8211; Empathy (IDLE)</strong></p>
<p>This section outlines how to configure Empathy, the default messaging client in Ubuntu 9.10+, to connect to freenode via SSL secure connection.</p>
<p>You&#8217;ll need to verify that you have an updated list of CA root certificates. This can be done by verifying you have the following package installed:</p>
<blockquote><p><code>sudo aptitude install <a title="ca-certificates package" href="apt://ca-certificates">ca-certificates</a></code><a title="ca-certificates package" href="apt://ca-certificates"></a></p></blockquote>
<p>Once you&#8217;ve verified that you have the latest CA root certificates, you&#8217;ll also need to verify your Empathy configuration. Below is a screenshot for the FreeNode configuration in Empathy. Ensure yours matches the port and SSL activation.</p>
<div id="attachment_1837" class="wp-caption aligncenter" style="width: 399px"><a href="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/empathy-freenode.png"><img class="size-full wp-image-1837" title="Empathy FreeNode configuration" src="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/empathy-freenode.png" alt="Empathy FreeNode configuration" width="389" height="375" /></a><p class="wp-caption-text">Empathy FreeNode configuration</p></div>
<p><strong>Access Freenode via SSL &#8211; Pidgin</strong></p>
<p>This section outlines how to configure Pidgin, the default messaging client in older Ubuntu releases, to connect to freenode via SSL secure connection.</p>
<p>You&#8217;ll need to verify that you have an updated list of CA root certificates. This can be done by verifying  you have the following package installed:</p>
<blockquote><p><code>sudo aptitude install <a title="ca-certificates package" href="apt://ca-certificates">ca-certificates</a></code><a title="ca-certificates package" href="apt://ca-certificates"></a></p></blockquote>
<p>Once you&#8217;ve verified that you have the latest CA root certificates you&#8217;ll also need to verify your Pidgin configuration. Below is a screenshot for the IRC configuration in Pidgin. Ensure yours matches by modifying your account.</p>
<p>On the &#8220;Basic&#8221; tab, the default Server: entry will likely be &#8220;irc.ubuntu.com&#8221;. Unless you change this to &#8220;chat.freenode.net&#8221;, you&#8217;ll get a warning about not being able to verify the certificate.</p>
<div id="attachment_1838" class="wp-caption aligncenter" style="width: 349px"><a href="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/freenode-basic.png"><img class="size-full wp-image-1838" title="Pidgin Basic Configuration" src="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/freenode-basic.png" alt="Pidgin Basic Configuration" width="339" height="375" /></a><p class="wp-caption-text">Pidgin Basic Configuration</p></div>
<p>Next, navigate to the Advanced tab. On this tab you&#8217;ll need to change the Port: to 7000 and activate the checkbox for &#8220;Use SSL&#8221;. When you are finished, save your changes</p>
<div id="attachment_1839" class="wp-caption aligncenter" style="width: 349px"><a href="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/freenode-advanced.png"><img class="size-full wp-image-1839" title="Pidgin Advanced Configuration" src="http://ubuntu-tutorials.com/wp-content/uploads/2010/01/freenode-advanced.png" alt="Pidgin Advanced Configuration" width="339" height="375" /></a><p class="wp-caption-text">Pidgin Advanced Configuration</p></div>
<p><strong>Conclusion</strong></p>
<p>Encrypted connections via SSL are important for network security, particularly in the situation where usernames and passwords are being transfered. As end-users we should be aware of improved security options available to us, such as encrypted network connections. If you are an IRC user and haven&#8217;t yet made the switch to SSL enabled connections, I&#8217;d invite you to take a minute and do so now.
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/30/accessing-freenode-irc-network-via-ssl-secure-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-892-1] FUSE vulnerability</title>
		<link>http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:55:52 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1763</guid>
		<description><![CDATA[The following security announcement applies to fuse-utils. If you have fuse-utils installed, please see below for details on the vulnerability and instructions on patching your system:
Ronald Volgers discovered that FUSE did not correctly check mount
locations.  A local attacker, with access to use FUSE, could unmount
arbitrary locations, leading to a denial of service.
The above security vulnerabilities [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to fuse-utils. If you have fuse-utils installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Ronald Volgers discovered that FUSE did not correctly check mount<br />
locations.  A local attacker, with access to use FUSE, could unmount<br />
arbitrary locations, leading to a denial of service.</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-893-1] Samba vulnerability</title>
		<link>http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:52:11 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1760</guid>
		<description><![CDATA[The following security announcement applies to smbfs. If you have smbfs installed, please see below for details on the vulnerability and instructions on patching your system:
Ronald Volgers discovered that the mount.cifs utility, when installed as a
setuid program, suffered from a race condition when verifying user
permissions. A local attacker could trick samba into mounting over
arbitrary locations, [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to smbfs. If you have smbfs installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Ronald Volgers discovered that the mount.cifs utility, when installed as a<br />
setuid program, suffered from a race condition when verifying user<br />
permissions. A local attacker could trick samba into mounting over<br />
arbitrary locations, leading to a root privilege escalation.</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-891-1] lintian vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 19:30:10 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1740</guid>
		<description><![CDATA[The following security announcement applies to lintian. If you have lintian installed, please see below for details on the vulnerability and instructions on patching your system:
It was discovered that lintian did not correctly validate certain
filenames when processing input.  If a user or an automated system
were tricked into running lintian on a specially crafted set of [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to lintian. If you have lintian installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that lintian did not correctly validate certain<br />
filenames when processing input.  If a user or an automated system<br />
were tricked into running lintian on a specially crafted set of files,<br />
a remote attacker could execute arbitrary code with user privileges.</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-803-2] Dhcp vulnerability</title>
		<link>http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:44:06 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1737</guid>
		<description><![CDATA[The following security announcement applies to dhcp-client. If you have dhcp-client installed, please see below for details on the vulnerability and instructions on patching your system:
USN-803-1 fixed a vulnerability in Dhcp. Due to an error, the patch to
fix the vulnerability was not properly applied on Ubuntu 8.10 and higher.
Even with the patch improperly applied, the [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to dhcp-client. If you have dhcp-client installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>USN-803-1 fixed a vulnerability in Dhcp. Due to an error, the patch to<br />
fix the vulnerability was not properly applied on Ubuntu 8.10 and higher.<br />
Even with the patch improperly applied, the default compiler options<br />
reduced the vulnerability to a denial of service. Additionally, in Ubuntu<br />
9.04 and higher, users were also protected by the AppArmor dhclient3<br />
profile. This update fixes the problem.</p>
<p>Original advisory details:</p>
<p>It was discovered that the DHCP client as included in dhcp3 did not verify<br />
the length of certain option fields when processing a response from an IPv4<br />
dhcp server. If a user running Ubuntu 6.06 LTS or 8.04 LTS connected to a<br />
malicious dhcp server, a remote attacker could cause a denial of service or<br />
execute arbitrary code as the user invoking the program, typically the<br />
&#8216;dhcp&#8217; user. For users running Ubuntu 8.10 or 9.04, a remote attacker<br />
should only be able to cause a denial of service in the DHCP client. In<br />
Ubuntu 9.04, attackers would also be isolated by the AppArmor dhclient3<br />
profile.</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>After a standard system upgrade you need to restart any DHCP network connections utilizing dhclient3 to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-890-4] PyXML vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:52:51 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1730</guid>
		<description><![CDATA[The following security announcement applies to Python. If you have Python installed, please see below for details on the vulnerability and instructions on patching your system:
USN-890-1 fixed vulnerabilities in Expat. This update provides the
corresponding updates for PyXML.
Original advisory details:
Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did
not properly process malformed XML. If a [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to Python. If you have Python installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>USN-890-1 fixed vulnerabilities in Expat. This update provides the<br />
corresponding updates for PyXML.</p>
<p>Original advisory details:</p>
<p>Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did<br />
not properly process malformed XML. If a user or application linked against<br />
Expat were tricked into opening a crafted XML file, an attacker could cause<br />
a denial of service via application crash. (CVE-2009-2625, CVE-2009-3720)</p>
<p>It was discovered that Expat did not properly process malformed UTF-8<br />
sequences. If a user or application linked against Expat were tricked into<br />
opening a crafted XML file, an attacker could cause a denial of service via<br />
application crash. (CVE-2009-3560)</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>After a standard system upgrade you need to restart any applications that use PyXML to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-890-2] Python 2.5 vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:43:24 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1627</guid>
		<description><![CDATA[The following security announcement applies to Python. If you have Python installed, please see below for details on the vulnerability and instructions on patching your system:
USN-890-1 fixed vulnerabilities in Expat. This update provides the
corresponding updates for the PyExpat module in Python 2.5.
Original advisory details:
Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did
not properly [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to Python. If you have Python installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>USN-890-1 fixed vulnerabilities in Expat. This update provides the<br />
corresponding updates for the PyExpat module in Python 2.5.</p>
<p>Original advisory details:</p>
<p>Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did<br />
not properly process malformed XML. If a user or application linked against<br />
Expat were tricked into opening a crafted XML file, an attacker could cause<br />
a denial of service via application crash. (CVE-2009-2625, CVE-2009-3720)</p>
<p>It was discovered that Expat did not properly process malformed UTF-8<br />
sequences. If a user or application linked against Expat were tricked into<br />
opening a crafted XML file, an attacker could cause a denial of service via<br />
application crash. (CVE-2009-3560).</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you’ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>After a standard system upgrade you need to restart any Python applications that use the PyExpat module to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[USN-890-1] Expat vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:38:16 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1607</guid>
		<description><![CDATA[The following security announcement applies to Expat. If you have Expat installed, please see below for details on the vulnerability and instructions on patching your system:
Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did
not properly process malformed XML. If a user or application linked against
Expat were tricked into opening a crafted XML file, [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to Expat. If you have Expat installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Jukka Taimisto, Tero Rontti and Rauli Kaksonen discovered that Expat did<br />
not properly process malformed XML. If a user or application linked against<br />
Expat were tricked into opening a crafted XML file, an attacker could cause<br />
a denial of service via application crash. (CVE-2009-2625, CVE-2009-3720)</p>
<p>It was discovered that Expat did not properly process malformed UTF-8<br />
sequences. If a user or application linked against Expat were tricked into<br />
opening a crafted XML file, an attacker could cause a denial of service via<br />
application crash. (CVE-2009-3560).</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you&#8217;ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/" title="[USN-889-1] gzip vulnerabilities">[USN-889-1] gzip vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-889-1] gzip vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:35:23 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1605</guid>
		<description><![CDATA[The following security announcement applies to gzip. If you have gzip installed on your system please see below for details on the vulnerability and instructions on patching your system:
It was discovered that gzip incorrectly handled certain malformed
compressed files. If a user or automated system were tricked into opening a
specially crafted gzip file, an attacker could [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to gzip. If you have gzip installed on your system please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that gzip incorrectly handled certain malformed<br />
compressed files. If a user or automated system were tricked into opening a<br />
specially crafted gzip file, an attacker could cause gzip to crash or<br />
possibly execute arbitrary code with the privileges of the user invoking<br />
the program. (CVE-2009-2624)</p>
<p>Aki Helin discovered that gzip incorrectly handled certain malformed<br />
files compressed with the Lempel–Ziv–Welch (LZW) algorithm. If a user or<br />
automated system were tricked into opening a specially crafted gzip file,<br />
an attacker could cause gzip to crash or possibly execute arbitrary code<br />
with the privileges of the user invoking the program. (CVE-2010-0001).</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 6.06 LTS</li>
<li>Ubuntu 8.04 LTS</li>
<li>Ubuntu 8.10</li>
<li>Ubuntu 9.04</li>
<li>Ubuntu 9.10</li>
</ul>
<p>If you are have this utility installed on your Ubuntu system you&#8217;ll need to apply the security update to be protected. Please follow the steps below to ensure your system is properly patched:</p>
<p><strong>Apply Updates</strong></p>
<p>To apply the updates run the following command(s) within your Terminal:</p>
<blockquote><p><code>sudo aptitude update<br />
sudo aptitude safe-upgrade</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.
<ul class="related_post">
<li>February 4, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/02/04/usn-894-1-linux-kernel-vulnerabilities/" title="[USN-894-1] Linux kernel vulnerabilities">[USN-894-1] Linux kernel vulnerabilities (1)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-892-1-fuse-vulnerability/" title="[USN-892-1] FUSE vulnerability">[USN-892-1] FUSE vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-893-1-samba-vulnerability/" title="[USN-893-1] Samba vulnerability">[USN-893-1] Samba vulnerability (0)</a></li>
<li>January 28, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/28/usn-891-1-lintian-vulnerabilities/" title="[USN-891-1] lintian vulnerabilities">[USN-891-1] lintian vulnerabilities (0)</a></li>
<li>January 27, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/27/usn-803-2-dhcp-vulnerability/" title="[USN-803-2] Dhcp vulnerability">[USN-803-2] Dhcp vulnerability (0)</a></li>
<li>January 26, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/26/usn-890-4-pyxml-vulnerabilities/" title="[USN-890-4] PyXML vulnerabilities">[USN-890-4] PyXML vulnerabilities (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/21/usn-890-2-python-2-5-vulnerabilities/" title="[USN-890-2] Python 2.5 vulnerabilities">[USN-890-2] Python 2.5 vulnerabilities (1)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-890-1-expat-vulnerabilities/" title="[USN-890-1] Expat vulnerabilities">[USN-890-1] Expat vulnerabilities (0)</a></li>
<li>January 20, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/20/usn-888-1-bind-vulnerabilities/" title="[USN-888-1] BIND Vulnerabilities">[USN-888-1] BIND Vulnerabilities (0)</a></li>
<li>January 18, 2010 &#8212; <a href="http://ubuntu-tutorials.com/2010/01/18/usn-887-1-libthai-vulnerability/" title="[USN-887-1] LibThai Vulnerability">[USN-887-1] LibThai Vulnerability (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/20/usn-889-1-gzip-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.318 seconds -->
