<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>MySQL-dump - Security</title>
    <link>http://mysqldump.azundris.com/</link>
    <description>my life with MySQL</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:mysqldump@mysqldump.azundris.com" />
    <generator>Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://mysqldump.azundris.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MySQL-dump - Security - my life with MySQL</title>
        <link>http://mysqldump.azundris.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Security and the real world</title>
    <link>http://mysqldump.azundris.com/archives/49-Security-and-the-real-world.html</link>
            <category>Community</category>
            <category>Security</category>
    
    <comments>http://mysqldump.azundris.com/archives/49-Security-and-the-real-world.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    These are the slides I have shown at my security talk (Room F at 11.50am today).&lt;br /&gt;
&lt;br /&gt;
Security and the real world (PDF, 1.4 MB):&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://mysqldump.azundris.com/uploads/securityandtherealworld.pdf&quot; title=&quot;securityandtherealworld.pdf&quot; target=&quot;_blank&quot;&gt;&lt;img width=110 height=78 border=1 src=&quot;http://mysqldump.azundris.com/uploads/securityandtherealworld.serendipityThumb.pdf.png&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/49-Security-and-the-real-world.html#extended&quot;&gt;Continue reading &quot;Security and the real world&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 26 Apr 2006 22:09:20 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/49-guid.html</guid>
    
</item>
<item>
    <title>Heise Security: Buffer Overflow in MySQL</title>
    <link>http://mysqldump.azundris.com/archives/22-Heise-Security-Buffer-Overflow-in-MySQL.html</link>
            <category>Security</category>
    
    <comments>http://mysqldump.azundris.com/archives/22-Heise-Security-Buffer-Overflow-in-MySQL.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=269&amp;amp;entry_id=22&quot; title=&quot;http://www.heise.de/security/news/meldung/63920&quot;  onmouseover=&quot;window.status=&#039;http://www.heise.de/security/news/meldung/63920&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Heise Security&lt;/a&gt; writes about the &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=270&amp;amp;entry_id=22&quot; title=&quot;http://www.appsecinc.com/resources/alerts/mysql/2005-002.html&quot;  onmouseover=&quot;window.status=&#039;http://www.appsecinc.com/resources/alerts/mysql/2005-002.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;UDF Buffer Overflow&lt;/a&gt; in MySQL (&lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=271&amp;amp;entry_id=22&quot; title=&quot;http://www.securityfocus.com/bid/14509&quot;  onmouseover=&quot;window.status=&#039;http://www.securityfocus.com/bid/14509&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;CAN-2005-2558&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
The bug is fixed in 4.0.25, 4.1.13 and 5.0.7 (beta). It is exploitable only if &lt;ul&gt;&lt;li&gt;your MySQL port is reachable,&lt;/li&gt;&lt;li&gt;and you are authenticated,&lt;/li&gt;&lt;li&gt;and you have permission to execute &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=272&amp;amp;entry_id=22&quot; title=&quot;http://dev.mysql.com/doc/mysql/en/create-function.html&quot;  onmouseover=&quot;window.status=&#039;http://dev.mysql.com/doc/mysql/en/create-function.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;create function&lt;/a&gt;. To be able to do this, you need INSERT privilege on the mysql.func table, that is, you usually are already root on your server.&lt;/li&gt;&lt;/ul&gt; The bug is consequently considered not critical. &lt;br /&gt;
&lt;br /&gt;
System integrators that provide MySQL as part of their distributions are following suit with their respective advisories and provide upgrades.&lt;br /&gt;
&lt;br /&gt;
More background information: The term user defined function describes the ability of the MySQL server to load and execute machine code at run-time within the context of the MySQL server. This code is made available to the end user in the form of SQL functions that can be called in SELECT and other commands. Security is implemented by restricting the pathnames from which code can be loaded, but UDF permission still is an extremely far reaching access right, and is not granted by default to anybody except the DBA.&lt;br /&gt;
&lt;br /&gt;
Should you upgrade? The upgrade to a current version of MySQL is recommended, but is critical in your environment only, if the above three conditions for an exploit are met by users you deem untrustworthy within the terms of your security policy. 
    </content:encoded>

    <pubDate>Thu, 15 Sep 2005 12:02:25 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/22-guid.html</guid>
    
</item>

</channel>
</rss>