| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| NUUO CMS Code Execution Vulnerability (CNVD-2018-21167) | 16 Oct 201800:00 | – | cnvd | |
| CVE-2018-17890 | 12 Oct 201814:00 | – | cve | |
| CVE-2018-17890 | 12 Oct 201814:00 | – | cvelist | |
| EUVD-2018-9631 | 7 Oct 202500:30 | – | euvd | |
| NUUO CMS (Update A) | 11 Oct 201800:00 | – | ics | |
| NUUO CMS | 11 Oct 201800:00 | – | ics | |
| CVE-2018-17890 | 12 Oct 201814:29 | – | nvd | |
| CVE-2018-17890 | 12 Oct 201814:29 | – | osv | |
| Code injection | 12 Oct 201814:29 | – | prion |
| Source | Link |
|---|---|
| nomachine | www.nomachine.com/SU10P00199 |
| nomachine | www.nomachine.com/SU10P00200 |
| hyp3rlinx | www.hyp3rlinx.altervista.org/advisories/NOMACHINE-TROJAN-FILE-REMOTE-CODE-EXECUTION.txt |
# 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:nomachine:nomachine";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107372");
script_version("2026-06-10T06:59:19+0000");
script_cve_id("CVE-2018-17890");
script_tag(name:"last_modification", value:"2026-06-10 06:59:19 +0000 (Wed, 10 Jun 2026)");
script_tag(name:"creation_date", value:"2018-11-19 15:08:41 +0100 (Mon, 19 Nov 2018)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-09-18 16:21:00 +0000 (Fri, 18 Sep 2020)");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
script_name("NoMachine for Windows <= 5.3.26, 6.x < 6.3.6 Trojan File RCE Vulnerability - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2018 Greenbone AG");
script_family("General");
script_dependencies("gb_nomachine_for_windows_detect.nasl");
script_mandatory_keys("nomachine/win/detected");
script_tag(name:"summary", value:"NoMachine for Windows is prone to a remote code execution (RCE)
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Possible arbitrary code execution when opening a '.nxs'
nomachine file type on client's wintab32.dll preload.
This issue regards the client part of all NoMachine installations on Windows (NoMachine free,
NoMachine Enterprise Client, NoMachine Enteprise Desktop and NoMachine Cloud Server).");
script_tag(name:"affected", value:"NoMachine for Windows version 5.3.26 and prior and 6.x prior to
6.3.6.");
script_tag(name:"solution", value:"Update to version 5.3.27, 6.3.6 or later.");
script_xref(name:"URL", value:"http://hyp3rlinx.altervista.org/advisories/NOMACHINE-TROJAN-FILE-REMOTE-CODE-EXECUTION.txt");
script_xref(name:"URL", value:"https://www.nomachine.com/SU10P00199");
script_xref(name:"URL", value:"https://www.nomachine.com/SU10P00200");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE))
exit(0);
vers = infos["version"];
path = infos["location"];
if(version_is_less(version:vers, test_version:"5.3.27")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"5.3.27", install_path:path);
security_message(port:0, data:report);
exit(0);
}
if(version_in_range(version:vers, test_version: "6.0.0", test_version2: "6.3.5")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"6.3.6", install_path:path);
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