Quicktime/Darwin 4.1.x Streaming Administration Server 'parse_xml.cgi' Multiple Vulnerabilities
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2005 Michael ScheidellType
openvas🔗 plugins.openvas.org👁 38 Views
| Reporter | Title | Published | Views | Family All 37 |
|---|---|---|---|---|
| Apple QuickTime Server < 4.1.3 Multiple Vulnerabilities (deprecated) | 24 Mar 200500:00 | – | nessus | |
| Apple QuickTime/Darwin Streaming Server Multiple Remote Vulnerabilities | 28 Feb 200300:00 | – | nessus | |
| CVE-2003-0050 | 3 Jul 201000:00 | – | circl | |
| Apple Darwin Streaming Server Remote Code Execution (CVE-2003-0050) | 27 Apr 202100:00 | – | checkpoint_advisories | |
| CVE-2003-0050 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0051 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0052 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0053 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0054 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0055 | 1 Sep 200404:00 | – | cve |
10
# SPDX-FileCopyrightText: 2005 Michael Scheidell
# 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.11278");
script_version("2025-04-11T05:40:28+0000");
script_tag(name:"last_modification", value:"2025-04-11 05:40:28 +0000 (Fri, 11 Apr 2025)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2003-0050", "CVE-2003-0051", "CVE-2003-0052", "CVE-2003-0053",
"CVE-2003-0054", "CVE-2003-0055", "CVE-2003-1414");
script_name("Quicktime/Darwin 4.1.x Streaming Administration Server 'parse_xml.cgi' Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2005 Michael Scheidell");
script_family("Gain a shell remotely");
script_dependencies("gb_get_http_banner.nasl", "no404.nasl",
"webmirror.nasl", "DDI_Directory_Scanner.nasl");
script_require_ports("Services/www", 1220);
script_mandatory_keys("QuickTime_Darwin/banner");
script_xref(name:"URL", value:"https://web.archive.org/web/20050406013934/http://www.atstake.com/research/advisories/2003/a022403-1.txt");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6954");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6955");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6956");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6957");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6958");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6960");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128233753/http://www.securityfocus.com/bid/6990");
script_tag(name:"summary", value:"QuickTime/Darwin streaming administration server is prone to
multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if the 'parse_xml.cgi' script exists on the target
host.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- CVE-2003-0050, CVE-2003-0054: Remote command execution (RCE)
- CVE-2003-0051, CVE-2003-0052: Information disclosure
- CVE-2003-0053: Cross-site scripting (XSS)
- CVE-2003-0055: Buffer overflow
- CVE-2003-1414: Directory traversal
This is due to parsing problems with the following script:
parse_xml.cgi.
The worst of these vulnerabilities allows for remote command execution usually as root or
administrator.
These servers are installed by default on port 1220.");
script_tag(name:"solution", value:"Obtain a patch or new software from Apple or block this port
(TCP 1220) from internet access.");
script_tag(name:"solution_type", value:"Workaround");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
exit(0);
}
include("http_func.inc");
include("http_404.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");
port = http_get_port(default:1220);
banner = http_get_remote_headers(port:port);
if(!banner || ("QuickTime" >!< banner && "DSS/" >!< banner))
exit(0);
foreach dir (make_list_unique("/AdminHTML", http_cgi_dirs(port:port))) {
if(dir == "/")
dir = "";
url = dir + "/parse_xml.cgi";
if(http_is_cgi_installed_ka(item:url, port:port)) {
report = http_report_vuln_url(port:port, url:url);
security_message(port:port, data:report);
exit(0);
}
}
exit(99);
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
11 Apr 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 27.5
EPSS0.68858