<?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; President Blog</title>
	<atom:link href="http://blog.pear.php.net/category/president-blog/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>Election 2008 Results</title>
		<link>http://blog.pear.php.net/2008/06/22/election-2008-results/</link>
		<comments>http://blog.pear.php.net/2008/06/22/election-2008-results/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 17:24:15 +0000</pubDate>
		<dc:creator>jeichorn</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Group Blog]]></category>
		<category><![CDATA[President Blog]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/?p=20</guid>
		<description><![CDATA[2008 Elections are now over, you can view the offical results on the PEAR website. The new PEAR group is: elections are now over and a new PEAR Group has been formed. Just like last year and always following the &#8230; <a href="http://blog.pear.php.net/2008/06/22/election-2008-results/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>2008 Elections are now over, you can view the offical results on the <a href="http://pear.php.net/election/">PEAR website</a>.</p>
<p>The new PEAR group is:</p>
<p>elections are now over and a new PEAR Group has been formed. Just like last year and always following the Constitution, the new members have been elected by a secret ballot of PEAR Developers. They have chosen:</p>
<ul>
<li>Joshua Eichorn</li>
<li>Helgi Þormar Þorbjornsson</li>
<li>Joe Stump</li>
<li>Christian Weiske</li>
<li>Chuck Burgess</li>
<li> Travis Swicegood</li>
<li>Brett Bieber</li>
</ul>
<p>The new PEAR President is: David Coallier</p>
<p>The kickoff meeting for the new group is being held today.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2008/06/22/election-2008-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Pyrus: PEAR&#8217;s new installer</title>
		<link>http://blog.pear.php.net/2007/06/03/meet-pyrus-pears-new-installer/</link>
		<comments>http://blog.pear.php.net/2007/06/03/meet-pyrus-pears-new-installer/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 21:08:24 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[President Blog]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/2007/06/03/meet-pyrus-pears-new-installer/</guid>
		<description><![CDATA[A few minutes ago, the PEAR Group finished its third meeting, which was the first attended by newly elected PEAR Group member Paul Jones (welcome Paul!). In addition to other things discussed, the one that really interests me, and I &#8230; <a href="http://blog.pear.php.net/2007/06/03/meet-pyrus-pears-new-installer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago, the PEAR Group finished its third meeting, which was the first attended by newly elected PEAR Group member Paul Jones (welcome Paul!).  In addition to other things discussed, the one that really interests me, and I suspect all of you, is the future direction of the repository and the PEAR Installer.</p>
<p>I&#8217;m happy to announce that big changes are in the works.  First of all, a brand new channel will be created for PEAR&#8217;s new PHP5+ packages, and a brand new installer is being created for these packages.  The new installer will be named &#8220;Pyrus&#8221; (pyrus is the genus of the pear fruit), and the new channel is yet to be named, so if you have any ideas, feel free to post comments to this blog entry to help us come up with a good one.  In addition, new packages written for this new channel will be hosted in a new Subversion repository to be hosted at svn.pear.php.net</p>
<p>More details about Pyrus will be forthcoming as the code is written.  Currently, it lives in <a href="http://cvs.php.net/viewvc.cgi/pear-core/PEAR2">http://cvs.php.net/viewvc.cgi/pear-core/PEAR2</a> and is very much pre-devel stability.</p>
<p>Thanks for using PEAR, the best is yet to come!</p>
<p>Greg</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2007/06/03/meet-pyrus-pears-new-installer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Welcome to PEAR</title>
		<link>http://blog.pear.php.net/2007/05/29/welcome-to-pear/</link>
		<comments>http://blog.pear.php.net/2007/05/29/welcome-to-pear/#comments</comments>
		<pubDate>Wed, 30 May 2007 05:37:37 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[President Blog]]></category>

		<guid isPermaLink="false">http://blog.pear.php.net/?p=3</guid>
		<description><![CDATA[It&#8217;s been a great ride so far. PEAR has undergone a minor revolution in culture in the past several months, and as your newly elected president, I&#8217;m excited to start telling you about it. This blog is just one example &#8230; <a href="http://blog.pear.php.net/2007/05/29/welcome-to-pear/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a great ride so far.</p>
<p>PEAR has undergone a minor revolution in culture in the past several months, and as your newly elected president, I&#8217;m excited to start telling you about it.  This blog is just one example of the new ways PEAR will be reaching out to the larger PHP community.  Although the transfer of power to the newly elected PEAR Group finally completed on May 25 with the election of Paul Jones as the final member, already activity to make some significant changes has taken place.</p>
<p>The PEAR Group will be deciding most of the details, it is my job to reach out to you, programmers of PHP who are looking for a faster or better way to solve the problems you solve every day so that you can focus on the important things.</p>
<p>Plans are well under way to ramp up activity on promoting PHP 5 with new PEAR packages, and we have heard the criticisms loud and clear of the first incarnation of PEAR.  Fortunately, we also know what is working and have no plans to throw the baby out with the bathwater.  At this stage, I can&#8217;t go into details, as official policy has to be decided by the PEAR Group (next meeting is on June 3, so expect news quite soon), but stay tuned to this blog for up-to-the-minute musings by members of the PEAR Group and myself as PEAR blossoms in its new spring.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pear.php.net/2007/05/29/welcome-to-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

