PHP Security Flaw

Discussion in 'Web Development and Programming' started by Brandon, Jan 7, 2011.

  1. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    It has come to our attention that there is a flaw in PHP that can cause the server to hang on on systems using x87 FPU registers.

    As per php.net:


    Here is the relevant bug report: http://bugs.php.net/bug.php?id=53632

    To test your server, copy the contents of that script to a file, such as phpcheck.php. Then upload that file to your server and run it from the command line like this:

    php phpcheck.php


    If the script hangs or produces an error, then you should upgrade PHP on this server immediately. If you do not have root access, then ask your host.

    Please note that this is not a flaw in vB or any PHP application. This is an issue with PHP itself.


    View attachment 3960
     

    Attached Files:

    • php.png
      php.png
      File size:
      14.4 KB
      Views:
      266
  2. echo_unlimited

    echo_unlimited Professional Procrastinator

    Joined:
    Jan 7, 2011
    Messages:
    55
    Likes Received:
    31
    Location:
    Taiwan --- Soon to be London
    I informed my host about this issue!

    As in stop a website from loading?
     

Share This Page