PHP5 Globals Vulnerability

简介: http://securityvulns.com/Ldocument219.html PHP5 Globals Vulnerability: with ?GLOBALS[foobar] yo...

http://securityvulns.com/Ldocument219.html

 PHP5 Globals Vulnerability: with ?GLOBALS[foobar] you can set the value of the un-initialized $foobar variable.

PHP5 Globals Vulnerability

Name              PHP5 Globals Vulnerability
Systems Affected  PHP5 (verified on 5.1.1 and 5.1.2)
Severity          Critical
Vendor            www.php.net
Advisory          http://www.ush.it/2006/01/25/php5-globals-vulnerability/
Author            Francesco "aScii" Ongaro (ascii at katamail . com)
Date              20060125

I. BACKGROUND

PHP is the well known widely-used general-purpose scripting language
that is especially suited for Web development and can be embedded
into HTML.

II. DESCRIPTION

Everybody knows the GLOBALS vulnerability, this is a serious bug and
can leak in a lot of different bugs in applications otherwise secure.

(Text from http://www.hardened-php.net/advisory_202005.79.html)
> In PHP5 < = 5.0.5 it is possible to register f.e. the global
> variable $foobar [..] by supplying a GPC variable called
> 慓LOBALS[foobar]?

As i was saying everybody knows this, except me : ) While conducing some
VA and code review on PmWiki i rediscovered this independently. More
details on this can be found in 揚mWiki Multiple Vulnerabilities?
(http://www.ush.it/2006/01/24/pmwiki-multiple-vulnerabilities/)

Trying to replicate the PmWiki bug on various PHP versions i discovered
it was in realty also a PHP bug (in fact the PmWiki bug itself is PHP
version dependent), but while it was supposed to affect only < = 5.0.5
we reproduced the same results in theorically safe PHP versions.

!! Note: There has been some updates, read the first comment! !!

Lately we produced a (22 bytes long) POC to test the PHP vulnerability
separately and we had the confirm that this bug is still here.

Will this advisory produce a third line in the changelog after these?

5.0.4 Fixed bug #31440 (GLOBALScanbeoverwrittenviaGPCwhenregisterglobalsisenabled).(Ilia)5.1.0FixedpossibleGLOBALSvariableoverridewhenregisterglobalsareON.(Ilia,Stefan)IfGLOBALScanoverrideGLOBALSyoucouldinjectavariableintoPOSTbyGETorsetSESSION[loggedin]toTRUEbyGET,thisisabadscenarioforyourubersecuredwebapplication.III.ANALYSISCheckyourownwiththissimplePOC: cat > foo.php < < EOF

<?php echo foobar;?>EOFThenqueryfoo.php?GLOBALS[foobar]=HELLOIfthepocprintsoutHELLOyourPHPversionisvulnerable.Heretheresultsicollected:Branch4,registerglobalsON:fixedandnoeffect5.0.5win,registerglobalsON:affected,WORKS!5.1.1win,registerglobalsON:affected,WORKS!5.1.1unix,registerglobalsON:affected,WORKS!5.1.2unix,registerglobalsON:affected,WORKS!Testingneededon5.1.0and4.xversions.Youcanplayaroundwiththisusingsomecodelikethis:<?phpprintr(GLOBALS); ?>

IV. DETECTION

PHP 5.1.1 and 5.1.1 is vulnerable (this advisory).
PHP < = 4.3.10 should be vulnerable (bug discovered by Stefan Esser).
PHP <= 5.0.5 is vulnerable (bug discovered by Stefan Esser).
Older version not verified. PHP 5.1.0 not verified.

V. WORKAROUND

Register global off will fix. This PHP code will mitigate this bug.

// put this code before everything
if (isset(HTTPPOSTVARS[GLOBALS])||isset(_POST['GLOBALS']) ||
   isset(HTTPPOSTFILES[GLOBALS])||isset(_FILES['GLOBALS']) ||
   isset(HTTPGETVARS[GLOBALS])||isset(_GET['GLOBALS']) ||
   isset(HTTPCOOKIEVARS[GLOBALS])||isset(_COOKIE['GLOBALS'])) {
trigger_error('Is this a GLOBAL GPC hacking attemp?', E_USER_ERROR);
}

For deeper fixage wait for an official patch.

VI. VENDOR RESPONSE

This is a known bug in PHP <= 5.0.5, that seems to be still effective
in PHP 5.1.1 and 5.1.2. I'll wait for official and Stefan Esser
responses.

!! Note: There has been some updates, read the first comment! !!

Note:

VII. CVE INFORMATION

No CVE at this time.

VIII. DISCLOSURE TIMELINE

20060119 Bug discovered
20060119 Internal release
20060125 Initial release (only on ush.it)
20060127 Initial release (only on sikurezza.org)
20060128 Public release

IX. CREDIT

Francesco "aScii" Ongaro is credited with the discovery of this vulnerability.

Many thanks to:

koba (who committed the VA on PmWiki, sikurezza.org)
Stefano Di Paola (testing on multiple vers. and poc, wisec.it)
Patrick R. Michaud (testing on 5.1.2, the PmWiki vendor)
Ethan (testing 5.1.1)
Saidone (testing 5.1.2)

X. LEGAL NOTICES

Copyright (c) 2005 Francesco "aScii" Ongaro

Permission is granted for the redistribution of this alert
electronically. It may not be edited in any way without mine express
written consent. If you wish to reprint the whole or any
part of this alert in any other medium other than electronically, please
email me for permission.

Disclaimer: The information in the advisory is believed to be accurate
at the time of publishing based on currently available information. Use
of the information constitutes acceptance for use in an AS IS condition.
There are no warranties with regard to this information. Neither the
author nor the publisher accepts any liability for any direct, indirect,
or consequential loss or damage arising from use of, or reliance on,
this information.

目录
打赏
0
0
0
0
680
分享
相关文章
PHP中global与$GLOBALS['']的区别
根据官方的解释是GLOBALS[var]var本身。global varvar的同名引用或者指针。(错误:是个别名引用而已,非指针!!!)举例说明一下: php纯技术探讨交流群:323899029+++ 探讨(一)+++++++++++++++++++++++++++++++++++++++很多人都认为global和$GLOBALS[]只是写法上面的差别,其实不然。
1153 0
PHP 'header()' HTTP Header Injection Vulnerability
An attacker can exploit this issue by enticing an unsuspecting user to follow a malicious URI.
762 0
Symantec Web Gateway 'deptUploads_data.php' SQL Injection Vulnerability
http://www.securityfocus.com/bid/54721/exploit
554 0
Cpanel PHP Restriction Bypass Vulnerability 0day
''' __ __ ____ _ _ ____ | // |/ __ / // | | | | _ / | / / |...
874 0
PHP 5.2.6 (error_log) safe_mode Bypass Vulnerability
 [ SecurityReason.com PHP 5.2.6 (error_log) safe_mode bypass ]Author: Maksymilian Arciemowicz (cXIb8O3)securityreason.
1220 0
PHP cURL 'safe mode' Security Bypass Vulnerability
The following proof-of-concept PHP code is available:var_dump(curl_exec(curl_init("file://safe_mode_bypass/x00&amp;quot;.
832 0
如何排查和解决PHP连接数据库MYSQL失败写锁的问题
通过本文的介绍,您可以系统地了解如何排查和解决PHP连接MySQL数据库失败及写锁问题。通过检查配置、确保服务启动、调整防火墙设置和用户权限,以及识别和解决长时间运行的事务和死锁问题,可以有效地保障应用的稳定运行。
96 25
PHP与MySQL动态网站开发实战指南####
【10月更文挑战第21天】 本文将深入浅出地探讨如何使用PHP与MySQL构建一个动态网站,从环境搭建到项目部署,全程实战演示。无论你是编程新手还是希望巩固Web开发技能的老手,都能在这篇文章中找到实用的技巧和启发。我们将一起探索如何通过PHP处理用户请求,利用MySQL存储数据,并最终呈现动态内容给用户,打造属于自己的在线平台。 ####
139 0

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等