Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310105306
HistoryJun 24, 2015 - 12:00 a.m.

F5 Enterprise Manager - ConfigSync IP Rsync full file system access vulnerability CVE-2014-2927

2015-06-2400:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
11

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.099 Low

EPSS

Percentile

94.9%

F5 Networks Enterprise Manager is prone to a remote code
execution (RCE) vulnerability.

# 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:/a:f5:enterprise_manager";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105306");
  script_version("2024-06-28T15:38:46+0000");
  script_cve_id("CVE-2014-2927");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-06-28 15:38:46 +0000 (Fri, 28 Jun 2024)");
  script_tag(name:"creation_date", value:"2015-06-24 14:31:00 +0200 (Wed, 24 Jun 2015)");
  script_name("F5 Enterprise Manager - ConfigSync IP Rsync full file system access vulnerability CVE-2014-2927");
  script_category(ACT_GATHER_INFO);
  script_family("Gain a shell remotely");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_dependencies("gb_f5_enterprise_manager_ssh_login_detect.nasl");
  script_mandatory_keys("f5/f5_enterprise_manager/version", "f5/f5_enterprise_manager/hotfix");

  script_xref(name:"URL", value:"https://my.f5.com/manage/s/article/K15236");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69461");

  script_tag(name:"summary", value:"F5 Networks Enterprise Manager is prone to a remote code
  execution (RCE) vulnerability.");

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

  script_tag(name:"insight", value:"An open Rsync configuration for the ConfigSync IP address allows
  for remote read/write file system access in Enterprise Manager.");

  script_tag(name:"impact", value:"An attacker can exploit this issue to execute arbitrary code
  within the context of the application.");

  script_tag(name:"affected", value:"Enterprise Manager 3.x version before 3.1.1 HF2.");

  script_tag(name:"solution", value:"Update to Enterprise Manager 3.1.1 HF2 or higher.");

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

  exit(0);
}

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

if( ! vers = get_app_version( cpe:CPE ) )
  exit( 0 );

if( version_is_equal( version:vers, test_version:"3.1.1" ) ) {
  hotfix = get_kb_item( "f5/f5_enterprise_manager/hotfix" );
  if( int( hotfix ) >= 2 )
    exit( 0 );
}

if( version_in_range( version:vers, test_version:"3", test_version2:"3.1.1") ) {
  report = report_fixed_ver( installed_version:vers + " HF" + hotfix, fixed_version:"3.1.1 HF2" );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.099 Low

EPSS

Percentile

94.9%

Related for OPENVAS:1361412562310105306