<?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>PEAR Blog &#187; Blogroll</title>
	<atom:link href="http://blog.pear.php.net/category/blogroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pear.php.net</link>
	<description>Official pear.php.net blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:05:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Net_Traceroute and Net_Ping security advisory</title>
		<link>http://blog.pear.php.net/2009/11/14/net_traceroute-and-net_ping-security-advisory/</link>
		<comments>http://blog.pear.php.net/2009/11/14/net_traceroute-and-net_ping-security-advisory/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:39:49 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Group Blog]]></category>
		<category><![CDATA[President Blog]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/?p=57</guid>
		<description><![CDATA[PEAR Security Advisory (PSA 200911-14-01) Severity: Serious Title: PEAR Net_Ping and Net_Traceroute Remote Arbitrary Command Injection Date: November 14, 2009 ID: 200911-14-01 Synopsis Multiple remote arbitrary command injections have been found in the Net_Ping and Net_Traceroute. Background Net_Ping is an &#8230; <a href="http://blog.pear.php.net/2009/11/14/net_traceroute-and-net_ping-security-advisory/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><strong>PEAR Security Advisory (PSA 200911-14-01)</strong></h2>
<p><strong>Severity</strong>: Serious<br />
<strong>Title</strong>: PEAR Net_Ping and Net_Traceroute Remote Arbitrary Command Injection<br />
<strong>Date</strong>: November 14, 2009<br />
<strong>ID</strong>: 200911-14-01</p>
<h2>Synopsis</h2>
<p>Multiple remote arbitrary command injections have been found in the <a title="PEAR::Net_Ping" href="http://pear.php.net/Net_Ping">Net_Ping</a><br />
and <a title="PEAR::Net_Traceroute" href="http://pear.php.net/Net_Traceroute">Net_Traceroute</a>.</p>
<h2>Background</h2>
<p>Net_Ping is an OS independent wrapper class for executing ping calls from PHP</p>
<p>Net_Traceroute is an OS independent wrapper class for executing traceroute calls from PHP</p>
<h2>Affected packages</h2>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Package                   /  Vulnerable  /             Unaffected<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
1  Net_Ping                   &lt; 2.4.5                   &gt;= 2.4.5<br />
2  Net_Traceroute       &lt; 0.21.2                  &gt;= 0.21.2</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
2 affected packages on all of their supported architectures.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<h2>Description</h2>
<p>Remote Arbitrary Command Injection</p>
<h2>Impact</h2>
<p>When input from forms are used directly, the attacker could pass variables that would allow him to execute remote arbitrary command injections.</p>
<h2>Workaround</h2>
<p>Filter your input to make sure the commands passed are shell escaped or upgrade to the latest version of both packages.</p>
<h2>Resolution</h2>
<p>The group recommends users of Net_Ping to upgrade to Net_Ping-2.4.5 if they haven&#8217;t already:</p>
<ul>
<li><a title="Net-Ping" href="#  http://download.pear.php.net/package/Net_Ping-2.4.5.tgz"> http://download.pear.php.net/package/Net_Ping-2.4.5.tgz</a></li>
<li>pear upgrade Net_Ping-2.4.5</li>
</ul>
<p>The group recommends users of Net_Traceroute to upgrade to Net_Traceroute-0.21.2 if they haven&#8217;t already:</p>
<ul>
<li><a title="Net_Traceroute" href="http://download.pear.php.net/package/Net_Traceroute-0.21.2.tgz">http://download.pear.php.net/package/Net_Traceroute-0.21.2.tgz</a></li>
<li>pear upgrade Net_Traceroute-0.21.2</li>
</ul>
<h2>Reported By</h2>
<p>Thanks to Pasquale Imperato for finding, analyzing and reporting the issue.</p>
<h2>Link</h2>
<p><a title="PEAR Net_Ping Net_Traceroute " href="http://pear.php.net/advisory20091114-01.txt">http://pear.php.net/advisory20091114-01.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2009/11/14/net_traceroute-and-net_ping-security-advisory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The new Group has been elected!</title>
		<link>http://blog.pear.php.net/2009/08/10/the-new-group-has-been-elected/</link>
		<comments>http://blog.pear.php.net/2009/08/10/the-new-group-has-been-elected/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:42:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[President Blog]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/?p=38</guid>
		<description><![CDATA[I am more than glad to announce the arrival, the announcement of the new PEAR Group for 2009 and 2010. With a few fresh faces in the Group, this year looks very promising with the mix of both new blood &#8230; <a href="http://blog.pear.php.net/2009/08/10/the-new-group-has-been-elected/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am more than glad to announce the arrival, the announcement of the new PEAR Group for 2009 and 2010.</p>
<p>With a few fresh faces in the Group, this year looks very promising with the mix of both new blood and experienced PEAR Group members.</p>
<p>Congratulations to the elected 7s (In no particular order):</p>
<ul>
<li>Christian Weiske</li>
<li>Chuck Burgress</li>
<li>Daniel O&#8217;Connor</li>
<li>Ken Guest</li>
<li>Bill Shupp</li>
<li>Michael Gauthier</li>
<li>Brett Bieber</li>
</ul>
<p>I can&#8217;t wait to have our first meeting and get the year kicking!</p>
<p>Thanks to everyone who voted!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2009/08/10/the-new-group-has-been-elected/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The elections are still going!</title>
		<link>http://blog.pear.php.net/2009/08/01/the-elections-are-still-going/</link>
		<comments>http://blog.pear.php.net/2009/08/01/the-elections-are-still-going/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 12:42:37 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Group Blog]]></category>
		<category><![CDATA[President Blog]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/?p=35</guid>
		<description><![CDATA[As every year, the elections for the PEAR Group and PEAR President are happening. This year due to a few factors and messages lost in translation, we decided to extend the elections period by 10 days so more people would &#8230; <a href="http://blog.pear.php.net/2009/08/01/the-elections-are-still-going/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As every year, the elections for the PEAR Group and PEAR President are happening. This year due to a few factors and messages lost in translation, we decided to extend the elections period by 10 days so more people would have time to vote!</p>
<p>So remember to cast your vote at <a title="PEAR election" href="http://pear.php.net/election/">http://pear.php.net/election/</a> and you have until the the 5th of August 2009.</p>
<p>There are many new candidates for the Group and I think you should go and check them out!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2009/08/01/the-elections-are-still-going/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First PEAR bug triage over!</title>
		<link>http://blog.pear.php.net/2008/03/28/first-pear-bug-triage-over/</link>
		<comments>http://blog.pear.php.net/2008/03/28/first-pear-bug-triage-over/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 18:59:24 +0000</pubDate>
		<dc:creator>cweiske</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Group Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/2008/03/28/first-pear-bug-triage-over/</guid>
		<description><![CDATA[PEAR&#8217;s bug tracker hit the 600+ open bugs mark a month ago. Compared to the 400+ packages PEAR hosts, this is just 1.2 bug per package &#8211; but enough to be annoying for caring developers, especially when PEARgirl in IRC &#8230; <a href="http://blog.pear.php.net/2008/03/28/first-pear-bug-triage-over/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PEAR&#8217;s bug tracker hit the 600+ open bugs mark a month ago. Compared to the 400+ packages PEAR hosts, this is just 1.2 bug per package &#8211; but enough to be annoying for caring developers, especially when PEARgirl in IRC tells us every hour that the bug count increased again.</p>
<p><a href="http://cweiske.de/tagebuch/Update%20from%20the%20QA%20frontier.htm">One and a half year ago</a>, we faced an equal problem &#8211; only that the mark was 500 bugs at that time. Within half a year, we had this decreased to 400. Methods to accomplish this were mainly digging through the bug tracker, identifying bugs that could be fixed easily and nagging the package developers to do something (&#8220;Hey, bugs #23 and #42 are <em>really</em> easy to fix! Do that now and release a new version!&#8221;).</p>
<p>So with 600+ open bugs (not including the feature requests), we had to do something. Other open source projects regularly or irregularly organize bug triage days or weekends with the goal to fix as many bugs as possible with the combined brain forces of all attending developers. The logical step was to hold our own bug smashing event and see how it works for PEAR.</p>
<p>Date of action was the weekend 22nd to 23rd March 2008, which was the easter weekend. The event has not been announced publicly except on our pear-dev mailing list since it was a test run only. The attendees met in <a href="irc://irc.efnet.org/pear-bugs">#pear-bugs</a> on EFnet.</p>
<p>Participants included Amir, Cipri, Chuck, Daniel Connor, David, Helgi, Jan Schneider, Johnathan Street and Walter Hop. A number of packages, mostly orphaned ones, got tackled. Among them were <a href="http://pear.php.net/package/Services_Google">Services_Google</a>, <a href="http://pear.php.net/package/SOAP">SOAP</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/">mebeli</a></font>, <a href="http://pear.php.net/package/Net_Whois">Net_Whois</a> and <a href="http://pear.php.net/package/Mail_Mime">Mail_Mime</a>. <a href="http://pear.php.net/package/Net_URL">Net_URL</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/">hotel furnishing in Bulgaria</a></font><a href="http://pear.php.net/package/Net_URL2">*</a>, <a href="http://pear.php.net/package/MDB2">MDB2</a> and <a href="http://pear.php.net/package/pearweb">pearweb</a> also got some love. <a href="http://pear.php.net/package/Net_IDNA">Net_IDNA</a> got new helper and went down to 0 bugs.</p>
<p>On day 2, <a href="http://pear.php.net/package/Date">Date</a> got a new release. <a href="http://pear.php.net/package/XML_sql2xml">XML_sql2xml</a>, <a href="http://pear.php.net/package/DB_ldap">DB_ldap</a>, <a href="http://pear.php.net/package/DB_ldap2">DB_ldap2</a> and <a href="http://pear.php.net/package/Tree">Tree</a> got also bugs fixed. A number of bugs got attention and in return got set to feedback needed, duplicate or bogus.</p>
<p>Thanks to the triage, we are close to reaching two important milestones: Closing bug reports with lower bug ID than 1000 (1 bug left!) and 2000 (5 left).</p>
<p>In the end, the bug count got down to 547 &#8211; but this was the first PEAR bug triage, and only a small number of devs attended.</p>
<p>We&#8217;re hoping for more active people on the next triage so for those interested we&#8217;re holding it bi weekly on weekends, both on Saturday and Sunday, that way people can pick the most fitting days for them and the next triage weekend is never far away <img src='http://blog.pear.php.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>We&#8217;re also holding out a Google Calendar for those events so that people can subscribe and be reminded about the the upcoming dates.</p>
<p>Calendar links:<br />
<a href="http://www.google.com/calendar/embed?src=rslkppoio4rtq6nm7b6fptclfo%40group.calendar.google.com">HTML</a> and <a href="http://www.google.com/calendar/ical/rslkppoio4rtq6nm7b6fptclfo%40group.calendar.google.com/public/basic.ics">iCal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2008/03/28/first-pear-bug-triage-over/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

