McAfee Enterprise Security Manager Authentication Bypass Vulnerability
🗓️ 04 Dec 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 31 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| McAfee Enterprise Security Manager Security Mechanism Bypass Vulnerability | 3 Dec 201500:00 | – | cnvd | |
| CVE-2015-8024 | 2 Dec 201516:00 | – | cve | |
| CVE-2015-8024 | 2 Dec 201516:00 | – | cvelist | |
| EUVD-2015-7919 | 7 Oct 202500:30 | – | euvd | |
| McAfee Security Information and Event Management 9.3.x < 9.3.2.19 / 9.4.x < 9.4.2.9 / 9.5.x < 9.5.0.8 Authentication Bypass (SB10137) | 8 Apr 201600:00 | – | nessus | |
| CVE-2015-8024 | 2 Dec 201516:59 | – | nvd | |
| Authentication flaw | 2 Dec 201516:59 | – | prion |
| Source | Link |
|---|---|
| kc | www.kc.mcafee.com/corporate/index |
# 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:mcafee:enterprise_security_manager";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105479");
script_cve_id("CVE-2015-8024");
script_version("2025-01-21T05:37:33+0000");
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_name("McAfee Enterprise Security Manager Authentication Bypass Vulnerability");
script_xref(name:"URL", value:"https://kc.mcafee.com/corporate/index?page=content&id=SB10137");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"McAfee Enterprise Security Manager (ESM), Enterprise Security Manager/Log Manager (ESMLM), and Enterprise Security Manager/Receiver (ESMREC) 9.3.x before 9.3.2MR19, 9.4.x before 9.4.2MR9, and 9.5.x before 9.5.0MR8, when configured to use Active Directory or LDAP authentication sources, allow remote attackers to bypass authentication.");
script_tag(name:"solution", value:"Update to SIEM ESM 9.5.0MR8 or 9.4.2MR9");
script_tag(name:"summary", value:"A specially crafted username can bypass SIEM ESM authentication (password is not validated) if the ESM is configured to use Active Directory or LDAP authentication sources. This can result in the attacker gaining NGCP (master user) access to the ESM.");
script_tag(name:"affected", value:"SIEM ESM 9.5.0MR7, 9.4.2MR8, 9.3.2MR18 and earlier releases. SIEM versions prior to 9.3.0 are unaffected.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
script_tag(name:"last_modification", value:"2025-01-21 05:37:33 +0000 (Tue, 21 Jan 2025)");
script_tag(name:"creation_date", value:"2015-12-04 14:28:09 +0100 (Fri, 04 Dec 2015)");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("gb_mcafee_esm_version.nasl");
script_mandatory_keys("mcafee/esm/version", "mcafee/esm/mr");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! version = get_app_version( cpe:CPE ) ) exit( 0 );
v = split( version, sep:'mr', keep:FALSE ); # Example: 9.5.0mr7
if( isnull( v[0] ) || isnull( v[1] ) ) exit( 0 );
version = v[0] + '.' + v[1]; # Example: 9.5.0.7
if( version_is_less( version:v[0], test_version:"9.3.0" ) ) exit( 99 );
if( version_is_less( version:version, test_version:"9.3.2.19" ) ) fix = '9.3.2MR19';
else if( version_in_range( version:version, test_version:"9.4.2", test_version2:"9.4.2.8" ) ) fix = '9.4.2MR9';
else if( version_in_range( version:version, test_version:"9.5.0", test_version2:"9.5.0.7" ) ) fix = '9.5.0MR8';
if( fix )
{
report = 'Installed version: ' + v[0] + 'MR' + v[1] + '\n' +
'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
21 Jan 2025 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 29.3
EPSS0.03355