Advisory Published
Updated

REDHAT-BUG-617673

First published: Fri Jul 23 2010(Updated: )

The upstream PHP 5.2.14 and 5.3.3 releases corrected an information disclosure flaw where the var_export() function would disclose data if a fatal error occurred due to recursion, memory_limit, or execution time. The buffer is never cleared and is flushed to the user, regardless of the configured display_errors setting, because it is considered part of the output. This could lead to a disclosure of possibly sensitive information. The name <a href="https://access.redhat.com/security/cve/CVE-2010-2531">CVE-2010-2531</a> has been assigned to this issue. An example to test: % cat test.php #!/usr/bin/php &lt;?php @$obj-&gt;p =&amp; $obj; var_export($obj, true); ?&gt; % php test.php PHP Fatal error: Nesting level too deep - recursive dependency? in test.php on line 4 stdClass::__set_state(array( 'p' =&gt; stdClass::__set_state(array( 'p' =&gt; stdClass::__set_state(array( 'p' =&gt; stdClass::__set_state(array( % cat test2.php #!/usr/bin/php &lt;?php $a[] =&amp; $a; var_export($a, true); ?&gt; % php test2.php PHP Fatal error: Nesting level too deep - recursive dependency? in test.php on line 4 array ( 0 =&gt; array ( 0 =&gt; array ( 0 =&gt; array ( 0 =&gt; array ( The upstream changes prevent any output from displaying, so should only display the "PHP Fatal error". The upstream fix: <a href="http://svn.php.net/viewvc?view=revision&amp;revision=301143">http://svn.php.net/viewvc?view=revision&amp;revision=301143</a>

Affected SoftwareAffected VersionHow to fix
PHP>=5.2.14<=5.2.14

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of REDHAT-BUG-617673?

    REDHAT-BUG-617673 is classified as a moderate severity vulnerability due to the risk of information disclosure.

  • How do I fix REDHAT-BUG-617673?

    To fix REDHAT-BUG-617673, upgrade PHP to version 5.2.15 or 5.3.4 or later, where the flaw has been addressed.

  • What are the risks associated with REDHAT-BUG-617673?

    The risks associated with REDHAT-BUG-617673 include potential exposure of sensitive data through the var_export() function during fatal errors.

  • Which versions of PHP are affected by REDHAT-BUG-617673?

    PHP versions 5.2.14 and 5.3.3 are specifically affected by REDHAT-BUG-617673.

  • Is there a workaround for REDHAT-BUG-617673 if I cannot upgrade?

    There is no reliable workaround for REDHAT-BUG-617673, and upgrading is the recommended action to mitigate the vulnerability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203