Avaya IP Office 9.x < 10.1.0.8, 11.0 < 11.0.4.3 Information Disclosure Vulnerability
🗓️ 09 Jun 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType
openvas🔗 plugins.openvas.org👁 33 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Avaya IP Office 11 Insecure Transit / Password Disclosure Vulnerability | 8 Jun 202000:00 | – | zdt | |
| CVE-2020-7030 | 3 Jun 202006:00 | – | attackerkb | |
| CVE-2020-7030 | 28 Oct 202414:39 | – | circl | |
| Avaya IP Office Information Disclosure Vulnerability | 4 Jun 202000:00 | – | cnvd | |
| CVE-2020-7030 | 3 Jun 202023:45 | – | cve | |
| CVE-2020-7030 IPO Information Disclosure | 3 Jun 202023:45 | – | cvelist | |
| Avaya IP Office 11 - Password Disclosure | 12 Jun 202000:00 | – | exploitdb | |
| EUVD-2020-28164 | 7 Oct 202500:30 | – | euvd | |
| CVE-2020-7030 | 4 Jun 202000:15 | – | nvd | |
| CVE-2020-7030 | 4 Jun 202000:15 | – | osv |
10
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.com/files/157957/Avaya-IP-Office-11-Insecure-Transit-Password-Disclosure.html |
| downloads | www.downloads.avaya.com/css/P8/documents/101067493 |
# SPDX-FileCopyrightText: 2020 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:avaya:ip_office";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.144091");
script_version("2024-09-03T06:26:22+0000");
script_tag(name:"last_modification", value:"2024-09-03 06:26:22 +0000 (Tue, 03 Sep 2024)");
script_tag(name:"creation_date", value:"2020-06-09 06:02:13 +0000 (Tue, 09 Jun 2020)");
script_tag(name:"cvss_base", value:"2.1");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:N/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-06-09 19:15:00 +0000 (Tue, 09 Jun 2020)");
script_cve_id("CVE-2020-7030");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Avaya IP Office 9.x < 10.1.0.8, 11.0 < 11.0.4.3 Information Disclosure Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_avaya_ip_office_http_detect.nasl");
script_mandatory_keys("avaya/ip_office/detected");
script_tag(name:"summary", value:"Avaya IP Office is prone to an information disclosure
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"A sensitive information disclosure vulnerability was discovered
in the web interface component of IP Office that may potentially allow a local user to gain
unauthorized access to the component.");
script_tag(name:"affected", value:"Avaya IP Office versions 9.x, 10x through 10.1.0.7 and 11.0
through 11.0.4.2.");
script_tag(name:"solution", value:"Update to version 10.1.0.8, 11.0.4.3 or later.");
script_xref(name:"URL", value:"https://downloads.avaya.com/css/P8/documents/101067493");
script_xref(name:"URL", value:"http://packetstormsecurity.com/files/157957/Avaya-IP-Office-11-Insecure-Transit-Password-Disclosure.html");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_in_range(version: version, test_version: "9.0", test_version2: "10.1.0.7")) {
report = report_fixed_ver(installed_version: version, fixed_version: "10.1.0.8", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "11.0", test_version2: "11.0.4.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "11.0.4.3", install_path: location);
security_message(port: port, 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
03 Sep 2024 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 22.1
CVSS 3.15.5
EPSS0.01