Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310801214
HistoryJun 04, 2010 - 12:00 a.m.

Orbit Downloader metalink 'name' Directory Traversal Vulnerability

2010-06-0400:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
6

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

AI Score

6.7

Confidence

Low

EPSS

0.005

Percentile

77.1%

Orbit Downloader is prone to a directory traversal vulnerability.

# SPDX-FileCopyrightText: 2010 Greenbone AG
# 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.801214");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-06-04 09:43:24 +0200 (Fri, 04 Jun 2010)");
  script_cve_id("CVE-2010-2104");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_name("Orbit Downloader metalink 'name' Directory Traversal Vulnerability");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/511348/100/100/threaded");
  script_xref(name:"URL", value:"http://secunia.com/secunia_research/2010-73/");
  script_xref(name:"URL", value:"http://secunia.com/advisories/39527");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("General");
  script_dependencies("gb_orbit_downloader_detect.nasl");
  script_mandatory_keys("OrbitDownloader/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to download files to
directories outside of the intended download directory via directory traversal
attacks.");
  script_tag(name:"affected", value:"Orbit Downloader Version 3.0.0.4 and 3.0.0.5");
  script_tag(name:"insight", value:"The flaw is due to an error in the handling of metalink files.
The 'name' attribute of a 'file' element in a metalink file is not properly
sanitised.");
  script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
  of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
  release, disable respective features, remove the product or replace the product by another one.");
  script_tag(name:"summary", value:"Orbit Downloader is prone to a directory traversal vulnerability.");
  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}


include("version_func.inc");

ver = get_kb_item("OrbitDownloader/Ver");

if(ver){
  if(version_is_equal(version:ver, test_version:"3.0.0.4") ||
     version_is_equal(version:ver, test_version:"3.0.0.5") ){
    security_message( port: 0, data: "The target host was found to be vulnerable" );
  }
}

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

AI Score

6.7

Confidence

Low

EPSS

0.005

Percentile

77.1%

Related for OPENVAS:1361412562310801214