Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804612
HistoryJun 02, 2014 - 12:00 a.m.

BarracudaDrive Multiple XSS Vulnerabilities -03 (Jun 2014)

2014-06-0200:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
12

4.3 Medium

CVSS2

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

6.1 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.4%

BarracudaDrive is prone to multiple XSS vulnerabilities.

# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:barracudadrive:barracudadrive";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804612");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2014-3807", "CVE-2014-4335");
  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_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-06-02 13:48:59 +0530 (Mon, 02 Jun 2014)");
  script_name("BarracudaDrive Multiple XSS Vulnerabilities -03 (Jun 2014)");

  script_tag(name:"summary", value:"BarracudaDrive is prone to multiple XSS vulnerabilities.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"Multiple flaws exist as,

  - Input passed via the 'blog' parameter to 'private/manage/', 'bloggeruser'
parameter to 'private/manage/', Input passed via the 'bloggerpasswd'
parameter to 'private/manage/', Input passed via the 'host' and 'password'
parameters is not  properly verified before it is given to server for
processing.");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary
HTML and script code in a user's browser session in the context of a
vulnerable site.");
  script_tag(name:"affected", value:"BarracudaDrive version 6.7.2");
  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:"solution_type", value:"WillNotFix");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/93899");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/67428");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68079");
  script_xref(name:"URL", value:"http://packetstormsecurity.com/files/126645");
  script_xref(name:"URL", value:"http://packetstormsecurity.com/files/127128");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_barracuda_drive_detect.nasl");
  script_mandatory_keys("BarracudaDrive/Installed");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!bdPort = get_app_port(cpe:CPE)){
  exit(0);
}

bdVer = get_app_version(cpe:CPE, port:bdPort);
if(!bdVer){
  exit(0);
}

if(version_is_equal(version:bdVer, test_version:"6.7.2"))
{
  security_message(bdPort);
  exit(0);
}

4.3 Medium

CVSS2

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

6.1 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.4%

Related for OPENVAS:1361412562310804612