SHOUTcast Server <= 1.8.2 DoS Vulnerability
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2001 SecuriTeamType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Shoutcast Multiple GET Request Remote DoS | 18 Aug 200400:00 | – | nessus | |
| SHOUTcast Server User-Agent / Host Header DoS | 13 Aug 200100:00 | – | nessus | |
| CVE-2001-1304 | 3 May 200204:00 | – | cve | |
| CVE-2001-1304 | 3 May 200204:00 | – | cvelist | |
| EUVD-2001-1285 | 7 Oct 202500:30 | – | euvd | |
| CVE-2001-1304 | 3 Aug 200104:00 | – | nvd | |
| SHOUTcast Server DoS detector vulnerability | 3 Nov 200500:00 | – | openvas |
| Source | Link |
|---|---|
| securiteam | www.securiteam.com/exploits/5YP031555Q.html |
# SPDX-FileCopyrightText: 2001 SecuriTeam
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.10717");
script_version("2025-01-31T05:37:27+0000");
script_tag(name:"last_modification", value:"2025-01-31 05:37:27 +0000 (Fri, 31 Jan 2025)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_cve_id("CVE-2001-1304");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("SHOUTcast Server <= 1.8.2 DoS Vulnerability");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_active");
script_copyright("Copyright (C) 2001 SecuriTeam");
script_family("Web Servers");
script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
script_require_ports("Services/www", 8000);
script_exclude_keys("Settings/disable_cgi_scanning");
script_xref(name:"URL", value:"http://www.securiteam.com/exploits/5YP031555Q.html");
script_tag(name:"summary", value:"SHOUTcast Server is prone to a denial of service (DoS)
vulnerability.");
script_tag(name:"affected", value:"SHOUTcast Server version 1.8.2 and probably prior.");
script_tag(name:"solution", value:"Update to the latest version of SHOUTcast Server.");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
port = http_get_port( default:8000 );
host = http_host_name( port:port );
req = 'GET /content/nonexistant' + rand() + rand() + rand() + '.mp3 HTTP/1.0\r\n\r\n' +
'Host: ' + host + '\r\n\r\n';
banner = http_keepalive_send_recv(port:port, data:req);
if(!banner)exit(0);
if ("SHOUTcast Distributed Network Audio Server" >< banner) {
resultrecv = banner;
resultrecv = strstr(resultrecv, "SHOUTcast Distributed Network Audio Server/");
resultsub = strstr(resultrecv, string("<BR>"));
resultrecv = resultrecv - resultsub;
resultrecv = resultrecv - "SHOUTcast Distributed Network Audio Server/";
resultrecv = resultrecv - "<BR>";
report = string("The remote SHOUTcast server version is :\n");
report = report + resultrecv;
if ("1.8.2" >< resultrecv) {
report = report + string("\n\nThis version of SHOUTcast is supposedly vulnerable to a denial of service attack. Upgrade your SHOUTcast server.\n");
security_message(port:port, data:report);
} else {
log_message(port:port, data:report);
}
}
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
31 Jan 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.01932