Lucene search
+L

McAfee Agent (MA) 'log viewer' Denial of Service Vulnerability

🗓️ 16 Feb 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 28 Views

McAfee Agent 'log viewer' DoS Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
McAfee Agent Remote Denial of Service Vulnerability
23 Jan 201700:00
cnvd
cve
CVE
CVE-2017-3896
13 Feb 201716:00
cve
cvelist
Cvelist
CVE-2017-3896
13 Feb 201716:00
cvelist
euvd
EUVD
EUVD-2017-13013
7 Oct 202500:30
euvd
nessus
Tenable Nessus
McAfee ePolicy Orchestrator Agent < 5.0.4.449 Log Viewer DoS
16 Feb 201700:00
nessus
nvd
NVD
CVE-2017-3896
13 Feb 201716:59
nvd
osv
OSV
CVE-2017-3896
13 Feb 201716:59
osv
prion
Prion
Design/Logic Flaw
13 Feb 201716:59
prion
# SPDX-FileCopyrightText: 2017 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:mcafee_agent";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.810602");
  script_version("2023-07-14T16:09:27+0000");
  script_cve_id("CVE-2017-3896");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-07-26 01:29:00 +0000 (Wed, 26 Jul 2017)");
  script_tag(name:"creation_date", value:"2017-02-16 12:13:05 +0530 (Thu, 16 Feb 2017)");
  script_name("McAfee Agent (MA) 'log viewer' Denial of Service Vulnerability");

  script_tag(name:"summary", value:"McAfee Agent is prone to a denial of service (DoS) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists due to error in the remote
  log viewing functionality, where an input parameter passed through the URL is
  not completely validated.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to cause a denial-of-service condition.");

  script_tag(name:"affected", value:"McAfee Agent (MA) version 5.0.x before
  5.0.4 Hotfix 1174804 (5.0.4.449).");

  script_tag(name:"solution", value:"Upgrade to McAfee Agent (MA) 5.0.4 hotfix
  1174804 (5.0.4.449) or later.");

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

  ## This issue is encountered only if both of the following two conditions are met (not enabled by default):
  ## McAfee Agent remote log viewing functionality is enabled.
  ## Remote logs access is not restricted to ePolicy Orchestrator administrators only.
  script_tag(name:"qod", value:"30");

  script_xref(name:"URL", value:"https://kc.mcafee.com/corporate/index?page=content&amp;id=SB10183");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/95903");

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_dependencies("gb_mcafee_agent_detect.nasl");
  script_mandatory_keys("McAfee/Agent/Win/Ver");
  exit(0);
}

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

if(!agentVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(agentVer =~ "^5\.0\.")
{
  if(version_is_less(version:agentVer, test_version:"5.0.4.449"))
  {
    report = report_fixed_ver(installed_version:agentVer, fixed_version:"5.0.4 Hotfix 1174804 (5.0.4.449)");
    security_message(data:report);
    exit(0);
  }
}

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

14 Jul 2023 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 24.3
CVSS 35.9
EPSS0.02312
28