<?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>mehrwelt &#187; Security</title>
	<atom:link href="http://blog.mehrwert.de/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mehrwert.de</link>
	<description>Die mehrwelt</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:36:36 +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>Using mod_security 2.5 and Apache 2 on Mac OS X</title>
		<link>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/</link>
		<comments>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:14:56 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Coding/Languages]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=559</guid>
		<description><![CDATA[A short guide on using a recent mod_security (2.5.11) with local MacPorts and Apache 2. <a href="http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately recent <a title="Opens MacPorts website in new window" href="http://www.macports.org" target="_blank">MacPorts</a> comes with mod_security 1.8.6 and the maintainer is not actively supporting updates (for details see <a title="Opens new window for Ticket #15342" href="http://trac.macports.org/ticket/15432" target="_blank">this ticket</a>). Since I wanted to test some settings on a local Apache installation on my Mac with the latest release (2.5.11) I used the information given in the ticket to patch and update my mod_security port.</p>
<p>This guide is straight forward and shows just the required changes, a working MacPorts installation with Apache 2 is mandatory. You simply have to edit the Portfile that contains the details for mod_security.</p>
<h2>Step-by-step explanation</h2>
<ol>
<li>Update your MacPorts installation by <code>sudo port selfupdate</code> and <code>sudo port upgrade outdated</code> (<a title="Opens the guide how to selfupdate MacPorts in a new window" href="http://guide.macports.org/#using.port.selfupdate" target="_blank">read this guide for more details on MacPorts selfupdate</a>)</li>
<li>Open the portfile for mod_security and replace the content of the file with the provided code. The portfile in my installation resides in<code>/opt/local/var/macports/sources/rsync.macports.org/ release/ports/www/mod_security/Portfile<br />
</code></p>
<p><a title="Opens the file in a new window" href="http://blog.mehrwert.de/wp-content/uploads/2010/01/Portfile_mod_security_2.5.11.txt" target="_blank"><br />
Download the Portfile as text file<br />
</a></li>
<li>Now you may install <code>mod_security</code> via MacPorts using this terminal command:<code>sudo port install mod_security<br />
</code></li>
<li>Open the Apache configuration file (<code>/opt/local/apache2/conf/httpd.conf</code>) in a text editor and add <code> mod_security</code> to the list.Open a new Terminal (the Termin.app resides in /Applications/Utilities on your harddrive) window and then type the following command to open and edit the file (the <code>sudo</code> command is required to get write-access to this file since it is normally not writable for you user account).<code>sudo nano /opt/local/apache2/conf/httpd.conf</code>Now enter your password (the same you use to log in to your Mac). Use the cursor keys to scroll down to the section for the Dynamic Shared Object (DSO) Support and copy the following line <strong>below</strong> the last <em>LoadModule&#8230; </em>statement (see screenshot).<code>LoadModule security2_module modules/mod_security2.so</code>
<div style="text-align: center;"><a href="http://blog.mehrwert.de/wp-content/uploads/2010/01/mac_ports_mod_security_terminal-e1263652589976.png"><img class="aligncenter size-medium wp-image-558" title="Edit Apache configuration for mod_security in Terminal" src="http://blog.mehrwert.de/wp-content/uploads/2010/01/mac_ports_mod_security_terminal-e1263652589976-300x227.png" alt="" width="300" height="227" /></a></div>
<p>To save and leave the Nano editor press CTRL+X and confirm with Y (for Yes) to save.</li>
<li>Reload the Apache server. The security module should now be loaded by Apache (start or restart Apache to commit changes).<code>sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2010/01/16/using-macports-and-mod_security-2-5-11-with-apache-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoQ: Eine HTTPS-Verbindung im Detail</title>
		<link>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/</link>
		<comments>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:58:08 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.de/?p=500</guid>
		<description><![CDATA[Jeff Moser hat auf InfoQ einen interessanten Artikel ver&#246;ffentlicht, der sich im Detail mit dem Ablauf einer HTTPS-Verbindung besch&#228;ftigt. In &#187;The First Few Milliseconds of an HTTPS Connection&#171; zerlegt er als Beispiel einen Aufruf von Amazon.com mit Bordmitteln (Firefox) und &#8230; <a href="http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Jeff Moser hat auf InfoQ einen interessanten Artikel ver&ouml;ffentlicht, der sich im Detail mit dem Ablauf einer HTTPS-Verbindung besch&auml;ftigt. In &raquo;<a href="http://www.infoq.com/articles/HTTPS-Connection-Jeff-Moser">The First Few Milliseconds of an HTTPS Connection</a>&laquo; zerlegt er als Beispiel einen Aufruf von Amazon.com mit Bordmitteln (Firefox) und Wireshark.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2009/07/28/infoq-eine-https-verbindung-im-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GnuPG with PHP</title>
		<link>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/</link>
		<comments>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:17:39 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technik]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/?p=196</guid>
		<description><![CDATA[Using GnuPG with PHP: &#8220; GnuPG is open-source software that makes it possible to encrypt your email and other messages so that they can only be read by the intended recipient (not unlike Jim Phelps and his briefing book). Unlike &#8230; <a href="http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.feedburner.com/~r/ZendDeveloperZone/~3/355363816/3753-Using-GnuPG-with-PHP">Using GnuPG with PHP</a>: &#8220;</p>
<p>GnuPG is open-source software that makes it possible to encrypt your email and other messages so that they can only be read by the intended recipient (not unlike Jim Phelps and his briefing book). Unlike cleartext messages, which are unprotected and can be read by anyone who intercepts them, GnuPG-encrypted messages are ‘locked’ through cryptographic techniques and may be viewed only by a person with the correct ‘key’; everyone else will merely see gibberish. In today’s day and age, when hacking and phishing is common, such encryption plays an important role in protecting sensitive data like user names, passwords or credit-card information.</p>
<p>(Via <a href="http://devzone.zend.com/">Zend Developer Zone</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2008/08/04/using-gnupg-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe verpasst Flash-Kopierschutz</title>
		<link>http://blog.mehrwert.de/2008/02/22/adobe-verpasst-flash-kopierschutz/</link>
		<comments>http://blog.mehrwert.de/2008/02/22/adobe-verpasst-flash-kopierschutz/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 12:46:34 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2008/02/22/adobe-verpasst-flash-kopierschutz/</guid>
		<description><![CDATA[Bald k&#246;nnen Online-Filmseiten ihren Zuschauern restriktiver vorschreiben, wie, wo und wann sie die Clips zu gucken haben. Adobe bietet digitales Rechtemanagement f&#252;rs Flash-Video-Format: Die Ma&#223;nahme richtet sich gegen geklaute Filmchen bei YouTube und Co. Das und mehr im Nachrichten&#252;berblick. Egal, &#8230; <a href="http://blog.mehrwert.de/2008/02/22/adobe-verpasst-flash-kopierschutz/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bald k&ouml;nnen Online-Filmseiten ihren Zuschauern restriktiver vorschreiben, wie, wo und wann sie die Clips zu gucken haben. Adobe bietet digitales Rechtemanagement f&uuml;rs Flash-Video-Format: Die Ma&szlig;nahme richtet sich gegen geklaute Filmchen bei YouTube und Co. Das und mehr im Nachrichten&uuml;berblick.</p>
<p>Egal, wo ein Websurfer auf Videotauschportalen einen Film anklickt &#8211; meist wird die Bewegtbilddatei als &#8220;Flash Video&#8221; abgespielt. Das FLV-Format hat sich in kurzer Zeit zum Standard entwickelt und Videobastler haben meist leichtes Spiel, wenn sie verschiedene Dateien zu einer Komposition zusammenmixen wollen.</p>
<p>Nun m&ouml;chte auch Adobe, der Anbieter der Flash-Technologie, ein W&ouml;rtchen bei der Nutzung von &#8220;Flash Video&#8221; mitreden. Die Software-Schmiede wird mit der neuen Version 9 ihres Flash Players ein digitales Rechtemanagement (DRM) einf&uuml;hren, welches die Kommunikation zwischen Server und Flashplayer verschl&uuml;sseln und alternative Player aussperren kann.</p>
<p>F&uuml;r Anwender k&ouml;nnte die Einf&uuml;hrung von DRM f&uuml;r Flash bedeuten, dass Schluss w&auml;re mit dem beliebten Remixen von Flash-Filmen. Einzige Ausnahme: Man ist bereit, den Kopierschutz zu knacken oder anderweitig zu umgehen &#8211; und das gilt als Straftat.</p>
<p>(Via <a href="http://www.spiegel.de/netzwelt/web/0,1518,537098,00.html">SPIEGEL Online</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2008/02/22/adobe-verpasst-flash-kopierschutz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dein Farblaserdrucker spioniert Dich aus</title>
		<link>http://blog.mehrwert.de/2007/11/26/dein-farblaserdrucker-spioniert-dich-aus/</link>
		<comments>http://blog.mehrwert.de/2007/11/26/dein-farblaserdrucker-spioniert-dich-aus/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 11:42:14 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/11/26/dein-farblaserdrucker-spioniert-dich-aus/</guid>
		<description><![CDATA[Dein Farblaserdrucker spioniert Dich aus: &#8220; SpiekermannPartners bet&#228;tigen experimentell ein Ger&#252;cht, nach dem Farblaserdrucker diverser Hersteller &#8211; angeblich auf Gehei&#223; der US-Regierung &#8211; auf jeder gedruckten Seite einen unsichtbaren Geheimcode hinterlassen, der ein minutengenaues Datum und die Seriennummer des Ger&#228;ts &#8230; <a href="http://blog.mehrwert.de/2007/11/26/dein-farblaserdrucker-spioniert-dich-aus/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.feedburner.com/~r/Fontblog/~3/190645521/dein-farblaserdrucker-spioniert-dich-aus">Dein Farblaserdrucker spioniert Dich aus</a>: &#8220;</p>
<p><img src="http://www.fontblog.de/wp-content/unsichtbarer-code.jpg" class="zentriert" /></p>
<p><a href="http://www.spiekermann.com/mt/archives/000320.html" target="_blank">SpiekermannPartners bet&auml;tigen experimentell ein Ger&uuml;cht</a>, nach dem Farblaserdrucker diverser Hersteller &#8211; angeblich auf Gehei&szlig; der US-Regierung &#8211; auf jeder gedruckten Seite einen unsichtbaren Geheimcode hinterlassen, der ein minutengenaues Datum und die Seriennummer des Ger&auml;ts enth&auml;lt. <a href="http://www.eff.org/issues/printers" target="_blank">Hintergr&uuml;nde</a> dazu bei der Electronic Frontier Foundation (EFF).</p>
<p>Paul Weihe druckte eine A4-Seite mit wenig Text auf einem Xerox DC-12, dann las er mit einem Quato-Scanner einen Ausschnitt von 7,5 &#215; 7,5 cm bei 3200dpi (260MB) ein, zog die S&auml;ttigung im Gelbtonbereich voll auf, verdunkelte alle Farben (Master), erh&ouml;hte den Kontrast und erhielt das oben abgebildete Ergebnis: Seriennummer, Datum und Uhrzeit &#8211; codiert im Rahmen eines Punktrasters, das EFF geknackt hat.&#8221;</p>
<p>(Via <a href="http://www.fontblog.de">Fontblog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/11/26/dein-farblaserdrucker-spioniert-dich-aus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating and Validating Web Forms With PEAR HTML_QuickForm</title>
		<link>http://blog.mehrwert.de/2007/11/15/generating-and-validating-web-forms-with-pear-html_quickform/</link>
		<comments>http://blog.mehrwert.de/2007/11/15/generating-and-validating-web-forms-with-pear-html_quickform/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 08:30:24 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/11/15/generating-and-validating-web-forms-with-pear-html_quickform/</guid>
		<description><![CDATA[Generating and Validating Web Forms With PEAR HTML_QuickForm: &#8220;This article will introduce you to one of PEAR&#8217;s most powerful tools for generating Web forms and validating the input that arrives through them: the HTML_QuickForm package. This package provides a flexible, &#8230; <a href="http://blog.mehrwert.de/2007/11/15/generating-and-validating-web-forms-with-pear-html_quickform/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://devzone.zend.com/article/2699-Generating-and-Validating-Web-Forms-With-PEAR-HTML_QuickForm">Generating and Validating Web Forms With PEAR HTML_QuickForm</a>: &#8220;This article will introduce you to one of PEAR&rsquo;s most powerful tools for generating Web forms and validating the input that arrives through them: the HTML_QuickForm package. This package provides a flexible, reusable library of methods that can literally save you hours of time when dealing with form-based user input &#8211; and best of all, it&rsquo;s free and extremely easy to use.</p>
<p>(Via <a href="http://devzone.zend.com/">Zend Developer Zone</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/11/15/generating-and-validating-web-forms-with-pear-html_quickform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Java Popup you Can&#8217;t Stop</title>
		<link>http://blog.mehrwert.de/2007/08/08/the-java-popup-you-cant-stop/</link>
		<comments>http://blog.mehrwert.de/2007/08/08/the-java-popup-you-cant-stop/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 16:11:23 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SPAM]]></category>
		<category><![CDATA[Webbrowser]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/08/08/the-java-popup-you-cant-stop/</guid>
		<description><![CDATA[&#8220;In his brand new hackademix.net blog, Giorgio Maone, known as the author of the NoScript security extension for Firefox, reveals how popup blockers can be easily circumvented using Java. Worse, popups opened this way are really evil, because they can &#8230; <a href="http://blog.mehrwert.de/2007/08/08/the-java-popup-you-cant-stop/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;In his brand new hackademix.net blog, Giorgio Maone, known as the author of the <a href="http://noscript.net/">NoScript security extension for Firefox</a>, reveals <a href="http://hackademix.net/2007/08/07/java-evil-popups">how popup blockers can be easily circumvented using Java</a>. Worse, popups opened this way are really evil, because they can be sized to cover the whole desktop (the wet dream of any phisher) and cannot be closed by user (the wet dream of any web advertiser). Impressive demos available, all cross-browser and cross-platform, in the best Java tradition: &#8216;Write once, hack anywhere&#8217; &#8220;</p>
<p>Quelle: <a href="http://rss.slashdot.org/%7Er/Slashdot/slashdot/%7E3/142007028/article.pl">http://rss.slashdot.org/~r/Slashdot/slashdot/~3/142007028/article.pl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/08/08/the-java-popup-you-cant-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 Security Bulletin TYPO3-20070716-2: Information Disclosure from Extension phpmyadmin</title>
		<link>http://blog.mehrwert.de/2007/07/17/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/</link>
		<comments>http://blog.mehrwert.de/2007/07/17/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 06:49:10 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/07/17/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/</guid>
		<description><![CDATA[TYPO3 Security Bulletin TYPO3-20070716-2: Information Disclosure from Extension phpmyadmin: &#8220;An information disclosure issue has been found in the phpmyadmin extension of TYPO3 that may give access to phpinfo() information in special cases. The standalone version of phpmyadmin is not&#8230;&#8221; (Via &#8230; <a href="http://blog.mehrwert.de/2007/07/17/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.typo3.org/news/article/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/">TYPO3 Security Bulletin TYPO3-20070716-2: Information Disclosure from Extension phpmyadmin</a>: &#8220;An information disclosure issue has been found in the phpmyadmin extension of TYPO3 that may give access to phpinfo() information in special cases. The standalone version of phpmyadmin is not&#8230;&#8221;</p>
<p>(Via <a href="http://news.typo3.org/">news.typo3.org: The TYPO3 news resource</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/07/17/typo3-security-bulletin-typo3-20070716-2-information-disclosure-from-extension-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Angriffswelle gegen Webserver (&#8221;iFrame-Attacken&#8221;) &#8211; nun auch TYPO3</title>
		<link>http://blog.mehrwert.de/2007/07/07/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/</link>
		<comments>http://blog.mehrwert.de/2007/07/07/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 11:17:28 +0000</pubDate>
		<dc:creator>Andreas Beutel</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://blog.mehrwert.intern/2007/07/07/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/</guid>
		<description><![CDATA[Angriffswelle gegen Webserver (&#8221;iFrame-Attacken&#8221;) &#8211; nun auch TYPO3: &#8220;Schon seit einiger Zeit wird von wiederkehrenden Angriffen auf Webserver berichtet, so etwa in den Pressemeldungen &#8220;Gro&#223; angelegter Angriff auf Web-Anwender im Gange&#8221;, &#8220;Weitere Details zu Web-Attack-Toolkit MPack&#8221; &#8220;Schneeball-Effekt: nur ein anf&#228;lliges &#8230; <a href="http://blog.mehrwert.de/2007/07/07/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.naw.info/blogs/typo3security/2007/07/03/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/">Angriffswelle gegen Webserver (&rdquo;iFrame-Attacken&rdquo;) &#8211; nun auch TYPO3</a>: &#8220;Schon seit einiger Zeit wird von wiederkehrenden Angriffen auf Webserver berichtet, so etwa in den Pressemeldungen &ldquo;Gro&szlig; angelegter Angriff auf Web-Anwender im Gange&rdquo;, &ldquo;Weitere Details zu Web-Attack-Toolkit MPack&rdquo; &ldquo;Schneeball-Effekt: nur ein anf&auml;lliges PHP-Script gen&uuml;gt&rdquo; und vielen anderen Quellen. In diesen Angriffen werden &#8211; zumindest teilweise automatisiert &#8211; verschiedene Wege ausgenutzt, um Kontrolle &uuml;ber die Webserver zu erlangen.</p>
<p>Dies hat nun auch TYPO3 (und andere CMS-Systeme) erreicht: Einige Berichte zu solchen Vorkommnissen waren in Foren zu lesen, andere wurden diskret dem TYPO3 Security Team gemeldet. In diesem Artikel m&ouml;chte ich vorstellen, was davon von allgemeinem Interesse ist.&#8221;</p>
<p>(Via <a href="http://www.naw.info/blogs/typo3security/">TYPO3 Security Blog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mehrwert.de/2007/07/07/angriffswelle-gegen-webserver-iframe-attacken-nun-auch-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: blog.mehrwert.de @ 2012-02-08 03:10:31 by W3 Total Cache -->
