| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2022-23748 | 17 Nov 202200:00 | – | attackerkb | |
| The vulnerability of the mDNSResponder.exe executable software used for configuring and managing Dante-enabled Zoom Rooms allows a attacker to load arbitrary files. | 8 Feb 202300:00 | – | bdu_fstec | |
| CVE-2022-23748 | 18 Nov 202202:18 | – | circl | |
| Dante Discovery Process Control Vulnerability | 6 Feb 202500:00 | – | cisa_kev | |
| CISA Adds Five Known Exploited Vulnerabilities to Catalog | 6 Feb 202512:00 | – | cisa | |
| Zoom Rooms 代码问题漏洞 | 17 Nov 202200:00 | – | cnnvd | |
| CVE-2022-23748 | 17 Nov 202200:00 | – | cve | |
| CVE-2022-23748 | 17 Nov 202200:00 | – | cvelist | |
| CVE-2022-23748 | 17 Nov 202223:15 | – | nvd | |
| CVE-2022-23748 | 17 Nov 202223:15 | – | osv |
| 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(241293);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/07/03");
script_cve_id("CVE-2022-23748");
script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2025/02/27");
script_name(english:"Dante Discovery < 1.2.1");
script_set_attribute(attribute:"synopsis", value:
"The version of Dante Discovery installed on the remote Windows host is affected by a vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Dante Discovery installed on the remote Windows host is prior to 1.2.1. It is, therefore, affected by
a vulnerability. mDNSResponder.exe is vulnerable to DLL Sideloading attack. Executable improperly specifies how to load
the DLL, from which folder and under what conditions. In these scenarios, a malicious attacker could be using the valid
and legitimate executable to load malicious files.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://www.getdante.com/support/faq/audinate-response-to-dante-discovery-mdnsresponder-exe-security-issue-cve-2022-23748/
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?62b5c3fc");
script_set_attribute(attribute:"solution", value:
"Upgrade to Dante Discovery version 1.2.1 or later.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A: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_attribute(attribute:"cvss_score_source", value:"CVE-2022-23748");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/12/07");
script_set_attribute(attribute:"patch_publication_date", value:"2022/12/07");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/07/03");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:dante:discovery");
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) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("dante_discovery_win_installed.nbin");
script_require_keys("SMB/Registry/Enumerated", "installed_sw/Dante Discovery");
exit(0);
}
include('vcf.inc');
var app_info = vcf::get_app_info(app:'Dante Discovery', win_local:true);
# patch available for 1.2.0 and earlier, so require paranoia - for < fixed version
var constraints = [
{ 'fixed_version' : '1.2.1', 'fixed_display': 'See vendor advisory', 'require_paranoia' : true }
];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_WARNING
);
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