Author Topic: PHP Vulnerabilities  (Read 2143 times)

0 Members and 1 Guest are viewing this topic.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
PHP Vulnerabilities
« 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!

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: PHP Vulnerabilities
« Reply #1 on: May 05, 2008, 04:40:58 pm »
What functions specifically?  :)
And like a fool I believed myself, and thought I was somebody else...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: PHP Vulnerabilities
« Reply #2 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.