Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-40001 (GCVE-0-2025-40001)
Vulnerability from cvelistv5 – Published: 2025-10-18 08:03 – Updated: 2026-05-11 21:40
VLAI
EPSS
Title
scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
Summary
In the Linux kernel, the following vulnerability has been resolved:
scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
During the detaching of Marvell's SAS/SATA controller, the original code
calls cancel_delayed_work() in mvs_free() to cancel the delayed work
item mwq->work_q. However, if mwq->work_q is already running, the
cancel_delayed_work() may fail to cancel it. This can lead to
use-after-free scenarios where mvs_free() frees the mvs_info while
mvs_work_queue() is still executing and attempts to access the
already-freed mvs_info.
A typical race condition is illustrated below:
CPU 0 (remove) | CPU 1 (delayed work callback)
mvs_pci_remove() |
mvs_free() | mvs_work_queue()
cancel_delayed_work() |
kfree(mvi) |
| mvi-> // UAF
Replace cancel_delayed_work() with cancel_delayed_work_sync() to ensure
that the delayed work item is properly canceled and any executing
delayed work item completes before the mvs_info is deallocated.
This bug was found by static analysis.
Severity
No CVSS data available.
Assigner
References
8 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
20b09c2992fefbe78f8cede7b404fb143a413c52 , < a6f68f219d4d4b92d7c781708d4afc4cc42961ec
(git)
Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < aacd1777d4a795c387a20b9ca776e2c1225d05d7 (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < 6ba7e73cafd155a5d3abf560d315f0bab2b9d89f (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < c2c35cb2a31844f84f21ab364b38b4309d756d42 (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < 3c90f583d679c81a5a607a6ae0051251b6dee35b (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < 00d3af40b158ebf7c7db2b3bbb1598a54bf28127 (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < feb946d2fc9dc754bf3d594d42cd228860ff8647 (git) Affected: 20b09c2992fefbe78f8cede7b404fb143a413c52 , < 60cd16a3b7439ccb699d0bf533799eeb894fd217 (git) |
|
| Linux | Linux |
Affected:
2.6.31
Unaffected: 0 , < 2.6.31 (semver) Unaffected: 5.4.301 , ≤ 5.4.* (semver) Unaffected: 5.10.246 , ≤ 5.10.* (semver) Unaffected: 5.15.195 , ≤ 5.15.* (semver) Unaffected: 6.1.157 , ≤ 6.1.* (semver) Unaffected: 6.6.113 , ≤ 6.6.* (semver) Unaffected: 6.12.54 , ≤ 6.12.* (semver) Unaffected: 6.17.4 , ≤ 6.17.* (semver) Unaffected: 6.18 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/scsi/mvsas/mv_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "a6f68f219d4d4b92d7c781708d4afc4cc42961ec",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "aacd1777d4a795c387a20b9ca776e2c1225d05d7",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "6ba7e73cafd155a5d3abf560d315f0bab2b9d89f",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "c2c35cb2a31844f84f21ab364b38b4309d756d42",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "3c90f583d679c81a5a607a6ae0051251b6dee35b",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "00d3af40b158ebf7c7db2b3bbb1598a54bf28127",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "feb946d2fc9dc754bf3d594d42cd228860ff8647",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
},
{
"lessThan": "60cd16a3b7439ccb699d0bf533799eeb894fd217",
"status": "affected",
"version": "20b09c2992fefbe78f8cede7b404fb143a413c52",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/scsi/mvsas/mv_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.31"
},
{
"lessThan": "2.6.31",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.301",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.246",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.195",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.157",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.113",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.54",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.17.*",
"status": "unaffected",
"version": "6.17.4",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.18",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.4.301",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.246",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.195",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.157",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.113",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.54",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17.4",
"versionStartIncluding": "2.6.31",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18",
"versionStartIncluding": "2.6.31",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mvsas: Fix use-after-free bugs in mvs_work_queue\n\nDuring the detaching of Marvell\u0027s SAS/SATA controller, the original code\ncalls cancel_delayed_work() in mvs_free() to cancel the delayed work\nitem mwq-\u003ework_q. However, if mwq-\u003ework_q is already running, the\ncancel_delayed_work() may fail to cancel it. This can lead to\nuse-after-free scenarios where mvs_free() frees the mvs_info while\nmvs_work_queue() is still executing and attempts to access the\nalready-freed mvs_info.\n\nA typical race condition is illustrated below:\n\nCPU 0 (remove) | CPU 1 (delayed work callback)\nmvs_pci_remove() |\n mvs_free() | mvs_work_queue()\n cancel_delayed_work() |\n kfree(mvi) |\n | mvi-\u003e // UAF\n\nReplace cancel_delayed_work() with cancel_delayed_work_sync() to ensure\nthat the delayed work item is properly canceled and any executing\ndelayed work item completes before the mvs_info is deallocated.\n\nThis bug was found by static analysis."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:40:33.447Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/a6f68f219d4d4b92d7c781708d4afc4cc42961ec"
},
{
"url": "https://git.kernel.org/stable/c/aacd1777d4a795c387a20b9ca776e2c1225d05d7"
},
{
"url": "https://git.kernel.org/stable/c/6ba7e73cafd155a5d3abf560d315f0bab2b9d89f"
},
{
"url": "https://git.kernel.org/stable/c/c2c35cb2a31844f84f21ab364b38b4309d756d42"
},
{
"url": "https://git.kernel.org/stable/c/3c90f583d679c81a5a607a6ae0051251b6dee35b"
},
{
"url": "https://git.kernel.org/stable/c/00d3af40b158ebf7c7db2b3bbb1598a54bf28127"
},
{
"url": "https://git.kernel.org/stable/c/feb946d2fc9dc754bf3d594d42cd228860ff8647"
},
{
"url": "https://git.kernel.org/stable/c/60cd16a3b7439ccb699d0bf533799eeb894fd217"
}
],
"title": "scsi: mvsas: Fix use-after-free bugs in mvs_work_queue",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-40001",
"datePublished": "2025-10-18T08:03:21.935Z",
"dateReserved": "2025-04-16T07:20:57.151Z",
"dateUpdated": "2026-05-11T21:40:33.447Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-40001",
"date": "2026-06-27",
"epss": "0.00236",
"percentile": "0.14504"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-40001\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-18T08:15:34.130\",\"lastModified\":\"2025-10-29T14:15:52.370\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: mvsas: Fix use-after-free bugs in mvs_work_queue\\n\\nDuring the detaching of Marvell\u0027s SAS/SATA controller, the original code\\ncalls cancel_delayed_work() in mvs_free() to cancel the delayed work\\nitem mwq-\u003ework_q. However, if mwq-\u003ework_q is already running, the\\ncancel_delayed_work() may fail to cancel it. This can lead to\\nuse-after-free scenarios where mvs_free() frees the mvs_info while\\nmvs_work_queue() is still executing and attempts to access the\\nalready-freed mvs_info.\\n\\nA typical race condition is illustrated below:\\n\\nCPU 0 (remove) | CPU 1 (delayed work callback)\\nmvs_pci_remove() |\\n mvs_free() | mvs_work_queue()\\n cancel_delayed_work() |\\n kfree(mvi) |\\n | mvi-\u003e // UAF\\n\\nReplace cancel_delayed_work() with cancel_delayed_work_sync() to ensure\\nthat the delayed work item is properly canceled and any executing\\ndelayed work item completes before the mvs_info is deallocated.\\n\\nThis bug was found by static analysis.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/00d3af40b158ebf7c7db2b3bbb1598a54bf28127\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3c90f583d679c81a5a607a6ae0051251b6dee35b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/60cd16a3b7439ccb699d0bf533799eeb894fd217\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6ba7e73cafd155a5d3abf560d315f0bab2b9d89f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a6f68f219d4d4b92d7c781708d4afc4cc42961ec\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/aacd1777d4a795c387a20b9ca776e2c1225d05d7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c2c35cb2a31844f84f21ab364b38b4309d756d42\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/feb946d2fc9dc754bf3d594d42cd228860ff8647\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
WID-SEC-W-2025-2340
Vulnerability from csaf_certbund - Published: 2025-10-19 22:00 - Updated: 2026-05-11 22:00Summary
Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuführen oder andere nicht näher spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
References
62 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder andere nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2340 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2340.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2340 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2340"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4393-1 vom 2025-12-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023538.html"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40001",
"url": "https://lore.kernel.org/linux-cve-announce/2025101826-CVE-2025-40001-76a0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40002",
"url": "https://lore.kernel.org/linux-cve-announce/2025101828-CVE-2025-40002-a9c1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40003",
"url": "https://lore.kernel.org/linux-cve-announce/2025101829-CVE-2025-40003-cc34@gregkh/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15671-1 vom 2025-10-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CE44EQUDGYUJH4U6WXJDQU42FYQWVI53/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-114 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-114.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6053 vom 2025-11-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00219.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4379 vom 2025-11-25",
"url": "https://lists.debian.org/debian-lts-announce/2025/11/msg00022.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28040 vom 2025-12-11",
"url": "http://linux.oracle.com/errata/ELSA-2025-28040.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4404 vom 2025-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00015.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-28049.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28048 vom 2025-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-28048.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4422-1 vom 2025-12-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023573.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4505-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3D5W2444LYTUJVXYGB63LTMU25GRLRJR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4515-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023647.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4516-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023646.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4517-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023649.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4521-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023651.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20012-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023715.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20015-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023727.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20021-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023723.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20039-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023767.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20059-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023751.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50071 vom 2026-01-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-50071.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50100 vom 2026-02-10",
"url": "http://linux.oracle.com/errata/ELSA-2026-50100.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8030-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8030-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20334-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024161.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8029-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8029-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8048-1 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8048-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8029-1 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8029-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2026-112 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2026-112.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8029-3 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8029-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20478-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024408.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20473-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024411.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20496-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024477.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20519-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024456.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20562-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024577.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8100-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8100-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-2 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-3 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-4 vom 2026-03-23",
"url": "https://ubuntu.com/security/notices/USN-8095-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8126-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8126-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8125-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8125-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-5 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8095-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8141-1 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8141-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8163-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8165-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8165-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-2 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8163-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8243-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8243-1"
},
{
"category": "external",
"summary": "Dell Security Advisory",
"url": "https://www.dell.com/support/kbdoc/en-us/000462117/dsa-2026-047-security-update-for-dell-ecs-and-objectscale-multiple-vulnerabilities-1"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2026-05-11T22:00:00.000+00:00",
"generator": {
"date": "2026-05-12T08:31:13.697+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2340",
"initial_release_date": "2025-10-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian und Oracle Linux aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-23T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "35"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.8.1.0-3.8.1.7",
"product": {
"name": "Dell ECS 3.8.1.0-3.8.1.7",
"product_id": "T053778",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7"
}
}
}
],
"category": "product_name",
"name": "ECS"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T028463",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:unspecified"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40001",
"product_status": {
"known_affected": [
"T028463",
"2951",
"T002207",
"T000126",
"T027843",
"T053778",
"398363",
"T004914"
]
},
"release_date": "2025-10-19T22:00:00.000+00:00",
"title": "CVE-2025-40001"
},
{
"cve": "CVE-2025-40002",
"product_status": {
"known_affected": [
"T028463",
"2951",
"T002207",
"T000126",
"T027843",
"T053778",
"398363",
"T004914"
]
},
"release_date": "2025-10-19T22:00:00.000+00:00",
"title": "CVE-2025-40002"
},
{
"cve": "CVE-2025-40003",
"product_status": {
"known_affected": [
"T028463",
"2951",
"T002207",
"T000126",
"T027843",
"T053778",
"398363",
"T004914"
]
},
"release_date": "2025-10-19T22:00:00.000+00:00",
"title": "CVE-2025-40003"
},
{
"cve": "CVE-2025-40004",
"product_status": {
"known_affected": [
"T028463",
"2951",
"T002207",
"T000126",
"T027843",
"T053778",
"398363",
"T004914"
]
},
"release_date": "2025-10-19T22:00:00.000+00:00",
"title": "CVE-2025-40004"
}
]
}
WID-SEC-W-2026-0349
Vulnerability from csaf_certbund - Published: 2026-02-09 23:00 - Updated: 2026-03-16 23:00Summary
Dell Avamar und NetWorker: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Avamar ist eine Backup und Recovery Lösung von Dell.
Dell NetWorker stellt zentralisiert Backup- und Recovery-Dienste bereit.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Dell Avamar und Dell NetWorker ausnutzen, um Angriffe zu starten, die die Integrität, Vertraulichkeit und Verfügbarkeit von Systemen beeinträchtigen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar Virtual Edition <19.10
Dell / Avamar
|
Virtual Edition <19.10 | ||
|
Dell NetWorker Virtual Edition <19.10
Dell / NetWorker
|
Virtual Edition <19.10 | ||
|
Dell Avamar Virtual Edition <19.10-SP1
Dell / Avamar
|
Virtual Edition <19.10-SP1 | ||
|
Dell NetWorker Virtual Edition <19.9
Dell / NetWorker
|
Virtual Edition <19.9 | ||
|
Dell Avamar NDMP Accelerator <19.12
Dell / Avamar
|
NDMP Accelerator <19.12 | ||
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Dell Avamar Virtual Edition <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Virtual Edition <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.11
Dell / NetWorker
|
Virtual Edition <19.11 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10-SP1
Dell / Avamar
|
VMware Image Backup Proxy <19.10-SP1 | ||
|
Dell Avamar Virtual Edition <19.12,
Dell / Avamar
|
Virtual Edition <19.12, | ||
|
Dell Avamar VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
VMware Image Backup Proxy <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.9 OS Security Rollup 2025R4 | ||
|
Dell Avamar VMware Image Backup Proxy <19.10
Dell / Avamar
|
VMware Image Backup Proxy <19.10 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10
Dell / Avamar
|
NDMP Accelerator <19.10 | ||
|
Dell Avamar NDMP Accelerator <19.10-SP1
Dell / Avamar
|
NDMP Accelerator <19.10-SP1 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.10-SP1
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.10-SP1 | ||
|
Dell Avamar VMware Image Backup Proxy <19.12
Dell / Avamar
|
VMware Image Backup Proxy <19.12 | ||
|
Dell Avamar Data Store Gen4T / Gen5A <19.12
Dell / Avamar
|
Data Store Gen4T / Gen5A <19.12 | ||
|
Dell Avamar NDMP Accelerator <19.9 OS Security Rollup 2025R4
Dell / Avamar
|
NDMP Accelerator <19.9 OS Security Rollup 2025R4 | ||
|
Dell NetWorker Virtual Edition <19.12 OS Security Rollup 2025R4
Dell / NetWorker
|
Virtual Edition <19.12 OS Security Rollup 2025R4 |
References
4 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Avamar ist eine Backup und Recovery L\u00f6sung von Dell.\r\nDell NetWorker stellt zentralisiert Backup- und Recovery-Dienste bereit.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell Avamar und Dell NetWorker ausnutzen, um Angriffe zu starten, die die Integrit\u00e4t, Vertraulichkeit und Verf\u00fcgbarkeit von Systemen beeintr\u00e4chtigen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0349 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0349.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0349 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0349"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-072 vom 2026-02-09",
"url": "https://www.dell.com/support/kbdoc/de-de/000425769/dsa-2026-072-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-multiple-third-party-vulnerabilities"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-114 vom 2026-03-17",
"url": "https://www.dell.com/support/kbdoc/000436206"
}
],
"source_lang": "en-US",
"title": "Dell Avamar und NetWorker: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-16T23:00:00.000+00:00",
"generator": {
"date": "2026-03-17T09:58:04.322+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0349",
"initial_release_date": "2026-02-09T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Data Store Gen4T / Gen5A \u003c19.12",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A \u003c19.12",
"product_id": "T050647"
}
},
{
"category": "product_version",
"name": "Data Store Gen4T / Gen5A 19.12",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A 19.12",
"product_id": "T050647-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:data_store_gen4t__gen5a__19.12"
}
}
},
{
"category": "product_version_range",
"name": "Data Store Gen4T / Gen5A \u003c19.10-SP1",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A \u003c19.10-SP1",
"product_id": "T050648"
}
},
{
"category": "product_version",
"name": "Data Store Gen4T / Gen5A 19.10-SP1",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A 19.10-SP1",
"product_id": "T050648-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:data_store_gen4t__gen5a__19.10-sp1"
}
}
},
{
"category": "product_version_range",
"name": "Data Store Gen4T / Gen5A \u003c19.10",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A \u003c19.10",
"product_id": "T050649"
}
},
{
"category": "product_version",
"name": "Data Store Gen4T / Gen5A 19.10",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A 19.10",
"product_id": "T050649-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:data_store_gen4t__gen5a__19.10"
}
}
},
{
"category": "product_version_range",
"name": "Data Store Gen4T / Gen5A \u003c19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A \u003c19.9 OS Security Rollup 2025R4",
"product_id": "T050650"
}
},
{
"category": "product_version",
"name": "Data Store Gen4T / Gen5A 19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar Data Store Gen4T / Gen5A 19.9 OS Security Rollup 2025R4",
"product_id": "T050650-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:data_store_gen4t__gen5a__19.9_os_security_rollup_2025r4"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.12,",
"product": {
"name": "Dell Avamar Virtual Edition \u003c19.12,",
"product_id": "T050651"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.12,",
"product": {
"name": "Dell Avamar Virtual Edition 19.12,",
"product_id": "T050651-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:virtual_edition__19.12"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.10-SP1",
"product": {
"name": "Dell Avamar Virtual Edition \u003c19.10-SP1",
"product_id": "T050652"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.10-SP1",
"product": {
"name": "Dell Avamar Virtual Edition 19.10-SP1",
"product_id": "T050652-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:virtual_edition__19.10-sp1"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.10",
"product": {
"name": "Dell Avamar Virtual Edition \u003c19.10",
"product_id": "T050653"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.10",
"product": {
"name": "Dell Avamar Virtual Edition 19.10",
"product_id": "T050653-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:virtual_edition__19.10"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar Virtual Edition \u003c19.9 OS Security Rollup 2025R4",
"product_id": "T050654"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar Virtual Edition 19.9 OS Security Rollup 2025R4",
"product_id": "T050654-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:virtual_edition__19.9_os_security_rollup_2025r4"
}
}
},
{
"category": "product_version_range",
"name": "NDMP Accelerator \u003c19.12",
"product": {
"name": "Dell Avamar NDMP Accelerator \u003c19.12",
"product_id": "T050655"
}
},
{
"category": "product_version",
"name": "NDMP Accelerator 19.12",
"product": {
"name": "Dell Avamar NDMP Accelerator 19.12",
"product_id": "T050655-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:ndmp_accelerator__19.12"
}
}
},
{
"category": "product_version_range",
"name": "NDMP Accelerator \u003c19.10-SP1",
"product": {
"name": "Dell Avamar NDMP Accelerator \u003c19.10-SP1",
"product_id": "T050656"
}
},
{
"category": "product_version",
"name": "NDMP Accelerator 19.10-SP1",
"product": {
"name": "Dell Avamar NDMP Accelerator 19.10-SP1",
"product_id": "T050656-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:ndmp_accelerator__19.10-sp1"
}
}
},
{
"category": "product_version_range",
"name": "NDMP Accelerator \u003c19.10",
"product": {
"name": "Dell Avamar NDMP Accelerator \u003c19.10",
"product_id": "T050657"
}
},
{
"category": "product_version",
"name": "NDMP Accelerator 19.10",
"product": {
"name": "Dell Avamar NDMP Accelerator 19.10",
"product_id": "T050657-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:ndmp_accelerator__19.10"
}
}
},
{
"category": "product_version_range",
"name": "NDMP Accelerator \u003c19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar NDMP Accelerator \u003c19.9 OS Security Rollup 2025R4",
"product_id": "T050658"
}
},
{
"category": "product_version",
"name": "NDMP Accelerator 19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar NDMP Accelerator 19.9 OS Security Rollup 2025R4",
"product_id": "T050658-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:ndmp_accelerator__19.9_os_security_rollup_2025r4"
}
}
},
{
"category": "product_version_range",
"name": "VMware Image Backup Proxy \u003c19.12",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy \u003c19.12",
"product_id": "T050659"
}
},
{
"category": "product_version",
"name": "VMware Image Backup Proxy 19.12",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy 19.12",
"product_id": "T050659-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:vmware_image_backup_proxy__19.12"
}
}
},
{
"category": "product_version_range",
"name": "VMware Image Backup Proxy \u003c19.10-SP1",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy \u003c19.10-SP1",
"product_id": "T050660"
}
},
{
"category": "product_version",
"name": "VMware Image Backup Proxy 19.10-SP1",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy 19.10-SP1",
"product_id": "T050660-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:vmware_image_backup_proxy__19.10-sp1"
}
}
},
{
"category": "product_version_range",
"name": "VMware Image Backup Proxy \u003c19.10",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy \u003c19.10",
"product_id": "T050661"
}
},
{
"category": "product_version",
"name": "VMware Image Backup Proxy 19.10",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy 19.10",
"product_id": "T050661-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:vmware_image_backup_proxy__19.10"
}
}
},
{
"category": "product_version_range",
"name": "VMware Image Backup Proxy \u003c19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy \u003c19.9 OS Security Rollup 2025R4",
"product_id": "T050662"
}
},
{
"category": "product_version",
"name": "VMware Image Backup Proxy 19.9 OS Security Rollup 2025R4",
"product": {
"name": "Dell Avamar VMware Image Backup Proxy 19.9 OS Security Rollup 2025R4",
"product_id": "T050662-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:vmware_image_backup_proxy___19.9_os_security_rollup_2025r4"
}
}
}
],
"category": "product_name",
"name": "Avamar"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.9",
"product": {
"name": "Dell NetWorker Virtual Edition \u003c19.9",
"product_id": "T050663"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.9",
"product": {
"name": "Dell NetWorker Virtual Edition 19.9",
"product_id": "T050663-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition__19.9"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.10",
"product": {
"name": "Dell NetWorker Virtual Edition \u003c19.10",
"product_id": "T050664"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.10",
"product": {
"name": "Dell NetWorker Virtual Edition 19.10",
"product_id": "T050664-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition__19.10"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.11",
"product": {
"name": "Dell NetWorker Virtual Edition \u003c19.11",
"product_id": "T050665"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.11",
"product": {
"name": "Dell NetWorker Virtual Edition 19.11",
"product_id": "T050665-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition__19.11"
}
}
},
{
"category": "product_version_range",
"name": "Virtual Edition \u003c19.12 OS Security Rollup 2025R4",
"product": {
"name": "Dell NetWorker Virtual Edition \u003c19.12 OS Security Rollup 2025R4",
"product_id": "T050669"
}
},
{
"category": "product_version",
"name": "Virtual Edition 19.12 OS Security Rollup 2025R4",
"product": {
"name": "Dell NetWorker Virtual Edition 19.12 OS Security Rollup 2025R4",
"product_id": "T050669-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition__19.12_os_security_rollup_2025r4"
}
}
},
{
"category": "product_version_range",
"name": "vProxy \u003c19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy \u003c19.13.0.3",
"product_id": "T051763"
}
},
{
"category": "product_version",
"name": "vProxy 19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy 19.13.0.3",
"product_id": "T051763-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.13.0.3"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4460",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2021-4460"
},
{
"cve": "CVE-2022-48631",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-48631"
},
{
"cve": "CVE-2022-50233",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50233"
},
{
"cve": "CVE-2022-50235",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50235"
},
{
"cve": "CVE-2022-50236",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50236"
},
{
"cve": "CVE-2022-50242",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50242"
},
{
"cve": "CVE-2022-50244",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50244"
},
{
"cve": "CVE-2022-50249",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50249"
},
{
"cve": "CVE-2022-50252",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50252"
},
{
"cve": "CVE-2022-50253",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50253"
},
{
"cve": "CVE-2022-50257",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50257"
},
{
"cve": "CVE-2022-50258",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50258"
},
{
"cve": "CVE-2022-50265",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50265"
},
{
"cve": "CVE-2022-50266",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50266"
},
{
"cve": "CVE-2022-50271",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50271"
},
{
"cve": "CVE-2022-50272",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50272"
},
{
"cve": "CVE-2022-50278",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50278"
},
{
"cve": "CVE-2022-50280",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50280"
},
{
"cve": "CVE-2022-50282",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50282"
},
{
"cve": "CVE-2022-50285",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50285"
},
{
"cve": "CVE-2022-50288",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50288"
},
{
"cve": "CVE-2022-50289",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50289"
},
{
"cve": "CVE-2022-50291",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50291"
},
{
"cve": "CVE-2022-50293",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50293"
},
{
"cve": "CVE-2022-50294",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50294"
},
{
"cve": "CVE-2022-50297",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50297"
},
{
"cve": "CVE-2022-50299",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50299"
},
{
"cve": "CVE-2022-50304",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50304"
},
{
"cve": "CVE-2022-50311",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50311"
},
{
"cve": "CVE-2022-50312",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50312"
},
{
"cve": "CVE-2022-50321",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50321"
},
{
"cve": "CVE-2022-50327",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50327"
},
{
"cve": "CVE-2022-50330",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50330"
},
{
"cve": "CVE-2022-50344",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50344"
},
{
"cve": "CVE-2022-50346",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50346"
},
{
"cve": "CVE-2022-50349",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50349"
},
{
"cve": "CVE-2022-50350",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50350"
},
{
"cve": "CVE-2022-50351",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50351"
},
{
"cve": "CVE-2022-50352",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50352"
},
{
"cve": "CVE-2022-50356",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50356"
},
{
"cve": "CVE-2022-50359",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50359"
},
{
"cve": "CVE-2022-50364",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50364"
},
{
"cve": "CVE-2022-50365",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50365"
},
{
"cve": "CVE-2022-50367",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50367"
},
{
"cve": "CVE-2022-50368",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50368"
},
{
"cve": "CVE-2022-50372",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50372"
},
{
"cve": "CVE-2022-50375",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50375"
},
{
"cve": "CVE-2022-50381",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50381"
},
{
"cve": "CVE-2022-50385",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50385"
},
{
"cve": "CVE-2022-50386",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50386"
},
{
"cve": "CVE-2022-50389",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50389"
},
{
"cve": "CVE-2022-50394",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50394"
},
{
"cve": "CVE-2022-50395",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50395"
},
{
"cve": "CVE-2022-50396",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50396"
},
{
"cve": "CVE-2022-50401",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50401"
},
{
"cve": "CVE-2022-50402",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50402"
},
{
"cve": "CVE-2022-50405",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50405"
},
{
"cve": "CVE-2022-50406",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50406"
},
{
"cve": "CVE-2022-50408",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50408"
},
{
"cve": "CVE-2022-50409",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50409"
},
{
"cve": "CVE-2022-50410",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50410"
},
{
"cve": "CVE-2022-50411",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50411"
},
{
"cve": "CVE-2022-50414",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50414"
},
{
"cve": "CVE-2022-50419",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50419"
},
{
"cve": "CVE-2022-50422",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50422"
},
{
"cve": "CVE-2022-50423",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50423"
},
{
"cve": "CVE-2022-50432",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50432"
},
{
"cve": "CVE-2022-50434",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50434"
},
{
"cve": "CVE-2022-50435",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50435"
},
{
"cve": "CVE-2022-50440",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50440"
},
{
"cve": "CVE-2022-50443",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50443"
},
{
"cve": "CVE-2022-50456",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50456"
},
{
"cve": "CVE-2022-50459",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50459"
},
{
"cve": "CVE-2022-50460",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50460"
},
{
"cve": "CVE-2022-50470",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50470"
},
{
"cve": "CVE-2022-50481",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50481"
},
{
"cve": "CVE-2022-50485",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50485"
},
{
"cve": "CVE-2022-50493",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50493"
},
{
"cve": "CVE-2022-50494",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50494"
},
{
"cve": "CVE-2022-50496",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50496"
},
{
"cve": "CVE-2022-50501",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50501"
},
{
"cve": "CVE-2022-50504",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50504"
},
{
"cve": "CVE-2022-50505",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50505"
},
{
"cve": "CVE-2022-50509",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50509"
},
{
"cve": "CVE-2022-50516",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50516"
},
{
"cve": "CVE-2022-50532",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50532"
},
{
"cve": "CVE-2022-50534",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50534"
},
{
"cve": "CVE-2022-50536",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50536"
},
{
"cve": "CVE-2022-50537",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50537"
},
{
"cve": "CVE-2022-50542",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50542"
},
{
"cve": "CVE-2022-50544",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50544"
},
{
"cve": "CVE-2022-50545",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50545"
},
{
"cve": "CVE-2022-50549",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50549"
},
{
"cve": "CVE-2022-50551",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50551"
},
{
"cve": "CVE-2022-50563",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50563"
},
{
"cve": "CVE-2022-50564",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50564"
},
{
"cve": "CVE-2022-50569",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50569"
},
{
"cve": "CVE-2022-50571",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50571"
},
{
"cve": "CVE-2022-50578",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50578"
},
{
"cve": "CVE-2022-50581",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2022-50581"
},
{
"cve": "CVE-2023-53147",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53147"
},
{
"cve": "CVE-2023-53148",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53148"
},
{
"cve": "CVE-2023-53149",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53149"
},
{
"cve": "CVE-2023-53150",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53150"
},
{
"cve": "CVE-2023-53151",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53151"
},
{
"cve": "CVE-2023-53153",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53153"
},
{
"cve": "CVE-2023-53165",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53165"
},
{
"cve": "CVE-2023-53174",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53174"
},
{
"cve": "CVE-2023-53176",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53176"
},
{
"cve": "CVE-2023-53178",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53178"
},
{
"cve": "CVE-2023-53183",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53183"
},
{
"cve": "CVE-2023-53185",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53185"
},
{
"cve": "CVE-2023-53188",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53188"
},
{
"cve": "CVE-2023-53189",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53189"
},
{
"cve": "CVE-2023-53191",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53191"
},
{
"cve": "CVE-2023-53199",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53199"
},
{
"cve": "CVE-2023-53201",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53201"
},
{
"cve": "CVE-2023-53204",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53204"
},
{
"cve": "CVE-2023-53213",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53213"
},
{
"cve": "CVE-2023-53215",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53215"
},
{
"cve": "CVE-2023-53226",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53226"
},
{
"cve": "CVE-2023-53229",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53229"
},
{
"cve": "CVE-2023-53245",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53245"
},
{
"cve": "CVE-2023-53246",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53246"
},
{
"cve": "CVE-2023-53248",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53248"
},
{
"cve": "CVE-2023-53250",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53250"
},
{
"cve": "CVE-2023-53254",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53254"
},
{
"cve": "CVE-2023-53265",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53265"
},
{
"cve": "CVE-2023-53270",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53270"
},
{
"cve": "CVE-2023-53271",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53271"
},
{
"cve": "CVE-2023-53272",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53272"
},
{
"cve": "CVE-2023-53277",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53277"
},
{
"cve": "CVE-2023-53280",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53280"
},
{
"cve": "CVE-2023-53282",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53282"
},
{
"cve": "CVE-2023-53288",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53288"
},
{
"cve": "CVE-2023-53289",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53289"
},
{
"cve": "CVE-2023-53292",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53292"
},
{
"cve": "CVE-2023-53295",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53295"
},
{
"cve": "CVE-2023-53298",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53298"
},
{
"cve": "CVE-2023-53299",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53299"
},
{
"cve": "CVE-2023-53302",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53302"
},
{
"cve": "CVE-2023-53305",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53305"
},
{
"cve": "CVE-2023-53307",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53307"
},
{
"cve": "CVE-2023-53308",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53308"
},
{
"cve": "CVE-2023-53309",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53309"
},
{
"cve": "CVE-2023-53313",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53313"
},
{
"cve": "CVE-2023-53317",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53317"
},
{
"cve": "CVE-2023-53321",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53321"
},
{
"cve": "CVE-2023-53322",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53322"
},
{
"cve": "CVE-2023-53326",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53326"
},
{
"cve": "CVE-2023-53331",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53331"
},
{
"cve": "CVE-2023-53332",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53332"
},
{
"cve": "CVE-2023-53333",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53333"
},
{
"cve": "CVE-2023-53335",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53335"
},
{
"cve": "CVE-2023-53338",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53338"
},
{
"cve": "CVE-2023-53339",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53339"
},
{
"cve": "CVE-2023-53344",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53344"
},
{
"cve": "CVE-2023-53348",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53348"
},
{
"cve": "CVE-2023-53357",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53357"
},
{
"cve": "CVE-2023-53365",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53365"
},
{
"cve": "CVE-2023-53368",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53368"
},
{
"cve": "CVE-2023-53369",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53369"
},
{
"cve": "CVE-2023-53373",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53373"
},
{
"cve": "CVE-2023-53380",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53380"
},
{
"cve": "CVE-2023-53384",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53384"
},
{
"cve": "CVE-2023-53393",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53393"
},
{
"cve": "CVE-2023-53395",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53395"
},
{
"cve": "CVE-2023-53397",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53397"
},
{
"cve": "CVE-2023-53400",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53400"
},
{
"cve": "CVE-2023-53427",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53427"
},
{
"cve": "CVE-2023-53431",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53431"
},
{
"cve": "CVE-2023-53433",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53433"
},
{
"cve": "CVE-2023-53436",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53436"
},
{
"cve": "CVE-2023-53438",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53438"
},
{
"cve": "CVE-2023-53441",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53441"
},
{
"cve": "CVE-2023-53446",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53446"
},
{
"cve": "CVE-2023-53451",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53451"
},
{
"cve": "CVE-2023-53456",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53456"
},
{
"cve": "CVE-2023-53476",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53476"
},
{
"cve": "CVE-2023-53477",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53477"
},
{
"cve": "CVE-2023-53484",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53484"
},
{
"cve": "CVE-2023-53499",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53499"
},
{
"cve": "CVE-2023-53506",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53506"
},
{
"cve": "CVE-2023-53512",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53512"
},
{
"cve": "CVE-2023-53517",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53517"
},
{
"cve": "CVE-2023-53519",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53519"
},
{
"cve": "CVE-2023-53521",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53521"
},
{
"cve": "CVE-2023-53526",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53526"
},
{
"cve": "CVE-2023-53530",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53530"
},
{
"cve": "CVE-2023-53533",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53533"
},
{
"cve": "CVE-2023-53540",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53540"
},
{
"cve": "CVE-2023-53542",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53542"
},
{
"cve": "CVE-2023-53548",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53548"
},
{
"cve": "CVE-2023-53556",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53556"
},
{
"cve": "CVE-2023-53559",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53559"
},
{
"cve": "CVE-2023-53564",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53564"
},
{
"cve": "CVE-2023-53568",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53568"
},
{
"cve": "CVE-2023-53582",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53582"
},
{
"cve": "CVE-2023-53587",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53587"
},
{
"cve": "CVE-2023-53589",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53589"
},
{
"cve": "CVE-2023-53593",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53593"
},
{
"cve": "CVE-2023-53594",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53594"
},
{
"cve": "CVE-2023-53596",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53596"
},
{
"cve": "CVE-2023-53597",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53597"
},
{
"cve": "CVE-2023-53603",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53603"
},
{
"cve": "CVE-2023-53604",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53604"
},
{
"cve": "CVE-2023-53611",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53611"
},
{
"cve": "CVE-2023-53615",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53615"
},
{
"cve": "CVE-2023-53619",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53619"
},
{
"cve": "CVE-2023-53620",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53620"
},
{
"cve": "CVE-2023-53622",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53622"
},
{
"cve": "CVE-2023-53624",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53624"
},
{
"cve": "CVE-2023-53635",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53635"
},
{
"cve": "CVE-2023-53641",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53641"
},
{
"cve": "CVE-2023-53644",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53644"
},
{
"cve": "CVE-2023-53647",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53647"
},
{
"cve": "CVE-2023-53648",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53648"
},
{
"cve": "CVE-2023-53650",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53650"
},
{
"cve": "CVE-2023-53667",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53667"
},
{
"cve": "CVE-2023-53668",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53668"
},
{
"cve": "CVE-2023-53672",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53672"
},
{
"cve": "CVE-2023-53675",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53675"
},
{
"cve": "CVE-2023-53676",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53676"
},
{
"cve": "CVE-2023-53681",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53681"
},
{
"cve": "CVE-2023-53683",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53683"
},
{
"cve": "CVE-2023-53687",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53687"
},
{
"cve": "CVE-2023-53695",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53695"
},
{
"cve": "CVE-2023-53696",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53696"
},
{
"cve": "CVE-2023-53705",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53705"
},
{
"cve": "CVE-2023-53707",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53707"
},
{
"cve": "CVE-2023-53715",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53715"
},
{
"cve": "CVE-2023-53717",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53717"
},
{
"cve": "CVE-2023-53722",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53722"
},
{
"cve": "CVE-2023-53733",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-53733"
},
{
"cve": "CVE-2023-7324",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2023-7324"
},
{
"cve": "CVE-2024-53194",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2024-53194"
},
{
"cve": "CVE-2024-58240",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2024-58240"
},
{
"cve": "CVE-2025-10230",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-10230"
},
{
"cve": "CVE-2025-11561",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-11561"
},
{
"cve": "CVE-2025-11731",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-11731"
},
{
"cve": "CVE-2025-12817",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-12817"
},
{
"cve": "CVE-2025-12818",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-12818"
},
{
"cve": "CVE-2025-13601",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-13601"
},
{
"cve": "CVE-2025-14087",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-14087"
},
{
"cve": "CVE-2025-14512",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-14512"
},
{
"cve": "CVE-2025-31257",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-31257"
},
{
"cve": "CVE-2025-38436",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38436"
},
{
"cve": "CVE-2025-38488",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38488"
},
{
"cve": "CVE-2025-38527",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38527"
},
{
"cve": "CVE-2025-38539",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38539"
},
{
"cve": "CVE-2025-38553",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38553"
},
{
"cve": "CVE-2025-38572",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38572"
},
{
"cve": "CVE-2025-38574",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38574"
},
{
"cve": "CVE-2025-38602",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38602"
},
{
"cve": "CVE-2025-38604",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38604"
},
{
"cve": "CVE-2025-38623",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38623"
},
{
"cve": "CVE-2025-38624",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38624"
},
{
"cve": "CVE-2025-38632",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38632"
},
{
"cve": "CVE-2025-38639",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38639"
},
{
"cve": "CVE-2025-38665",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38665"
},
{
"cve": "CVE-2025-38680",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38680"
},
{
"cve": "CVE-2025-38685",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38685"
},
{
"cve": "CVE-2025-38691",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38691"
},
{
"cve": "CVE-2025-38695",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38695"
},
{
"cve": "CVE-2025-38699",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38699"
},
{
"cve": "CVE-2025-38700",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38700"
},
{
"cve": "CVE-2025-38701",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38701"
},
{
"cve": "CVE-2025-38702",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38702"
},
{
"cve": "CVE-2025-38705",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38705"
},
{
"cve": "CVE-2025-38712",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38712"
},
{
"cve": "CVE-2025-38713",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38713"
},
{
"cve": "CVE-2025-38714",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38714"
},
{
"cve": "CVE-2025-38718",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38718"
},
{
"cve": "CVE-2025-38724",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38724"
},
{
"cve": "CVE-2025-38727",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38727"
},
{
"cve": "CVE-2025-38729",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38729"
},
{
"cve": "CVE-2025-38735",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-38735"
},
{
"cve": "CVE-2025-39676",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39676"
},
{
"cve": "CVE-2025-39677",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39677"
},
{
"cve": "CVE-2025-39691",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39691"
},
{
"cve": "CVE-2025-39702",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39702"
},
{
"cve": "CVE-2025-39705",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39705"
},
{
"cve": "CVE-2025-39706",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39706"
},
{
"cve": "CVE-2025-39724",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39724"
},
{
"cve": "CVE-2025-39726",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39726"
},
{
"cve": "CVE-2025-39754",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39754"
},
{
"cve": "CVE-2025-39756",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39756"
},
{
"cve": "CVE-2025-39757",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39757"
},
{
"cve": "CVE-2025-39760",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39760"
},
{
"cve": "CVE-2025-39763",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39763"
},
{
"cve": "CVE-2025-39764",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39764"
},
{
"cve": "CVE-2025-39772",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39772"
},
{
"cve": "CVE-2025-39773",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39773"
},
{
"cve": "CVE-2025-39782",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39782"
},
{
"cve": "CVE-2025-39787",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39787"
},
{
"cve": "CVE-2025-39800",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39800"
},
{
"cve": "CVE-2025-39808",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39808"
},
{
"cve": "CVE-2025-39812",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39812"
},
{
"cve": "CVE-2025-39813",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39813"
},
{
"cve": "CVE-2025-39819",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39819"
},
{
"cve": "CVE-2025-39824",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39824"
},
{
"cve": "CVE-2025-39833",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39833"
},
{
"cve": "CVE-2025-39838",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39838"
},
{
"cve": "CVE-2025-39841",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39841"
},
{
"cve": "CVE-2025-39847",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39847"
},
{
"cve": "CVE-2025-39853",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39853"
},
{
"cve": "CVE-2025-39860",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39860"
},
{
"cve": "CVE-2025-39863",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39863"
},
{
"cve": "CVE-2025-39865",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39865"
},
{
"cve": "CVE-2025-39866",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39866"
},
{
"cve": "CVE-2025-39869",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39869"
},
{
"cve": "CVE-2025-39876",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39876"
},
{
"cve": "CVE-2025-39885",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39885"
},
{
"cve": "CVE-2025-39911",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39911"
},
{
"cve": "CVE-2025-39923",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39923"
},
{
"cve": "CVE-2025-39929",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39929"
},
{
"cve": "CVE-2025-39931",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39931"
},
{
"cve": "CVE-2025-39945",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39945"
},
{
"cve": "CVE-2025-39949",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39949"
},
{
"cve": "CVE-2025-39955",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39955"
},
{
"cve": "CVE-2025-39967",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39967"
},
{
"cve": "CVE-2025-39968",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39968"
},
{
"cve": "CVE-2025-39970",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39970"
},
{
"cve": "CVE-2025-39971",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39971"
},
{
"cve": "CVE-2025-39972",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39972"
},
{
"cve": "CVE-2025-39973",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39973"
},
{
"cve": "CVE-2025-39997",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-39997"
},
{
"cve": "CVE-2025-40001",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40001"
},
{
"cve": "CVE-2025-40018",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40018"
},
{
"cve": "CVE-2025-40027",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40027"
},
{
"cve": "CVE-2025-40030",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40030"
},
{
"cve": "CVE-2025-40040",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40040"
},
{
"cve": "CVE-2025-40044",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40044"
},
{
"cve": "CVE-2025-40048",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40048"
},
{
"cve": "CVE-2025-40049",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40049"
},
{
"cve": "CVE-2025-40055",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40055"
},
{
"cve": "CVE-2025-40070",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40070"
},
{
"cve": "CVE-2025-40078",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40078"
},
{
"cve": "CVE-2025-40082",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40082"
},
{
"cve": "CVE-2025-40083",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40083"
},
{
"cve": "CVE-2025-40088",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40088"
},
{
"cve": "CVE-2025-40173",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40173"
},
{
"cve": "CVE-2025-40186",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40186"
},
{
"cve": "CVE-2025-40204",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40204"
},
{
"cve": "CVE-2025-40205",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40205"
},
{
"cve": "CVE-2025-40300",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40300"
},
{
"cve": "CVE-2025-40778",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-40778"
},
{
"cve": "CVE-2025-41244",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-41244"
},
{
"cve": "CVE-2025-4373",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-4373"
},
{
"cve": "CVE-2025-53057",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-53057"
},
{
"cve": "CVE-2025-53066",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-53066"
},
{
"cve": "CVE-2025-53905",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-53905"
},
{
"cve": "CVE-2025-53906",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-53906"
},
{
"cve": "CVE-2025-55157",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-55157"
},
{
"cve": "CVE-2025-55158",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-55158"
},
{
"cve": "CVE-2025-55753",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-55753"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-61984",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-61984"
},
{
"cve": "CVE-2025-61985",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-61985"
},
{
"cve": "CVE-2025-65082",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-65082"
},
{
"cve": "CVE-2025-66200",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-66200"
},
{
"cve": "CVE-2025-7039",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-7039"
},
{
"cve": "CVE-2025-8534",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8534"
},
{
"cve": "CVE-2025-8961",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-8961"
},
{
"cve": "CVE-2025-9165",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-9165"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9640",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-9640"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T050653",
"T050664",
"T050652",
"T050663",
"T050655",
"T051763",
"T050654",
"T050665",
"T050660",
"T050651",
"T050662",
"T050650",
"T050661",
"T050649",
"T050657",
"T050656",
"T050648",
"T050659",
"T050647",
"T050658",
"T050669"
]
},
"release_date": "2026-02-09T23:00:00.000+00:00",
"title": "CVE-2025-9900"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…