ArubaOS Remote Access Point (RAP) Command Injection (ARUBA-PSA-2015-004)
🗓️ 07 Apr 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 37 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| ArubaOS Remote Access Point Command Injection | 3 Apr 201500:00 | – | nessus | |
| ArubaOS Arbitrary Code Execution Vulnerability | 25 Mar 201500:00 | – | cnvd | |
| CVE-2015-1388 | 24 Mar 201517:00 | – | cve | |
| CVE-2015-1388 | 24 Mar 201517:00 | – | cvelist | |
| EUVD-2015-1525 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-1388 | 24 Mar 201517:59 | – | nvd | |
| Design/Logic Flaw | 24 Mar 201517:59 | – | prion |
| Source | Link |
|---|---|
| arubanetworks | www.arubanetworks.com/assets/alert/ARUBA-PSA-2015-004.txt |
# 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 );
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
27 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 27.2
EPSS0.01088