| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2026-33694 | 23 Apr 202618:09 | – | attackerkb | |
| CVE-2026-33694 | 23 Apr 202621:25 | – | circl | |
| Tenable Nessus 后置链接漏洞 | 23 Apr 202600:00 | – | cnnvd | |
| CVE-2026-33694 | 23 Apr 202618:09 | – | cve | |
| CVE-2026-33694 Junction File Manipulation | 23 Apr 202618:09 | – | cvelist | |
| EUVD-2026-25265 | 23 Apr 202621:31 | – | euvd | |
| CVE-2026-33694 | 23 Apr 202619:17 | – | nvd | |
| PT-2026-34718 | 23 Apr 202600:00 | – | ptsecurity | |
| CVE-2026-33694 | 5 Jun 202619:17 | – | redhatcve | |
| Tenable Nessus Agent < 11.1.3 Arbitrary File Deletion (TNS-2026-12) | 24 Apr 202600:00 | – | nessus |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(311266);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/05/01");
script_cve_id("CVE-2026-33694");
script_name(english:"Tenable Nessus < 10.11.4 / 10.12.0 Arbitrary File Deletion (TNS-2026-13)");
script_set_attribute(attribute:"synopsis", value:
"An instance of Nessus installed on the remote Windows system is affected by an arbitrary file deletion vulnerability.");
script_set_attribute(attribute:"description", value:
"According to its self-reported version, the Tenable Nessus application running on the remote Windows host is prior to 10.11.4
or 10.12.0. It is, therefore, affected by an arbitrary file deletion vulnerability as referenced in the TNS-2026-13
advisory.
- A vulnerability exists in Nessus on Windows where an authenticated attacker could create a junction,
enabling the deletion of arbitrary files with SYSTEM privileges, potentially facilitating arbitrary code
execution with elevated permissions. (CVE-2026-33694)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://www.tenable.com/security/TNS-2026-13
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?da741709");
script_set_attribute(attribute:"solution", value:
"Upgrade to Tenable Nessus 10.11.4, 10.12.0 or later.");
script_set_attribute(attribute:"agent", value:"all");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H");
script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:P");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-33694");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/04/23");
script_set_attribute(attribute:"patch_publication_date", value:"2026/04/23");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/04/30");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/a:tenable:nessus");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("nessus_detect.nasl", "nessus_installed_win.nbin", "nessus_installed_linux.nbin", "macos_nessus_installed.nbin");
script_require_keys("installed_sw/Tenable Nessus");
exit(0);
}
include('vdf.inc');
# @tvdl-content
var vuln_data = {
'metadata': {'spec_version': '1.0'},
'checks': [
{
'product': {'name': 'Tenable Nessus', 'type': 'app'},
'check_algorithm': 'default',
'requires': [
{'scope': 'target', 'match': {'os': 'windows'}}
],
'constraints': [
{'max_version': '10.11.3', 'fixed_display': '10.11.4 / 10.12.0'}
]
}
]
};
var vdf_result = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result:vdf_result);
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