| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2025-21103 | 17 Feb 202513:54 | – | circl | |
| Dell NetWorker Management Console 安全漏洞 | 17 Feb 202500:00 | – | cnnvd | |
| Dell NetWorker Management Console Server-Side Arbitrary Code Execution Vulnerability | 21 Feb 202500:00 | – | cnvd | |
| CVE-2025-21103 | 17 Feb 202513:53 | – | cve | |
| CVE-2025-21103 | 17 Feb 202513:53 | – | cvelist | |
| EUVD-2025-4866 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-21103 | 17 Feb 202514:15 | – | nvd | |
| PT-2025-6923 · Dell · Dell Networker Management Console | 17 Feb 202500:00 | – | ptsecurity | |
| CVE-2025-21103 | 19 Feb 202514:19 | – | redhatcve | |
| CVE-2025-21103 | 17 Feb 202513:53 | – | vulnrichment |
| 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(216479);
script_version("1.5");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/03/21");
script_cve_id("CVE-2025-21103");
script_xref(name:"IAVA", value:"2025-A-0119-S");
script_name(english:"Dell EMC NetWorker Multiple Vulnerabilities (DSA-2025-095)");
script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has an application installed that is affected by an arbitrary code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Dell EMC NetWorker installed on the remote Windows host is prior to 19.4.0.2. It is, therefore,
affected by an arbitrary code execution vulnerability. Dell NetWorker Management Console, version(s) 19.11 through
19.11.0.3 & Versions prior to 19.10.0.7 contain(s) an improper neutralization of server-side vulnerability. An
unauthenticated attacker with local access could potentially exploit this vulnerability and run arbitrary code
on the server.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://www.dell.com/support/kbdoc/en-us/000286268/dsa-2025-095-security-update-for-dell-networker-management-console-vulnerability
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?382652a6");
script_set_attribute(attribute:"solution", value:
"Upgrade to Dell EMC NetWorker 19.10.0.7, 19.11.0.3 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:U/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:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-21103");
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:"2025/02/17");
script_set_attribute(attribute:"patch_publication_date", value:"2025/02/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/02/19");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:dell:emc_networker");
script_set_attribute(attribute:"stig_severity", value:"I");
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("emc_networker_installed.nasl");
script_require_keys("installed_sw/EMC NetWorker");
script_require_ports(139, 445);
exit(0);
}
include('vcf.inc');
get_kb_item_or_exit('SMB/Registry/Enumerated');
var app_info = vcf::get_app_info(app:'EMC NetWorker', win_local:TRUE);
if (app_info['Management Console Installed'] == FALSE)
audit(AUDIT_INST_PATH_NOT_VULN, 'EMC NetWorker', app_info.version, app_info.path);
var constraints = [
{ 'fixed_version' : '19.10.0.7' },
{ 'min_version': '19.11.0', 'fixed_version' : '19.11.0.3' }
];
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