| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| The vulnerability of the NetWorker Management Console lies in the redirection of the URL to an unreliable website, allowing an attacker to disclose protected information. | 23 Jun 202500:00 | – | bdu_fstec | |
| CVE-2025-21104 | 13 Mar 202515:37 | – | circl | |
| Dell NetWorker 输入验证错误漏洞 | 13 Mar 202500:00 | – | cnnvd | |
| Dell NetWorker Open Redirect Vulnerability | 24 Mar 202500:00 | – | cnvd | |
| CVE-2025-21104 | 13 Mar 202511:42 | – | cve | |
| CVE-2025-21104 | 13 Mar 202511:42 | – | cvelist | |
| EUVD-2025-6406 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-21104 | 13 Mar 202512:15 | – | nvd | |
| CVE-2025-21104 | 13 Mar 202512:15 | – | osv | |
| PT-2025-11167 · Dell · Dell Networker | 13 Mar 202500:00 | – | ptsecurity |
| 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(232852);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/03/21");
script_cve_id("CVE-2025-21104");
script_xref(name:"IAVA", value:"2025-A-0185");
script_name(english:"Dell EMC NetWorker Open Redirect (DSA-2025-124)");
script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has an application installed that is affected by an open redirect vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Dell EMC NetWorker installed on the remote Windows host is affected by an Open Redirect Vulnerability
in NMC. An unauthenticated attacker with remoter access could potentially exploit this vulnerability, leading to a
targeted application user being redirected to arbitrary web URLs. The vulnerability could be leveraged by attackers to
conduct phishing attacks that cause users to divulge sensitive information.
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/000294392/dsa-2025-124-security-update-for-dell-networker-management-console-for-http-host-header-injection-vulnerability
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?15bdf940");
script_set_attribute(attribute:"solution", value:
"Upgrade to Dell EMC NetWorker 19.11.0.4 or later or see vendor advisory.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-21104");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/03/13");
script_set_attribute(attribute:"patch_publication_date", value:"2025/03/13");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/03/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.11.0.4' },
{ 'equal': '19.12', 'fixed_display' : 'See vendor advisory' }
];
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