Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310105245
HistoryApr 07, 2015 - 12:00 a.m.

ArubaOS Remote Access Point (RAP) Command Injection (ARUBA-PSA-2015-004)

2015-04-0700:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
23

CVSS2

7.2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.7

Confidence

Low

EPSS

0.002

Percentile

62.0%

Aruba has identified a problem with the

# SPDX-FileCopyrightText: 2015 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:/o:arubanetworks:arubaos";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105245");
  script_version("2023-07-27T05:05:09+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:09 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2015-04-07 14:06:08 +0200 (Tue, 07 Apr 2015)");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");

  script_cve_id("CVE-2015-1388");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("ArubaOS Remote Access Point (RAP) Command Injection (ARUBA-PSA-2015-004)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("General");
  script_dependencies("gb_aruba_arubaos_snmp_detect.nasl");
  script_mandatory_keys("aruba/arubaos/detected");

  script_tag(name:"summary", value:"Aruba has identified a problem with the 'RAP Console' feature
  used in Aruba access points operating in Remote AP mode.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The 'RAP console' feature in ArubaOS on Aruba access points in
  Remote Access Point (AP) mode allows remote attackers to execute arbitrary commands via
  unspecified vectors.");

  script_tag(name:"affected", value:"- ArubaOS 5.x

  - ArubaOS 6.1.x

  - ArubaOS 6.2.x

  - ArubaOS 6.3 prior to 6.3.1.15

  - ArubaOS 6.4 prior to 6.4.2.4");

  script_tag(name:"solution", value:"Update to version 6.3.1.15, 6.4.2.4 or later.");

  script_xref(name:"URL", value:"https://www.arubanetworks.com/assets/alert/ARUBA-PSA-2015-004.txt");

  exit(0);
}

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

if( ! version = get_app_version( cpe:CPE, nofork:TRUE ) )
  exit( 0 );

if( version_is_less( version:version, test_version:'6.3' ) )
  fix = "6.3.1.15";

if( version_in_range( version:version, test_version:"6.3", test_version2:"6.3.1.14" ) )
  fix = "6.3.1.15";

if( version_in_range( version:version, test_version:"6.4", test_version2:"6.4.2.3" ) )
  fix = "6.4.2.4";

if( fix ) {
  report = report_fixed_ver( installed_version:version, fixed_version:fix );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

CVSS2

7.2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.7

Confidence

Low

EPSS

0.002

Percentile

62.0%

Related for OPENVAS:1361412562310105245