<?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>Sat, 28 Jan 2012 20:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Firesheep on Ubuntu 10.04 or 10.10</title>
		<link>http://ubuntu-tutorials.com/2010/11/26/install-firesheep-on-ubuntu-10-04-or-10-10/</link>
		<comments>http://ubuntu-tutorials.com/2010/11/26/install-firesheep-on-ubuntu-10-04-or-10-10/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 17:48:19 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firesheep]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1967</guid>
		<description><![CDATA[This morning I had a little bit of free time so I thought I&#8217;d (finally) check out the Firefox extension Firesheep. The main website mentions that it isn&#8217;t supported for Linux, but the source code is available and as it turns out very easy to compile. Below are instructions for downloading, compiling and installing the [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I had a little bit of free time so I thought I&#8217;d (finally) check out the Firefox extension Firesheep. The main website mentions that it isn&#8217;t supported for Linux, but the source code is available and as it turns out very easy to compile. Below are instructions for downloading, compiling and installing the Firesheep security plugin for Firefox.</p>
<p><strong>Get the Source</strong></p>
<p>You&#8217;ll need to download the source code from github, which can be done using the following two commands:</p>
<blockquote><p><code>git clone https://github.com/codebutler/firesheep.git<br />
cd firesheep<br />
git submodule update --init</code></p></blockquote>
<p>These two commands will download the code required to compile Firesheep, putting the source into a new directory called &#8220;firesheep&#8221;.</p>
<p><strong>Build Tools</strong></p>
<p>To compile Firesheep on Ubuntu 10.04 or 10.10 you&#8217;ll need the following development packages installed. Simply copy-paste the following list of packages into your terminal:</p>
<blockquote><p><code>sudo apt-get install autoconf libtool libpcap-dev libboost-all-dev libhal-dev xulrunner-1.9.2-dev</code></p></blockquote>
<p>On my machine this installed quite a few packages, and while the main Firesheep website lists 10.10 specifically, I had no problems on my 10.04 installation.</p>
<p><strong>Build Firesheep</strong></p>
<p>You&#8217;re now ready to compile Firesheep. Run the following command and hopefully you&#8217;ll be able to build it without error:</p>
<blockquote><p><code>./autogen.sh &amp;&amp; make<br />
</code></p></blockquote>
<p><strong>Install the Plugin</strong></p>
<p>If all is well you should find a new file called &#8216;firesheep.xpi&#8217; in a subdirectory called build (ie; firesheep/build/). Simply drag-and-drop that file into your Addons dialog box, restart Firefox and you should be set.</p>
<p>I&#8217;ve been having some issues in actually capturing data on my Dell D630 with an Intel Pro/Wireless 3945ABG card. It looks like this tool is often hardware specific, so your mileage may vary. I&#8217;d be interested in anyone offering suggestions on getting it to capture properly on OS X 10.6 (macbook) or Ubuntu 10.04+.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/11/26/install-firesheep-on-ubuntu-10-04-or-10-10/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>[USN-896-1] Firefox 3.5 and Xulrunner 1.9.1 vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/17/usn-896-1-firefox-3-5-and-xulrunner-1-9-1-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/17/usn-896-1-firefox-3-5-and-xulrunner-1-9-1-vulnerabilities/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:19:02 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1888</guid>
		<description><![CDATA[The following security announcement applies to firefox and xulrunner. If you have firefox and xulrunner installed, please see below for details on the vulnerability and instructions on patching your system: Several flaws were discovered in the browser engine of Firefox. If a user were tricked into viewing a malicious website, a remote attacker could cause [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to firefox and xulrunner. If you have firefox and xulrunner installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Several flaws were discovered in the browser engine of Firefox. If a user<br />
were tricked into viewing a malicious website, a remote attacker could<br />
cause a denial of service or possibly execute arbitrary code with the<br />
privileges of the user invoking the program. (CVE-2010-0159)</p>
<p>Orlando Barrera II discovered a flaw in the Web Workers implementation of<br />
Firefox. If a user were tricked into posting to a malicious website, an<br />
attacker could cause a denial of service or possibly execute arbitrary code<br />
with the privileges of the user invoking the program. (CVE-2010-0160)</p>
<p>Alin Rad Pop discovered that Firefox&#8217;s HTML parser would incorrectly free<br />
memory under certain circumstances. If the browser could be made to access<br />
these freed memory objects, an attacker could exploit this to execute<br />
arbitrary code with the privileges of the user invoking the program.<br />
(CVE-2009-1571)</p>
<p>Hidetake Jo discovered that the showModalDialog in Firefox did not always<br />
honor the same-origin policy. An attacker could exploit this to run<br />
untrusted JavaScript from other domains. (CVE-2009-3988)</p>
<p>Georgi Guninski discovered that the same-origin check in Firefox could be<br />
bypassed by utilizing a crafted SVG image. If a user were tricked into<br />
viewing a malicious website, an attacker could exploit this to read data<br />
from other domains. (CVE-2010-0162)</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<li>Ubuntu 9.10</li>
</ul>
<p>If you 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 Firefox and any applications that use xulrunner to effect the necessary changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/17/usn-896-1-firefox-3-5-and-xulrunner-1-9-1-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-895-1] Firefox 3.0 and Xulrunner 1.9 vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/17/usn-895-1-firefox-3-0-and-xulrunner-1-9-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/17/usn-895-1-firefox-3-0-and-xulrunner-1-9-vulnerabilities/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:14:50 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1886</guid>
		<description><![CDATA[The following security announcement applies to firefox and xulrunner. If you have firefox and xulrunner installed, please see below for details on the vulnerability and instructions on patching your system: Several flaws were discovered in the browser engine of Firefox. If a user were tricked into viewing a malicious website, a remote attacker could cause [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to firefox and xulrunner. If you have firefox and xulrunner installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Several flaws were discovered in the browser engine of Firefox. If a user<br />
were tricked into viewing a malicious website, a remote attacker could<br />
cause a denial of service or possibly execute arbitrary code with the<br />
privileges of the user invoking the program. (CVE-2010-0159)</p>
<p>Orlando Barrera II discovered a flaw in the Web Workers implementation of<br />
Firefox. If a user were tricked into posting to a malicious website, an<br />
attacker could cause a denial of service or possibly execute arbitrary code<br />
with the privileges of the user invoking the program. (CVE-2010-0160)</p>
<p>Alin Rad Pop discovered that Firefox&#8217;s HTML parser would incorrectly free<br />
memory under certain circumstances. If the browser could be made to access<br />
these freed memory objects, an attacker could exploit this to execute<br />
arbitrary code with the privileges of the user invoking the program.<br />
(CVE-2009-1571)</p>
<p>Hidetake Jo discovered that the showModalDialog in Firefox did not always<br />
honor the same-origin policy. An attacker could exploit this to run<br />
untrusted JavaScript from other domains. (CVE-2009-3988)</p>
<p>Georgi Guninski discovered that the same-origin check in Firefox could be<br />
bypassed by utilizing a crafted SVG image. If a user were tricked into<br />
viewing a malicious website, an attacker could exploit this to read data<br />
from other domains. (CVE-2010-0162)</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>
</ul>
<p>If you 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 Firefox and any applications that use xulrunner to effect the necessary changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/17/usn-895-1-firefox-3-0-and-xulrunner-1-9-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-901-1] Squid vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/16/usn-901-1-squid-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/16/usn-901-1-squid-vulnerabilities/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:54:30 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1884</guid>
		<description><![CDATA[The following security announcement applies to squid. If you have squid installed, please see below for details on the vulnerability and instructions on patching your system: It was discovered that Squid incorrectly handled certain auth headers. A remote attacker could exploit this with a specially-crafted auth header and cause Squid to go into an infinite [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to squid. If you have squid installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that Squid incorrectly handled certain auth headers. A<br />
remote attacker could exploit this with a specially-crafted auth header<br />
and cause Squid to go into an infinite loop, resulting in a denial of<br />
service. This issue only affected Ubuntu 8.10, 9.04 and 9.10.<br />
(CVE-2009-2855)</p>
<p>It was discovered that Squid incorrectly handled certain DNS packets. A<br />
remote attacker could exploit this with a specially-crafted DNS packet<br />
and cause Squid to crash, resulting in a denial of service. (CVE-2010-0308)</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 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.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/16/usn-901-1-squid-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-900-1] Ruby vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/16/usn-900-1-ruby-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/16/usn-900-1-ruby-vulnerabilities/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:58:31 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1882</guid>
		<description><![CDATA[The following security announcement applies to libruby1.9 and ruby1.9. If you have libruby1.9 and ruby1.9 installed, please see below for details on the vulnerability and instructions on patching your system: Emmanouel Kellinis discovered that Ruby did not properly handle certain string operations. An attacker could exploit this issue and possibly execute arbitrary code with application [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to libruby1.9 and ruby1.9. If you have libruby1.9 and ruby1.9 installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>Emmanouel Kellinis discovered that Ruby did not properly handle certain<br />
string operations. An attacker could exploit this issue and possibly<br />
execute arbitrary code with application privileges. (CVE-2009-4124)</p>
<p>Giovanni Pellerano, Alessandro Tanasi, and Francesco Ongaro discovered that<br />
Ruby did not properly sanitize data written to log files. An attacker could<br />
insert specially-crafted data into log files which could affect certain<br />
terminal emulators and cause arbitrary files to be overwritten, or even<br />
possibly execute arbitrary commands. (CVE-2009-4492)</p>
<p>It was discovered that Ruby did not properly handle string arguments that<br />
represent large numbers. An attacker could exploit this and cause a denial<br />
of service. This issue only affected Ubuntu 9.10. (CVE-2009-1904)</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 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<br />
</code></p></blockquote>
<p>In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/16/usn-900-1-ruby-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-899-1] Tomcat vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/11/usn-899-1-tomcat-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/11/usn-899-1-tomcat-vulnerabilities/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:12:43 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1876</guid>
		<description><![CDATA[The following security announcement applies to libtomcat6-java. If you have libtomcat6-java installed, please see below for details on the vulnerability and instructions on patching your system: It was discovered that Tomcat did not correctly validate WAR filenames or paths when deploying. A remote attacker could send a specially crafted WAR file to be deployed and cause [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to libtomcat6-java. If you have libtomcat6-java installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that Tomcat did not correctly validate WAR filenames or<br />
paths when deploying. A remote attacker could send a specially crafted WAR<br />
file to be deployed and cause arbitrary files and directories to be<br />
created, overwritten, or deleted.</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 your session to effect the necessary changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/11/usn-899-1-tomcat-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-898-1] gnome-screensaver vulnerability</title>
		<link>http://ubuntu-tutorials.com/2010/02/10/usn-898-1-gnome-screensaver-vulnerability/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/10/usn-898-1-gnome-screensaver-vulnerability/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:04:08 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1874</guid>
		<description><![CDATA[The following security announcement applies to gnome-screensaver. If you have gnome-screensaver installed, please see below for details on the vulnerability and instructions on patching your system: It was discovered that gnome-screensaver did not correctly handle monitor hotplugging. An attacker with physical access could cause gnome-screensaver to crash and gain access to the locked session. The [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to gnome-screensaver. If you have gnome-screensaver installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that gnome-screensaver did not correctly handle monitor<br />
hotplugging. An attacker with physical access could cause gnome-screensaver<br />
to crash and gain access to the locked session.</p></blockquote>
<p>The above security vulnerabilities apply to the following Ubuntu releases:</p>
<ul>
<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 your session to effect the necessary changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/10/usn-898-1-gnome-screensaver-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[USN-897-1] MySQL vulnerabilities</title>
		<link>http://ubuntu-tutorials.com/2010/02/10/usn-897-1-mysql-vulnerabilities/</link>
		<comments>http://ubuntu-tutorials.com/2010/02/10/usn-897-1-mysql-vulnerabilities/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:17:35 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[USN]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1872</guid>
		<description><![CDATA[The following security announcement applies to mysql-server. If you have mysql-server installed, please see below for details on the vulnerability and instructions on patching your system: It was discovered that MySQL could be made to overwrite existing table files in the data directory. An authenticated user could use the DATA DIRECTORY and INDEX DIRECTORY options [...]]]></description>
			<content:encoded><![CDATA[<p>The following security announcement applies to mysql-server. If you have mysql-server installed, please see below for details on the vulnerability and instructions on patching your system:</p>
<blockquote><p>It was discovered that MySQL could be made to overwrite existing table<br />
files in the data directory. An authenticated user could use the DATA<br />
DIRECTORY and INDEX DIRECTORY options to possibly bypass privilege checks.<br />
This update alters table creation behaviour by disallowing the use of the<br />
MySQL data directory in DATA DIRECTORY and INDEX DIRECTORY options. This<br />
issue only affected Ubuntu 8.10. (CVE-2008-4098)</p>
<p>It was discovered that MySQL contained a cross-site scripting vulnerability<br />
in the command-line client when the &#8211;html option is enabled. An attacker<br />
could place arbitrary web script or html in a database cell, which would<br />
then get placed in the html document output by the command-line tool. This<br />
issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 8.10 and 9.04.<br />
(CVE-2008-4456)</p>
<p>It was discovered that MySQL could be made to overwrite existing table<br />
files in the data directory. An authenticated user could use symlinks<br />
combined with the DATA DIRECTORY and INDEX DIRECTORY options to possibly<br />
bypass privilege checks. This issue only affected Ubuntu 9.10.<br />
(CVE-2008-7247)</p>
<p>It was discovered that MySQL contained multiple format string flaws when<br />
logging database creation and deletion. An authenticated user could use<br />
specially crafted database names to make MySQL crash, causing a denial of<br />
service. This issue only affected Ubuntu 6.06 LTS, 8.04 LTS, 8.10 and 9.04.<br />
(CVE-2009-2446)</p>
<p>It was discovered that MySQL incorrectly handled errors when performing<br />
certain SELECT statements, and did not preserve correct flags when<br />
performing statements that use the GeomFromWKB function. An authenticated<br />
user could exploit this to make MySQL crash, causing a denial of service.<br />
(CVE-2009-4019)</p>
<p>It was discovered that MySQL incorrectly checked symlinks when using the<br />
DATA DIRECTORY and INDEX DIRECTORY options. A local user could use symlinks<br />
to create tables that pointed to tables known to be created at a later<br />
time, bypassing access restrictions. (CVE-2009-4030)</p>
<p>It was discovered that MySQL contained a buffer overflow when parsing<br />
ssl certificates. A remote attacker could send crafted requests and cause a<br />
denial of service or possibly execute arbitrary code. This issue did not<br />
affect Ubuntu 6.06 LTS and the default compiler options for affected<br />
releases should reduce the vulnerability to a denial of service. In the<br />
default installation, attackers would also be isolated by the AppArmor<br />
MySQL profile. (CVE-2009-4484)</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.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/02/10/usn-897-1-mysql-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 [...]]]></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.</p>
]]></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>With internet technology, and the rise of cloud computing, SSL is becoming more important than ever. Corporations usually have it as a standard to secure their networks with VPN, with solutions seen in <a title="ATT virtual private nets" href="http://business.att.com/enterprise/Family/network-services/ip-vpn" target="_blank">ATT virtual private nets</a>. VPN and use of Proxies can enhance online security and is also available for consumer use.</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></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></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></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.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/01/30/accessing-freenode-irc-network-via-ssl-secure-connection/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/47 queries in 0.035 seconds using disk: basic
Object Caching 543/629 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 13:47:37 -->
