Lucene search

K
openvasCopyright (C) 2005 Michael ScheidellOPENVAS:136141256231011278
HistoryNov 03, 2005 - 12:00 a.m.

Quicktime/Darwin 4.1.x Streaming Administration Server 'parse_xml.cgi' Multiple Vulnerabilities

2005-11-0300:00:00
Copyright (C) 2005 Michael Scheidell
plugins.openvas.org
22

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

6.5

Confidence

Low

EPSS

0.659

Percentile

98.0%

QuickTime/Darwin streaming administration server is prone to
multiple vulnerabilities.

# 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("2024-06-20T05:05:33+0000");
  script_tag(name:"last_modification", value:"2024-06-20 05:05:33 +0000 (Thu, 20 Jun 2024)");
  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_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);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

6.5

Confidence

Low

EPSS

0.659

Percentile

98.0%