Tenable Nessus Multiple Vulnerabilities (TNS-2018-05)
🗓️ 21 May 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType
openvas🔗 plugins.openvas.org👁 28 Views
| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| Tenable Nessus Cross-Site Scripting Vulnerability (CNVD-2018-10667) | 16 May 201800:00 | – | cnvd | |
| Tenable Nessus Session Fixation Vulnerability | 16 May 201800:00 | – | cnvd | |
| CVE-2018-1147 | 18 May 201822:00 | – | cve | |
| CVE-2018-1148 | 18 May 201822:00 | – | cve | |
| CVE-2018-1147 | 18 May 201822:00 | – | cvelist | |
| CVE-2018-1148 | 18 May 201822:00 | – | cvelist | |
| EUVD-2018-11785 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2018-11786 | 7 Oct 202500:30 | – | euvd | |
| JVN#96954395: Nessus vulnerable to cross-site scripting | 21 May 201800:00 | – | jvn | |
| Nessus vulnerable to cross-site scripting | 21 May 201804:39 | – | jvn |
10
| Source | Link |
|---|---|
| securitytracker | www.securitytracker.com/id/1040918 |
| tenable | www.tenable.com/security/tns-2018-05 |
# SPDX-FileCopyrightText: 2018 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:tenable:nessus";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.813197");
script_version("2023-11-17T16:10:13+0000");
script_tag(name:"last_modification", value:"2023-11-17 16:10:13 +0000 (Fri, 17 Nov 2023)");
script_tag(name:"creation_date", value:"2018-05-21 10:56:09 +0530 (Mon, 21 May 2018)");
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-06-20 14:27:00 +0000 (Wed, 20 Jun 2018)");
script_cve_id("CVE-2018-1147", "CVE-2018-1148");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Tenable Nessus Multiple Vulnerabilities (TNS-2018-05)");
script_copyright("Copyright (C) 2018 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_dependencies("gb_tenable_nessus_consolidation.nasl");
script_mandatory_keys("tenable/nessus/detected");
script_tag(name:"summary", value:"Tenable Nessus is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Multiple flaws exist due to improper input validation and
insufficient session management.");
script_tag(name:"impact", value:"Successful exploitation will allow an authenticated attacker to
execute arbitrary script code in a user's browser session and maintain system access even after a
password change.");
script_tag(name:"affected", value:"Tenable Nessus versions 7.0.3 and earlier.");
script_tag(name:"solution", value:"Update to version 7.1.0 or later.");
script_xref(name:"URL", value:"https://www.securitytracker.com/id/1040918");
script_xref(name:"URL", value:"https://www.tenable.com/security/tns-2018-05");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if(isnull(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);
vers = infos["version"];
path = infos["location"];
if(version_is_less(version:vers, test_version:"7.1.0")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"7.1.0", install_path:path);
security_message(data:report, port:port);
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
17 Nov 2023 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 24
CVSS 36.5
EPSS0.01148