<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 07 Sep 2008 02:53:45 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[CyberInsecure.com: Half-Million Sites Mostly Running PHPBB Forum Software Hacked In Latest Attack]]></title>
      <guid>http://www.phpdeveloper.org/news/10175</guid>
      <link>http://www.phpdeveloper.org/news/10175</link>
      <description><![CDATA[<p>
According to the CyberInsecure.com website around a half-million websites running PHPBB <a href="http://cyberinsecure.com/half-million-sites-mostly-running-phpbb-forum-software-hacked-in-latest-attack/">were hacked</a> in a large coordinated effort.
</p>
<blockquote>
More than half a million websites have been compromised in a new round of attacks that hacked domains in order to infect unsuspecting users' PCs with a variety of trojans. This ongoing campaign includes new malware hosting domains and new trojans variations. All of the sites are running older or misconfigured versions of "phpBB," an open-source message forum manager. Open-source popular applications like phpBB tend to be often targeted by mass scanning and exploiting tools.
</blockquote>
<p>
The hack redirected visitors through several steps ultimately ending up on a page that tried to take advantage of errors in older Internet Explorer and RealPlayer versions. <a href="http://cyberinsecure.com/half-million-sites-mostly-running-phpbb-forum-software-hacked-in-latest-attack/">The article</a> talks about exactly which viruses could have caused the problems and the wide range of sites (both in topic and location) that were effected. 
</p>
<p>
The best way to protect you and your PHPBB install from something like this happening is to get the <a href="http://www.phpbb.com">latest version</a> of the software and learn how to configure it correctly.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 14:04:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Advisory: Gentoo Linux PHP Package Upgrade]]></title>
      <guid>http://www.phpdeveloper.org/news/8798</guid>
      <link>http://www.phpdeveloper.org/news/8798</link>
      <description><![CDATA[<p>
The Gentoo linux group has <a href="http://www.gentoo.org/security/en/glsa/glsa-200710-02.xml">made a new package release</a> for the PHP on their distribution:
</p>
<blockquote>
PHP contains several vulnerabilities including buffer and integer overflows which could lead to the remote execution of arbitrary code. [...] There is no known workaround at this time. All PHP users should upgrade to the latest version.
</blockquote>
<p>
You can get more information on the issues that the new package corrects from <a href="http://www.gentoo.org/security/en/glsa/glsa-200710-02.xml">the Gentoo advisory</a> and use their emerge package manager to make the upgrade automatically.
</p>]]></description>
      <pubDate>Mon, 08 Oct 2007 08:45:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Fedora update for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8719</guid>
      <link>http://www.phpdeveloper.org/news/8719</link>
      <description><![CDATA[<p>
Via <a href="http://secunia.com/advisories/26930/">this Secunia advisory</a> posted today, there's information about the update the Fedora Linux group has made to the PHP package included in their distribution. According to the release:
</p>
<blockquote>
This fixes some vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions and by malicious people to bypass certain security restrictions and cause a DoS (Denial of Service).
</blockquote>
<p>
The <a href="https://www.redhat.com/archives/fedora-package-announce/2007-September/msg00354.html">original advisory post</a> has more details on what the update fixes as well as <a href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/">the link</a> to download the RPM packages to update your system. You can either manually download them or use the "yum" system to handle things a bit more automatically.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2007 07:52:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Red Hat Update for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8698</guid>
      <link>http://www.phpdeveloper.org/news/8698</link>
      <description><![CDATA[<p>
On the Secunia site today, there's a <a href="http://secunia.com/advisories/26871/">new advisory</a> posted for users of Red Hat linux - an update to the system's PHP packages.
</p>
<blockquote>
Red Hat has issued an update for php. This fixes some vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions and by malicious people to bypass certain security restrictions and cause a DoS (Denial of Service).
</blockquote>
<p>
The <a href="http://rhn.redhat.com/errata/RHSA-2007-0890.html">original advisory</a> has more details on what the patch fixes and the checksum information for the update packages for all OSes.
</p>]]></description>
      <pubDate>Fri, 21 Sep 2007 07:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Help Net Security: Remote Vulnerabilities Discovered in phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/8642</guid>
      <link>http://www.phpdeveloper.org/news/8642</link>
      <description><![CDATA[<p>
As <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,27424,nodeid,5.html">mentioned by</a> the Int'l PHP Magazine and posted on the <a href="http://www.net-security.org/advisory.php?id=7904">Help Net Security</a> website, there are some issues with recent releases of phpMyAdmin that can open the door to potential attackers:
</p>
<blockquote>
Several remote vulnerabilities have been discovered in phpMyAdmin, a
program to administrate MySQL over the web. The Common Vulnerabilities
and Exposures project.
</blockquote>
<p>
There's five issues around the PMA_ArrayWalkRecursive function, the blacklist functionality, cross-site scripting problems, and an issue that allows for the bypassing Allow/Deny access rules. It is recommended that you <a href="http://www.phpmyadmin.net/home_page/downloads.php">install the latest version</a> to protect you and your applications.
</p>]]></description>
      <pubDate>Wed, 12 Sep 2007 15:07:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: Joomla! Multiple Vulnerabilities]]></title>
      <guid>http://www.phpdeveloper.org/news/8349</guid>
      <link>http://www.phpdeveloper.org/news/8349</link>
      <description><![CDATA[<p>
Secunia.com <a href="http://secunia.com/advisories/26239/">reports that</a> multiple vulnerabilities have been found in the Joomla! content management system:
</p>
<blockquote>
Some vulnerabilities have been reported in Joomla!, which can be exploited by malicious people to conduct session fixation attacks, cross-site scripting attacks or HTTP response splitting attacks.
</blockquote>
<p>
The issues are marked as "less critical" but users should still <a href="http://joomlacode.org/gf/project/joomla/frs/">update to the latest version</a> to avoid these issues: 
</p>
<ul>
<li>Certain unspecified input passed in com_search, com_content and mod_login is not properly sanitised before being returned to a user
<li>Input passed to the "url" parameter is not properly sanitised before being returned to the user. This can be exploited to insert arbitrary HTTP headers.
<li>An error exists in the handling of sessions and can be exploited to hijack another user's session by tricking the user into logging in after following a specially crafted link.
</ul>
<p>
See the <a href="http://www.joomla.org/content/view/3677/1/">original advisory post here</a>.
</p>]]></description>
      <pubDate>Mon, 30 Jul 2007 10:26:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: PHP "glob()" Code Execution Vulnerability]]></title>
      <guid>http://www.phpdeveloper.org/news/8255</guid>
      <link>http://www.phpdeveloper.org/news/8255</link>
      <description><![CDATA[<p>
As reported <a href="http://secunia.com/advisories/26085/">here on Secunia</a> (as <a href="http://milw0rm.com/exploits/4181">discovered by shinnai</a>), there's a code execution vulnerability in PHP's glob function:
</p>
<blockquote>
<p>
The vulnerability is caused due to an error in the handling of an uninitialized structure inside the "glob()" function. This can be exploited to execute arbitrary code, which may lead to security restrictions (e.g. the "disable_functions" directive) being bypassed.
</p>
<p>
The vulnerability is confirmed in the 5.2.3 win32 installer. Other versions may also be affected.
</p>
</blockquote>
<p>
The issue is marked as "less critical" and can be avoided easily by only allowing trusted users the correct permissions to execute PHP code on the server.
</p>]]></description>
      <pubDate>Mon, 16 Jul 2007 13:52:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: CodeIgniter Weakness and Directory Traversal Vulnerability]]></title>
      <guid>http://www.phpdeveloper.org/news/8222</guid>
      <link>http://www.phpdeveloper.org/news/8222</link>
      <description><![CDATA[<p>
On the Secunia.com site today, there's <a href="http://secunia.com/advisories/25991/">a new vulnerability posted</a> that users of the CodeIgniter framework should pay attention to - a "weakness and directory traversal vulnerability".
</p>
<blockquote>
Lukasz Pilorz has reported a vulnerability and a weakness in CodeIgniter, which can be exploited by malicious people to disclose sensitive information and conduct cross-site scripting and header injection attacks.
</blockquote>
<p>
There are two problems that lead to this issue - a non-sanitized input parameter and unsanitized data being passed to the xss_clean function. These issues affect <a href="http://codeigniter.com/">CodeIgniter</a> version 1.5.3 and, as of the time of this post, no update has been made in an official release. It is mentioned, however, that the problem has been fixed in the CVS and is waiting for a release.
</p>]]></description>
      <pubDate>Wed, 11 Jul 2007 11:07:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: symfony 1.0.5 released (security fix)]]></title>
      <guid>http://www.phpdeveloper.org/news/8142</guid>
      <link>http://www.phpdeveloper.org/news/8142</link>
      <description><![CDATA[<p>
The Symfony project has <a href="http://www.symfony-project.com/weblog/2007/06/25/symfony-1-0-5-released-security-fix.html">released the latest version</a> of their framework - Symfony 1.0.5 - largely a security fix release to help head off some issues that came up with the phpmailer utility.
</p>
<blockquote>
I've just released symfony 1.0.5. If you use the symfony built-in phpmailer (and you do if you use the ->sendMail() method in your actions), you must upgrade to this release or apply the following patch: <a href="http://trac.symfony-project.com/trac/changeset/4380?format=diff&new=4380">http://trac.symfony-project.com/trac/changeset/4380?format=diff&new=4380</a>. PHPMailer has a remote command execution vulnerability if you have configured it to use sendmail. You can find more information about this issue here: <a href="http://larholm.com/2007/06/11/phpmailer-0day-remote-execution/">http://larholm.com/2007/06/11/phpmailer-0day-remote-execution/</a> 
</blockquote>
<p>
The easiest way to correct the issue is to just apply the patch to your current installation, but since there are other fixes included in the new version, you might <a href="http://www.symfony-project.com/content/download.html">opt for the update</a> anyway.
</p>]]></description>
      <pubDate>Thu, 28 Jun 2007 10:31:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secunia.com: SUSE update for PHP4]]></title>
      <guid>http://www.phpdeveloper.org/news/8114</guid>
      <link>http://www.phpdeveloper.org/news/8114</link>
      <description><![CDATA[<p>
According to <a href="http://secunia.com/advisories/25816/">this new advisory</a> from Secunia today, the SuSE linux group has released a new package update for the PHP4 distribution on their operating system:
</p>
<blockquote>
SUSE has issued an update for php4. This fixes some vulnerabilities and a weakness, where one has an unknown impact and the others can be exploited by malicious, local users to gain escalated privileges, and by malicious, local users and malicious people to bypass certain security restrictions.
</blockquote>
<p>
The issue is marked as "Less critical" but it's still a good idea to update, especially when it relates to security issues. You can find more information at <a href="http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=http--supportnovellcom-techcenter-psdb-3e349d7efffdfecc96ca44f446d1b2c4html&sliceId=&dialogID=38853114&stateId=0%200%2038851668">the original advisory</a> on the Novell site.
</p>]]></description>
      <pubDate>Mon, 25 Jun 2007 09:17:00 -0500</pubDate>
    </item>
  </channel>
</rss>
