10
CVSSv2

CVE-2006-6853

Published: 31/12/2006 Updated: 19/10/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Durian Web Application Server 3.02 freeware on Windows allows remote malicious users to execute arbitrary code via a long string in a crafted packet to TCP port 4002.

Vulnerable Product Search on Vulmon Subscribe to Product

mozilla durian web application server 3.02

Exploits

<?php //Durian Web Application Server 302 freeware for Win32 denial of service exploit //this will merely show 1000 access violation boxes to screen //software site -> sourceforgenet/projects/durian/ //by rgod mail: retrog at alice dot it site: retrogodaltervistaorg error_reporting(E_ALL); $service_port = "4002"; $address ...
<?php /* Durian Web Application Server 302 freeware for Win32 buffer overflow execute command exploit by rgod mail: retrog at alice dot it site: retrogodaltervistaorg tested against xp sp2 ita software site -> sourceforgenet/projects/durian/ */ error_reporting(E_ALL); $address = "19216813"; $service_port = "4002"; $ ...