Lucene search
+L

HPE LoadRunner Unspecified Remote DoS Vulnerability

🗓️ 20 Apr 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

HPE LoadRunner remote denial of service vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
HPE Performance Center and LoadRunner Denial of Service Vulnerability
22 Sep 201600:00
cnvd
cve
CVE
CVE-2016-4384
21 Sep 201601:00
cve
cvelist
Cvelist
CVE-2016-4384
21 Sep 201601:00
cvelist
euvd
EUVD
EUVD-2016-5384
7 Oct 202500:30
euvd
nessus
Tenable Nessus
HPE LoadRunner < 12.50 mchan.dll Packet Handling Invalid Memory Access DoS
6 Mar 201700:00
nessus
nessus
Tenable Nessus
HP Performance Center 11.52.x / 12.x < 12.53 Multiple Vulnerabilities
30 Sep 201600:00
nessus
nvd
NVD
CVE-2016-4384
21 Sep 201602:59
nvd
osv
OSV
CVE-2016-4384
21 Sep 201602:59
osv
prion
Prion
Design/Logic Flaw
21 Sep 201602: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:hp:loadrunner";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.810934");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2016-4384");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:C");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-07-30 01:29:00 +0000 (Sun, 30 Jul 2017)");
  script_tag(name:"creation_date", value:"2017-04-20 16:22:23 +0530 (Thu, 20 Apr 2017)");
  script_name("HPE LoadRunner Unspecified Remote DoS Vulnerability");

  script_tag(name:"summary", value:"HPE LoadRunner is prone to a remote denial of service 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 an unspecified error.");

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

  script_tag(name:"affected", value:"HPE LoadRunner versions prior to 12.50
  patch 3.");

  script_tag(name:"solution", value:"Upgrade to HPE LoadRunner version
  12.50 patch 3 or later.");

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

  script_xref(name:"URL", value:"https://h20566.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c05278882");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/93069");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_dependencies("gb_hpe_loadrunner_detect.nasl");
  script_mandatory_keys("HPE/LoadRunner/Win/Ver");
  exit(0);
}

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

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

## no version change after applying patch
## 12.50 patch 3 also will be reported as vulnerabe
## qod is reduced
## HPSBGN03648 says that "all versions prior to v12.50" are affected meaning 12.50
## is the fix. But next then say 12.50 patch 3 is the fix meaning 12.50 is vulnerable.
if(version_is_less_equal(version:hpVer, test_version:"12.50"))
{
  report = report_fixed_ver(installed_version:hpVer, fixed_version:"12.50 patch 3");
  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

25 Jul 2023 00:00Current
8.5High risk
Vulners AI Score8.5
CVSS 38.6
CVSS 29
EPSS0.03565
25