| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2022-32168 | 28 Sep 202212:33 | – | circl | |
| Notepad++ 代码问题漏洞 | 28 Sep 202200:00 | – | cnnvd | |
| CVE-2022-32168 | 28 Sep 202209:00 | – | cve | |
| CVE-2022-32168 notepad-plus-plus - DLL Hijacking | 28 Sep 202209:00 | – | cvelist | |
| EUVD-2022-53398 | 3 Oct 202520:07 | – | euvd | |
| CVE-2022-32168 | 28 Sep 202209:15 | – | nvd | |
| Notepad++ DLL Hijacking Vulnerability (Sep 2022) | 30 Sep 202200:00 | – | openvas | |
| CVE-2022-32168 | 28 Sep 202209:15 | – | osv | |
| Code injection | 28 Sep 202209:15 | – | prion | |
| PT-2022-21130 · Microsoft · Uxtheme.Dll | 28 Sep 202200:00 | – | ptsecurity |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(208192);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/09/22");
script_cve_id("CVE-2022-32168");
script_name(english:"Notepad++ < 8.4.1 DLL hijacking vulnerability");
script_set_attribute(attribute:"synopsis", value:
"The text editor on the remote Windows host is affected by DLL hijacking");
script_set_attribute(attribute:"description", value:
"Notepad++ versions 8.4.1 and before are vulnerable to DLL hijacking where an attacker can replace the vulnerable
dll (UxTheme.dll) with his own dll and run arbitrary code in the context of Notepad++.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://nvd.nist.gov/vuln/detail/CVE-2022-32168");
script_set_attribute(attribute:"solution", value:
"Upgrade to Notepad++ 8.4.1 or later.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2022-32168");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/09/28");
script_set_attribute(attribute:"patch_publication_date", value:"2022/09/28");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/10/04");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:notepad-plus-plus:notepad\+\+");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2024-2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("notepad_plus_plus_win_installed.nbin");
script_require_keys("installed_sw/Notepad++", "SMB/Registry/Enumerated");
exit(0);
}
include('vcf.inc');
get_kb_item_or_exit('SMB/Registry/Enumerated');
var app_info = vcf::get_app_info(app:'Notepad++', win_local:true);
var constraints = [{'fixed_version':'8.4.1'}];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_HOLE
);
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