Clan x86

Technical (Development, Security, etc.) => General Security Information => Topic started by: iago on May 05, 2008, 10:48:56 AM

Title: PHP Vulnerabilities
Post by: iago on May 05, 2008, 10:48:56 AM
The newest version of PHP was just released, which addresses several vulnerabilities:
http://www.securityfocus.com/bid/29009
http://www.securityfocus.com/bid/27786

Any code written in PHP is potentially affected by this, depending on which functions you use, so don't forget to update!
Title: Re: PHP Vulnerabilities
Post by: Blaze on May 05, 2008, 04:40:58 PM
What functions specifically?  :)
Title: Re: PHP Vulnerabilities
Post by: iago on May 05, 2008, 05:01:46 PM
Dunno, read. :P

Apparently there's an overflow in one of the regexp libraries, that's the only one I noticed.