Lucene search
+L

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

🗓️ 24 Jun 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

F5 Enterprise Manager ConfigSync IP Rsync full file system access vulnerabilit

Related
Refs
Code
# 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("2026-04-24T06:23:04+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:"2026-04-24 06:23:04 +0000 (Fri, 24 Apr 2026)");
  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 );

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

24 Apr 2026 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 29.3
EPSS0.0792
30