Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-37785 (GCVE-0-2025-37785)
Vulnerability from cvelistv5 – Published: 2025-04-18 07:01 – Updated: 2026-05-11 21:15
VLAI
EPSS
Title
ext4: fix OOB read when checking dotdot dir
Summary
In the Linux kernel, the following vulnerability has been resolved:
ext4: fix OOB read when checking dotdot dir
Mounting a corrupted filesystem with directory which contains '.' dir
entry with rec_len == block size results in out-of-bounds read (later
on, when the corrupted directory is removed).
ext4_empty_dir() assumes every ext4 directory contains at least '.'
and '..' as directory entries in the first data block. It first loads
the '.' dir entry, performs sanity checks by calling ext4_check_dir_entry()
and then uses its rec_len member to compute the location of '..' dir
entry (in ext4_next_entry). It assumes the '..' dir entry fits into the
same data block.
If the rec_len of '.' is precisely one block (4KB), it slips through the
sanity checks (it is considered the last directory entry in the data
block) and leaves "struct ext4_dir_entry_2 *de" point exactly past the
memory slot allocated to the data block. The following call to
ext4_check_dir_entry() on new value of de then dereferences this pointer
which results in out-of-bounds mem access.
Fix this by extending __ext4_check_dir_entry() to check for '.' dir
entries that reach the end of data block. Make sure to ignore the phony
dir entries for checksum (by checking name_len for non-zero).
Note: This is reported by KASAN as use-after-free in case another
structure was recently freed from the slot past the bound, but it is
really an OOB read.
This issue was found by syzkaller tool.
Call Trace:
[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710
[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375
[ 38.595158]
[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1
[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[ 38.595304] Call Trace:
[ 38.595308] <TASK>
[ 38.595311] dump_stack_lvl+0xa7/0xd0
[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0
[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595349] print_report+0xaa/0x250
[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595368] ? kasan_addr_to_slab+0x9/0x90
[ 38.595378] kasan_report+0xab/0xe0
[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595400] __ext4_check_dir_entry+0x67e/0x710
[ 38.595410] ext4_empty_dir+0x465/0x990
[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10
[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10
[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0
[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10
[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10
[ 38.595478] ? down_write+0xdb/0x140
[ 38.595487] ? __pfx_down_write+0x10/0x10
[ 38.595497] ext4_rmdir+0xee/0x140
[ 38.595506] vfs_rmdir+0x209/0x670
[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190
[ 38.595529] do_rmdir+0x363/0x3c0
[ 38.595537] ? __pfx_do_rmdir+0x10/0x10
[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0
[ 38.595561] __x64_sys_unlinkat+0xf0/0x130
[ 38.595570] do_syscall_64+0x5b/0x180
[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e
Severity
7.1 (High)
Assigner
References
11 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < 14da7dbecb430e35b5889da8dae7bef33173b351
(git)
Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < e47f472a664d70a3d104a6c2a035cdff55a719b4 (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < b7531a4f99c3887439d778afaf418d1a01a5f01b (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < 89503e5eae64637d0fa2218912b54660effe7d93 (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < 52a5509ab19a5d3afe301165d9b5787bba34d842 (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < b47584c556444cf7acb66b26a62cbc348eb92b78 (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < ac28c5684c1cdab650a7e5065b19e91577d37a4b (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < 53bc45da8d8da92ec07877f5922b130562eb4b00 (git) Affected: ac27a0ec112a089f1a5102bc8dffc79c8c815571 , < d5e206778e96e8667d3bde695ad372c296dc9353 (git) |
|
| Linux | Linux |
Affected:
2.6.19
Unaffected: 0 , < 2.6.19 (semver) Unaffected: 5.4.293 , ≤ 5.4.* (semver) Unaffected: 5.10.236 , ≤ 5.10.* (semver) Unaffected: 5.15.180 , ≤ 5.15.* (semver) Unaffected: 6.1.134 , ≤ 6.1.* (semver) Unaffected: 6.6.87 , ≤ 6.6.* (semver) Unaffected: 6.12.23 , ≤ 6.12.* (semver) Unaffected: 6.13.11 , ≤ 6.13.* (semver) Unaffected: 6.14.2 , ≤ 6.14.* (semver) Unaffected: 6.15 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T19:55:07.824Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/ext4/dir.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "14da7dbecb430e35b5889da8dae7bef33173b351",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "e47f472a664d70a3d104a6c2a035cdff55a719b4",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "b7531a4f99c3887439d778afaf418d1a01a5f01b",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "89503e5eae64637d0fa2218912b54660effe7d93",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "52a5509ab19a5d3afe301165d9b5787bba34d842",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "b47584c556444cf7acb66b26a62cbc348eb92b78",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "ac28c5684c1cdab650a7e5065b19e91577d37a4b",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "53bc45da8d8da92ec07877f5922b130562eb4b00",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
},
{
"lessThan": "d5e206778e96e8667d3bde695ad372c296dc9353",
"status": "affected",
"version": "ac27a0ec112a089f1a5102bc8dffc79c8c815571",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/ext4/dir.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.19"
},
{
"lessThan": "2.6.19",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.293",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.236",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.180",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.134",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.87",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.23",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.13.*",
"status": "unaffected",
"version": "6.13.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.14.*",
"status": "unaffected",
"version": "6.14.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.15",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.4.293",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.236",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.180",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.134",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.87",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.23",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13.11",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14.2",
"versionStartIncluding": "2.6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.15",
"versionStartIncluding": "2.6.19",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix OOB read when checking dotdot dir\n\nMounting a corrupted filesystem with directory which contains \u0027.\u0027 dir\nentry with rec_len == block size results in out-of-bounds read (later\non, when the corrupted directory is removed).\n\next4_empty_dir() assumes every ext4 directory contains at least \u0027.\u0027\nand \u0027..\u0027 as directory entries in the first data block. It first loads\nthe \u0027.\u0027 dir entry, performs sanity checks by calling ext4_check_dir_entry()\nand then uses its rec_len member to compute the location of \u0027..\u0027 dir\nentry (in ext4_next_entry). It assumes the \u0027..\u0027 dir entry fits into the\nsame data block.\n\nIf the rec_len of \u0027.\u0027 is precisely one block (4KB), it slips through the\nsanity checks (it is considered the last directory entry in the data\nblock) and leaves \"struct ext4_dir_entry_2 *de\" point exactly past the\nmemory slot allocated to the data block. The following call to\next4_check_dir_entry() on new value of de then dereferences this pointer\nwhich results in out-of-bounds mem access.\n\nFix this by extending __ext4_check_dir_entry() to check for \u0027.\u0027 dir\nentries that reach the end of data block. Make sure to ignore the phony\ndir entries for checksum (by checking name_len for non-zero).\n\nNote: This is reported by KASAN as use-after-free in case another\nstructure was recently freed from the slot past the bound, but it is\nreally an OOB read.\n\nThis issue was found by syzkaller tool.\n\nCall Trace:\n[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710\n[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375\n[ 38.595158]\n[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1\n[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014\n[ 38.595304] Call Trace:\n[ 38.595308] \u003cTASK\u003e\n[ 38.595311] dump_stack_lvl+0xa7/0xd0\n[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0\n[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595349] print_report+0xaa/0x250\n[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595368] ? kasan_addr_to_slab+0x9/0x90\n[ 38.595378] kasan_report+0xab/0xe0\n[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595400] __ext4_check_dir_entry+0x67e/0x710\n[ 38.595410] ext4_empty_dir+0x465/0x990\n[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10\n[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10\n[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0\n[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10\n[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10\n[ 38.595478] ? down_write+0xdb/0x140\n[ 38.595487] ? __pfx_down_write+0x10/0x10\n[ 38.595497] ext4_rmdir+0xee/0x140\n[ 38.595506] vfs_rmdir+0x209/0x670\n[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190\n[ 38.595529] do_rmdir+0x363/0x3c0\n[ 38.595537] ? __pfx_do_rmdir+0x10/0x10\n[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0\n[ 38.595561] __x64_sys_unlinkat+0xf0/0x130\n[ 38.595570] do_syscall_64+0x5b/0x180\n[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:15:07.857Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/14da7dbecb430e35b5889da8dae7bef33173b351"
},
{
"url": "https://git.kernel.org/stable/c/e47f472a664d70a3d104a6c2a035cdff55a719b4"
},
{
"url": "https://git.kernel.org/stable/c/b7531a4f99c3887439d778afaf418d1a01a5f01b"
},
{
"url": "https://git.kernel.org/stable/c/89503e5eae64637d0fa2218912b54660effe7d93"
},
{
"url": "https://git.kernel.org/stable/c/52a5509ab19a5d3afe301165d9b5787bba34d842"
},
{
"url": "https://git.kernel.org/stable/c/b47584c556444cf7acb66b26a62cbc348eb92b78"
},
{
"url": "https://git.kernel.org/stable/c/ac28c5684c1cdab650a7e5065b19e91577d37a4b"
},
{
"url": "https://git.kernel.org/stable/c/53bc45da8d8da92ec07877f5922b130562eb4b00"
},
{
"url": "https://git.kernel.org/stable/c/d5e206778e96e8667d3bde695ad372c296dc9353"
}
],
"title": "ext4: fix OOB read when checking dotdot dir",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-37785",
"datePublished": "2025-04-18T07:01:27.393Z",
"dateReserved": "2025-04-16T04:51:23.940Z",
"dateUpdated": "2026-05-11T21:15:07.857Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-37785",
"date": "2026-06-30",
"epss": "0.00226",
"percentile": "0.13253"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-37785\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-04-18T07:15:42.693\",\"lastModified\":\"2026-06-17T09:15:26.103\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\next4: fix OOB read when checking dotdot dir\\n\\nMounting a corrupted filesystem with directory which contains \u0027.\u0027 dir\\nentry with rec_len == block size results in out-of-bounds read (later\\non, when the corrupted directory is removed).\\n\\next4_empty_dir() assumes every ext4 directory contains at least \u0027.\u0027\\nand \u0027..\u0027 as directory entries in the first data block. It first loads\\nthe \u0027.\u0027 dir entry, performs sanity checks by calling ext4_check_dir_entry()\\nand then uses its rec_len member to compute the location of \u0027..\u0027 dir\\nentry (in ext4_next_entry). It assumes the \u0027..\u0027 dir entry fits into the\\nsame data block.\\n\\nIf the rec_len of \u0027.\u0027 is precisely one block (4KB), it slips through the\\nsanity checks (it is considered the last directory entry in the data\\nblock) and leaves \\\"struct ext4_dir_entry_2 *de\\\" point exactly past the\\nmemory slot allocated to the data block. The following call to\\next4_check_dir_entry() on new value of de then dereferences this pointer\\nwhich results in out-of-bounds mem access.\\n\\nFix this by extending __ext4_check_dir_entry() to check for \u0027.\u0027 dir\\nentries that reach the end of data block. Make sure to ignore the phony\\ndir entries for checksum (by checking name_len for non-zero).\\n\\nNote: This is reported by KASAN as use-after-free in case another\\nstructure was recently freed from the slot past the bound, but it is\\nreally an OOB read.\\n\\nThis issue was found by syzkaller tool.\\n\\nCall Trace:\\n[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710\\n[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375\\n[ 38.595158]\\n[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1\\n[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014\\n[ 38.595304] Call Trace:\\n[ 38.595308] \u003cTASK\u003e\\n[ 38.595311] dump_stack_lvl+0xa7/0xd0\\n[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0\\n[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710\\n[ 38.595349] print_report+0xaa/0x250\\n[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710\\n[ 38.595368] ? kasan_addr_to_slab+0x9/0x90\\n[ 38.595378] kasan_report+0xab/0xe0\\n[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710\\n[ 38.595400] __ext4_check_dir_entry+0x67e/0x710\\n[ 38.595410] ext4_empty_dir+0x465/0x990\\n[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10\\n[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10\\n[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0\\n[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10\\n[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10\\n[ 38.595478] ? down_write+0xdb/0x140\\n[ 38.595487] ? __pfx_down_write+0x10/0x10\\n[ 38.595497] ext4_rmdir+0xee/0x140\\n[ 38.595506] vfs_rmdir+0x209/0x670\\n[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190\\n[ 38.595529] do_rmdir+0x363/0x3c0\\n[ 38.595537] ? __pfx_do_rmdir+0x10/0x10\\n[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0\\n[ 38.595561] __x64_sys_unlinkat+0xf0/0x130\\n[ 38.595570] do_syscall_64+0x5b/0x180\\n[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ext4: correcci\u00f3n de lectura OOB al comprobar el directorio dotdot Montar un sistema de archivos da\u00f1ado con un directorio que contiene una entrada de directorio \u0027.\u0027 con rec_len == tama\u00f1o de bloque da como resultado una lectura fuera de los l\u00edmites (m\u00e1s adelante, cuando se elimina el directorio da\u00f1ado). ext4_empty_dir() asume que cada directorio ext4 contiene al menos \u0027.\u0027 y \u0027..\u0027 como entradas de directorio en el primer bloque de datos. Primero carga la entrada de directorio \u0027.\u0027, realiza comprobaciones de cordura llamando a ext4_check_dir_entry() y luego usa su miembro rec_len para calcular la ubicaci\u00f3n de la entrada de directorio \u0027..\u0027 (en ext4_next_entry). Asume que la entrada de directorio \u0027..\u0027 encaja en el mismo bloque de datos. Si el rec_len de \u0027.\u0027 Si es exactamente un bloque (4 KB), no cumple con las comprobaciones de seguridad (se considera la \u00faltima entrada de directorio del bloque de datos) y deja el puntero \\\"struct ext4_dir_entry_2 *de\\\" justo despu\u00e9s de la ranura de memoria asignada al bloque de datos. La siguiente llamada a ext4_check_dir_entry() con el nuevo valor de de desreferencia este puntero, lo que resulta en un acceso a la memoria fuera de los l\u00edmites. Para solucionar esto, extienda __ext4_check_dir_entry() para verificar las entradas de directorio \\\".\\\" que llegan al final del bloque de datos. Aseg\u00farese de ignorar las entradas de directorio falsas para la suma de comprobaci\u00f3n (verificando name_len para ver si es distinto de cero). Nota: KASAN informa que esto es un use-after-free en caso de que otra estructura se haya liberado recientemente de la ranura m\u00e1s all\u00e1 del l\u00edmite, pero en realidad es una lectura fuera de banda (OOB). Este problema fue detectado por la herramienta syzkaller. Rastreo de llamadas: [38.594108] ERROR: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710 [ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375 [ 38.595158] [ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1 [ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 38.595304] Call Trace: [ 38.595308] [ 38.595311] dump_stack_lvl+0xa7/0xd0 [ 38.595325] print_address_description.constprop.0+0x2c/0x3f0 [ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710 [ 38.595349] print_report+0xaa/0x250 [ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710 [ 38.595368] ? kasan_addr_to_slab+0x9/0x90 [ 38.595378] kasan_report+0xab/0xe0 [ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710 [ 38.595400] __ext4_check_dir_entry+0x67e/0x710 [ 38.595410] ext4_empty_dir+0x465/0x990 [ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10 [ 38.595432] ext4_rmdir.part.0+0x29a/0xd10 [ 38.595441] ? __dquot_initialize+0x2a7/0xbf0 [ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10 [ 38.595464] ? __pfx___dquot_initialize+0x10/0x10 [ 38.595478] ? down_write+0xdb/0x140 [ 38.595487] ? __pfx_down_write+0x10/0x10 [ 38.595497] ext4_rmdir+0xee/0x140 [ 38.595506] vfs_rmdir+0x209/0x670 [ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190 [ 38.595529] do_rmdir+0x363/0x3c0 [ 38.595537] ? __pfx_do_rmdir+0x10/0x10 [ 38.595544] ? strncpy_from_user+0x1ff/0x2e0 [ 38.595561] __x64_sys_unlinkat+0xf0/0x130 [ 38.595570] do_syscall_64+0x5b/0x180 [ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ext4/dir.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"14da7dbecb430e35b5889da8dae7bef33173b351\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"e47f472a664d70a3d104a6c2a035cdff55a719b4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"b7531a4f99c3887439d778afaf418d1a01a5f01b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"89503e5eae64637d0fa2218912b54660effe7d93\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"52a5509ab19a5d3afe301165d9b5787bba34d842\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"b47584c556444cf7acb66b26a62cbc348eb92b78\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"ac28c5684c1cdab650a7e5065b19e91577d37a4b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"53bc45da8d8da92ec07877f5922b130562eb4b00\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ac27a0ec112a089f1a5102bc8dffc79c8c815571\",\"lessThan\":\"d5e206778e96e8667d3bde695ad372c296dc9353\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ext4/dir.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.19\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.19\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.4.293\",\"lessThanOrEqual\":\"5.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.236\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.180\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.134\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.87\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.23\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13.11\",\"lessThanOrEqual\":\"6.13.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.14.2\",\"lessThanOrEqual\":\"6.14.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.15\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.19\",\"versionEndExcluding\":\"5.10.236\",\"matchCriteriaId\":\"5093EDFD-21CC-4898-9E34-0C31FADEF44A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.180\",\"matchCriteriaId\":\"D19801C8-3D18-405D-9989-E6C9B30255FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.134\",\"matchCriteriaId\":\"3985DEC3-0437-4177-BC42-314AB575285A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.87\",\"matchCriteriaId\":\"EFF24260-49B1-4251-9477-C564CFDAD25B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.23\",\"matchCriteriaId\":\"26CAB76D-F00F-43CE-BEAD-7097F8FB1D6C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.11\",\"matchCriteriaId\":\"E7E864B0-8C00-4679-BA55-659B4C9C3AD3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.14\",\"versionEndExcluding\":\"6.14.2\",\"matchCriteriaId\":\"FADAE5D8-4808-442C-B218-77B2CE8780A0\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/14da7dbecb430e35b5889da8dae7bef33173b351\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/52a5509ab19a5d3afe301165d9b5787bba34d842\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/53bc45da8d8da92ec07877f5922b130562eb4b00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/89503e5eae64637d0fa2218912b54660effe7d93\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ac28c5684c1cdab650a7e5065b19e91577d37a4b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b47584c556444cf7acb66b26a62cbc348eb92b78\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b7531a4f99c3887439d778afaf418d1a01a5f01b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d5e206778e96e8667d3bde695ad372c296dc9353\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e47f472a664d70a3d104a6c2a035cdff55a719b4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
WID-SEC-W-2025-0861
Vulnerability from csaf_certbund - Published: 2025-04-21 22:00 - Updated: 2026-05-27 22:00Summary
Linux Kernel: 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: Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff: Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Zustand oder nicht näher spezifizierte Auswirkungen zu verursachen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
39 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Linux Kernel <5.16
Open Source / Linux Kernel
|
<5.16 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel <5.10
Open Source / Linux Kernel
|
<5.10 | ||
|
Open Source Linux Kernel <5.10.236
Open Source / Linux Kernel
|
<5.10.236 | ||
|
Open Source Linux Kernel <5.15.180
Open Source / Linux Kernel
|
<5.15.180 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Linux Kernel <4.4.244
Open Source / Linux Kernel
|
<4.4.244 | ||
|
Open Source Linux Kernel <6.1.134
Open Source / Linux Kernel
|
<6.1.134 | ||
|
Open Source Linux Kernel <4.9.244
Open Source / Linux Kernel
|
<4.9.244 | ||
|
Open Source Linux Kernel <6.6.87
Open Source / Linux Kernel
|
<6.6.87 | ||
|
Open Source Linux Kernel <4.14.207
Open Source / Linux Kernel
|
<4.14.207 | ||
|
Open Source Linux Kernel <6.12.23
Open Source / Linux Kernel
|
<6.12.23 | ||
|
Open Source Linux Kernel <4.19.158
Open Source / Linux Kernel
|
<4.19.158 | ||
|
Open Source Linux Kernel <6.13.11
Open Source / Linux Kernel
|
<6.13.11 | ||
|
Open Source Linux Kernel <5.4.78
Open Source / Linux Kernel
|
<5.4.78 | ||
|
Open Source Linux Kernel <6.14.2
Open Source / Linux Kernel
|
<6.14.2 | ||
|
Open Source Linux Kernel <5.9.9
Open Source / Linux Kernel
|
<5.9.9 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source Linux Kernel <5.14.19
Open Source / Linux Kernel
|
<5.14.19 | ||
|
Open Source Linux Kernel <5.15.3
Open Source / Linux Kernel
|
<5.15.3 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
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:-
|
— | |
|
Open Source Linux Kernel <6.15-rc1
Open Source / Linux Kernel
|
<6.15-rc1 | ||
|
Open Source Linux Kernel <4.4.254
Open Source / Linux Kernel
|
<4.4.254 | ||
|
Open Source Linux Kernel <5.4.292
Open Source / Linux Kernel
|
<5.4.292 | ||
|
Open Source Linux Kernel <4.9.254
Open Source / Linux Kernel
|
<4.9.254 | ||
|
Open Source Linux Kernel <4.14.218
Open Source / Linux Kernel
|
<4.14.218 | ||
|
Open Source Linux Kernel <6.1.129
Open Source / Linux Kernel
|
<6.1.129 | ||
|
Open Source Linux Kernel <4.19.171
Open Source / Linux Kernel
|
<4.19.171 | ||
|
Open Source Linux Kernel <6.6.78
Open Source / Linux Kernel
|
<6.6.78 | ||
|
Open Source Linux Kernel <5.4.93
Open Source / Linux Kernel
|
<5.4.93 | ||
|
Open Source Linux Kernel <5.10.11
Open Source / Linux Kernel
|
<5.10.11 | ||
|
Open Source Linux Kernel <5.11
Open Source / Linux Kernel
|
<5.11 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
References
242 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 im Linux Kernel ausnutzen, um einen Denial of Service Zustand oder nicht n\u00e4her spezifizierte Auswirkungen zu verursachen.",
"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-0861 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0861.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0861 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0861"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02000-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021568.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-2 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-4 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7594-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7598-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7598-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-1"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2020-36789",
"url": "https://lore.kernel.org/linux-cve-announce/2025041732-CVE-2020-36789-bb60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47668",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47668-c0de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47669",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47669-f268@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47670",
"url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2021-47671",
"url": "https://lore.kernel.org/linux-cve-announce/2025041735-CVE-2021-47671-9b1a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37785",
"url": "https://lore.kernel.org/linux-cve-announce/2025041813-CVE-2025-37785-e13d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37838",
"url": "https://lore.kernel.org/linux-cve-announce/2025041858-CVE-2025-37838-2253@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37860",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37860-9af2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37893",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37893-57b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-37925",
"url": "https://lore.kernel.org/linux-cve-announce/2025041816-CVE-2025-37925-9765@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38049",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38049-7570@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38104",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38104-ef68@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38152",
"url": "https://lore.kernel.org/linux-cve-announce/2025041817-CVE-2025-38152-c8b3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38240",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38240-4787@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38479",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38479-4b98@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38575",
"url": "https://lore.kernel.org/linux-cve-announce/2025041818-CVE-2025-38575-2d0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-38637",
"url": "https://lore.kernel.org/linux-cve-announce/2025041819-CVE-2025-38637-8e27@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39688",
"url": "https://lore.kernel.org/linux-cve-announce/2025041819-CVE-2025-39688-80f1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39728",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39728-8713@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39735",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39735-41c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39755",
"url": "https://lore.kernel.org/linux-cve-announce/2025041820-CVE-2025-39755-f737@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39778",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39778-70fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39930",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39930-6fed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39989",
"url": "https://lore.kernel.org/linux-cve-announce/2025041821-CVE-2025-39989-5804@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40014",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40014-384f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40114",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40114-000e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40325",
"url": "https://lore.kernel.org/linux-cve-announce/2025041822-CVE-2025-40325-3cc4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40364",
"url": "https://lore.kernel.org/linux-cve-announce/2025041827-CVE-2025-40364-d93c@gregkh/"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2025-018 vom 2025-04-24",
"url": "https://cloud.google.com/support/bulletins#gcp-2025-018"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5907 vom 2025-04-27",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00069.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20421-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021590.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20419-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021591.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-3 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7592-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7592-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7593-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7593-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1574-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020835.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1573-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020836.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01600-1 vom 2025-05-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020854.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01614-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020870.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01620-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01640-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020861.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01633-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01627-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020866.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4178 vom 2025-05-26",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01707-1 vom 2025-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020902.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4193 vom 2025-05-30",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20344-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020964.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20343-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020965.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8374 vom 2025-06-02",
"url": "https://access.redhat.com/errata/RHSA-2025:8374"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20354-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021016.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20355-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021015.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8643 vom 2025-06-09",
"url": "https://access.redhat.com/errata/RHSA-2025:8643"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8643 vom 2025-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-8643.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01919-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021477.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20372 vom 2025-06-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-20372.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01918-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021478.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01951-1 vom 2025-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021509.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01967-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021533.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01964-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021531.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01965-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021535.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01982-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021539.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20408-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021550.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20413-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021547.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01972-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021537.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01983-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021538.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-3 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-4 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-2 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7594-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7602-1 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7602-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02173-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021714.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7606-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7606-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-102 vom 2025-06-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-102.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7605-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-5 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7585-5"
},
{
"category": "external",
"summary": "SEM 2025.2.1 release notes vom 2025-07-02",
"url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-6 vom 2025-07-03",
"url": "https://ubuntu.com/security/notices/USN-7585-6"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8374 vom 2025-07-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-8374.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-2 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7605-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-5 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7591-5"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20406 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-20406.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7628-1 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7628-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7594-3 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7594-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02254-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021770.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02262-1 vom 2025-07-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/B53IHD74IRNJDAOHBW4L7JGWNOM26XE7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02307-1 vom 2025-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021804.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02321-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021811.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20470 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20470.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02333-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021830.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20471 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20471.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7640-1 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7640-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-7 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7585-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-6 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7591-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-2 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-3 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7655-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7655-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-4 vom 2025-07-22",
"url": "https://ubuntu.com/security/notices/USN-7654-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-5 vom 2025-07-29",
"url": "https://ubuntu.com/security/notices/USN-7654-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7686-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7686-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13589 vom 2025-08-11",
"url": "https://access.redhat.com/errata/RHSA-2025:13589"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13590 vom 2025-08-11",
"url": "https://access.redhat.com/errata/RHSA-2025:13590"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13589 vom 2025-08-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-13589.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5975 vom 2025-08-13",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00139.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-5 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7909-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7935-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7935-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7933-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7933-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7937-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7937-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14136 vom 2025-08-20",
"url": "https://access.redhat.com/errata/RHSA-2025:14136"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02923-1 vom 2025-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022237.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7712-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7711-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7711-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14511 vom 2025-08-25",
"url": "https://access.redhat.com/errata/RHSA-2025:14511"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14692 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15035 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15035"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-2 vom 2025-09-02",
"url": "https://ubuntu.com/security/notices/USN-7712-2"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:13590 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:13590"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20553 vom 2025-09-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-20553.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-1 vom 2025-10-01",
"url": "https://ubuntu.com/security/notices/USN-7792-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7797-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7797-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7795-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7801-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7792-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7800-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7800-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7799-1 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7799-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7797-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7797-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-3 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7796-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-2 vom 2025-10-02",
"url": "https://ubuntu.com/security/notices/USN-7795-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-2 vom 2025-10-06",
"url": "https://ubuntu.com/security/notices/USN-7801-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7792-3 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7792-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7809-1 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7809-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7808-1 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7808-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-3 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7795-3"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4328 vom 2025-10-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7796-4 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7796-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7819-1 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7819-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7820-1 vom 2025-10-13",
"url": "https://ubuntu.com/security/notices/USN-7820-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7808-2 vom 2025-10-14",
"url": "https://ubuntu.com/security/notices/USN-7808-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7801-3 vom 2025-10-15",
"url": "https://ubuntu.com/security/notices/USN-7801-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7819-2 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7819-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-2 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-3 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-1 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7835-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-4 vom 2025-10-24",
"url": "https://ubuntu.com/security/notices/USN-7795-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7854-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7854-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-2 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-4 vom 2025-10-31",
"url": "https://ubuntu.com/security/notices/USN-7835-4"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-1 vom 2025-11-06",
"url": "https://ubuntu.com/security/notices/USN-7861-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-5 vom 2025-11-06",
"url": "https://ubuntu.com/security/notices/USN-7835-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7795-5 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7795-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7864-1 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7864-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-2 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7861-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-3 vom 2025-11-07",
"url": "https://ubuntu.com/security/notices/USN-7853-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:2173-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023256.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7835-6 vom 2025-11-12",
"url": "https://ubuntu.com/security/notices/USN-7835-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-3 vom 2025-11-13",
"url": "https://ubuntu.com/security/notices/USN-7861-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7875-1 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7875-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-4 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7861-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-1 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-2 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7887-1 vom 2025-11-24",
"url": "https://ubuntu.com/security/notices/USN-7887-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7887-2 vom 2025-11-25",
"url": "https://ubuntu.com/security/notices/USN-7887-2"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20091-1 vom 2025-11-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVNKE6YBHUN7AVUHO7UZCJJGK4HYS62H/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21080-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023429.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7861-5 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7861-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-1 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-2 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7909-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7910-1 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7910-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7874-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7909-4 vom 2025-12-05",
"url": "https://ubuntu.com/security/notices/USN-7909-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21147-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023511.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21180-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023498.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7938-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7938-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7940-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-2 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7940-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50006 vom 2026-01-15",
"url": "http://linux.oracle.com/errata/ELSA-2026-50006.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0140-1 vom 2026-01-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023783.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6126 vom 2026-02-09",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00035.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6127 vom 2026-02-10",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00036.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-1 vom 2026-02-11",
"url": "https://ubuntu.com/security/notices/USN-8028-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4476 vom 2026-02-11",
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00017.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8031-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8028-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20327-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024168.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20328-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024167.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20300-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024190.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20302-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024188.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-3 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-4 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8028-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-2 vom 2026-02-18",
"url": "https://ubuntu.com/security/notices/USN-8031-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8052-1 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8052-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8031-3 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8031-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-6 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8028-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8028-7"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50112 vom 2026-02-23",
"url": "https://linux.oracle.com/errata/ELSA-2026-50112.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8052-2 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8052-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8028-8 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8028-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8074-1 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8074-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8074-2 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8074-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20561-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024578.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50145 vom 2026-03-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50145.html"
},
{
"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-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-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": "Oracle Linux Security Advisory ELSA-2026-50171 vom 2026-03-31",
"url": "https://oss.oracle.com/pipermail/el-errata/2026-March/020110.html"
},
{
"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-8165-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8165-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8179-1 vom 2026-04-16",
"url": "https://ubuntu.com/security/notices/USN-8179-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8184-1 vom 2026-04-17",
"url": "https://ubuntu.com/security/notices/USN-8184-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8179-2 vom 2026-04-17",
"url": "https://ubuntu.com/security/notices/USN-8179-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8185-1 vom 2026-04-17",
"url": "https://ubuntu.com/security/notices/USN-8185-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8185-2 vom 2026-04-28",
"url": "https://ubuntu.com/security/notices/USN-8185-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8179-3 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8179-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8179-4 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8179-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8258-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8258-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8260-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8260-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8265-1 vom 2026-05-11",
"url": "https://ubuntu.com/security/notices/USN-8265-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50275 vom 2026-05-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-50275.html"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T11:06:24.704+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-0861",
"initial_release_date": "2025-04-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Google aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-06-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE, Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Oracle Linux, Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "34",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-10T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-10-13T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-05T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-06T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-09T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-12T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-13T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von Ubuntu und Debian aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "91",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "92",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "93",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "94",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "95",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "96",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "97",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "98",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "99",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "100",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "101",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "102",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "103",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "104",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "105",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "105"
}
},
"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_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.4.244",
"product": {
"name": "Open Source Linux Kernel \u003c4.4.244",
"product_id": "T043041"
}
},
{
"category": "product_version",
"name": "4.4.244",
"product": {
"name": "Open Source Linux Kernel 4.4.244",
"product_id": "T043041-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.4.244"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.9.244",
"product": {
"name": "Open Source Linux Kernel \u003c4.9.244",
"product_id": "T043042"
}
},
{
"category": "product_version",
"name": "4.9.244",
"product": {
"name": "Open Source Linux Kernel 4.9.244",
"product_id": "T043042-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.9.244"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.14.207",
"product": {
"name": "Open Source Linux Kernel \u003c4.14.207",
"product_id": "T043043"
}
},
{
"category": "product_version",
"name": "4.14.207",
"product": {
"name": "Open Source Linux Kernel 4.14.207",
"product_id": "T043043-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.14.207"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.19.158",
"product": {
"name": "Open Source Linux Kernel \u003c4.19.158",
"product_id": "T043044"
}
},
{
"category": "product_version",
"name": "4.19.158",
"product": {
"name": "Open Source Linux Kernel 4.19.158",
"product_id": "T043044-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.19.158"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.78",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.78",
"product_id": "T043045"
}
},
{
"category": "product_version",
"name": "5.4.78",
"product": {
"name": "Open Source Linux Kernel 5.4.78",
"product_id": "T043045-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.78"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.9.9",
"product": {
"name": "Open Source Linux Kernel \u003c5.9.9",
"product_id": "T043046"
}
},
{
"category": "product_version",
"name": "5.9.9",
"product": {
"name": "Open Source Linux Kernel 5.9.9",
"product_id": "T043046-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.9.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10",
"product": {
"name": "Open Source Linux Kernel \u003c5.10",
"product_id": "T043048"
}
},
{
"category": "product_version",
"name": "5.1",
"product": {
"name": "Open Source Linux Kernel 5.10",
"product_id": "T043048-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.4.254",
"product": {
"name": "Open Source Linux Kernel \u003c4.4.254",
"product_id": "T043051"
}
},
{
"category": "product_version",
"name": "4.4.254",
"product": {
"name": "Open Source Linux Kernel 4.4.254",
"product_id": "T043051-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.4.254"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.9.254",
"product": {
"name": "Open Source Linux Kernel \u003c4.9.254",
"product_id": "T043052"
}
},
{
"category": "product_version",
"name": "4.9.254",
"product": {
"name": "Open Source Linux Kernel 4.9.254",
"product_id": "T043052-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.9.254"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.14.218",
"product": {
"name": "Open Source Linux Kernel \u003c4.14.218",
"product_id": "T043053"
}
},
{
"category": "product_version",
"name": "4.14.218",
"product": {
"name": "Open Source Linux Kernel 4.14.218",
"product_id": "T043053-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.14.218"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.19.171",
"product": {
"name": "Open Source Linux Kernel \u003c4.19.171",
"product_id": "T043054"
}
},
{
"category": "product_version",
"name": "4.19.171",
"product": {
"name": "Open Source Linux Kernel 4.19.171",
"product_id": "T043054-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:4.19.171"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.93",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.93",
"product_id": "T043055"
}
},
{
"category": "product_version",
"name": "5.4.93",
"product": {
"name": "Open Source Linux Kernel 5.4.93",
"product_id": "T043055-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.93"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10.11",
"product": {
"name": "Open Source Linux Kernel \u003c5.10.11",
"product_id": "T043056"
}
},
{
"category": "product_version",
"name": "5.10.11",
"product": {
"name": "Open Source Linux Kernel 5.10.11",
"product_id": "T043056-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.11",
"product": {
"name": "Open Source Linux Kernel \u003c5.11",
"product_id": "T043057"
}
},
{
"category": "product_version",
"name": "5.11",
"product": {
"name": "Open Source Linux Kernel 5.11",
"product_id": "T043057-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.14.19",
"product": {
"name": "Open Source Linux Kernel \u003c5.14.19",
"product_id": "T043058"
}
},
{
"category": "product_version",
"name": "5.14.19",
"product": {
"name": "Open Source Linux Kernel 5.14.19",
"product_id": "T043058-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.14.19"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.15.3",
"product": {
"name": "Open Source Linux Kernel \u003c5.15.3",
"product_id": "T043059"
}
},
{
"category": "product_version",
"name": "5.15.3",
"product": {
"name": "Open Source Linux Kernel 5.15.3",
"product_id": "T043059-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.15.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.16",
"product": {
"name": "Open Source Linux Kernel \u003c5.16",
"product_id": "T043060"
}
},
{
"category": "product_version",
"name": "5.16",
"product": {
"name": "Open Source Linux Kernel 5.16",
"product_id": "T043060-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.10.236",
"product": {
"name": "Open Source Linux Kernel \u003c5.10.236",
"product_id": "T043061"
}
},
{
"category": "product_version",
"name": "5.10.236",
"product": {
"name": "Open Source Linux Kernel 5.10.236",
"product_id": "T043061-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.10.236"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.15.180",
"product": {
"name": "Open Source Linux Kernel \u003c5.15.180",
"product_id": "T043062"
}
},
{
"category": "product_version",
"name": "5.15.180",
"product": {
"name": "Open Source Linux Kernel 5.15.180",
"product_id": "T043062-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.15.180"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.1.134",
"product": {
"name": "Open Source Linux Kernel \u003c6.1.134",
"product_id": "T043063"
}
},
{
"category": "product_version",
"name": "6.1.134",
"product": {
"name": "Open Source Linux Kernel 6.1.134",
"product_id": "T043063-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.1.134"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.6.87",
"product": {
"name": "Open Source Linux Kernel \u003c6.6.87",
"product_id": "T043064"
}
},
{
"category": "product_version",
"name": "6.6.87",
"product": {
"name": "Open Source Linux Kernel 6.6.87",
"product_id": "T043064-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.6.87"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.12.23",
"product": {
"name": "Open Source Linux Kernel \u003c6.12.23",
"product_id": "T043065"
}
},
{
"category": "product_version",
"name": "6.12.23",
"product": {
"name": "Open Source Linux Kernel 6.12.23",
"product_id": "T043065-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.12.23"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.13.11",
"product": {
"name": "Open Source Linux Kernel \u003c6.13.11",
"product_id": "T043066"
}
},
{
"category": "product_version",
"name": "6.13.11",
"product": {
"name": "Open Source Linux Kernel 6.13.11",
"product_id": "T043066-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.13.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.14.2",
"product": {
"name": "Open Source Linux Kernel \u003c6.14.2",
"product_id": "T043067"
}
},
{
"category": "product_version",
"name": "6.14.2",
"product": {
"name": "Open Source Linux Kernel 6.14.2",
"product_id": "T043067-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.14.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.15-rc1",
"product": {
"name": "Open Source Linux Kernel \u003c6.15-rc1",
"product_id": "T043072"
}
},
{
"category": "product_version",
"name": "6.15-rc1",
"product": {
"name": "Open Source Linux Kernel 6.15-rc1",
"product_id": "T043072-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.15-rc1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.4.292",
"product": {
"name": "Open Source Linux Kernel \u003c5.4.292",
"product_id": "T043073"
}
},
{
"category": "product_version",
"name": "5.4.292",
"product": {
"name": "Open Source Linux Kernel 5.4.292",
"product_id": "T043073-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:5.4.292"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.1.129",
"product": {
"name": "Open Source Linux Kernel \u003c6.1.129",
"product_id": "T043075"
}
},
{
"category": "product_version",
"name": "6.1.129",
"product": {
"name": "Open Source Linux Kernel 6.1.129",
"product_id": "T043075-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.1.129"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.6.78",
"product": {
"name": "Open Source Linux Kernel \u003c6.6.78",
"product_id": "T043076"
}
},
{
"category": "product_version",
"name": "6.6.78",
"product": {
"name": "Open Source Linux Kernel 6.6.78",
"product_id": "T043076-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:6.6.78"
}
}
}
],
"category": "product_name",
"name": "Linux Kernel"
}
],
"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": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager \u003c2025.2.1",
"product_id": "T044986"
}
},
{
"category": "product_version",
"name": "2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager 2025.2.1",
"product_id": "T044986-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1"
}
}
}
],
"category": "product_name",
"name": "Security Event Manager"
}
],
"category": "vendor",
"name": "SolarWinds"
},
{
"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-2020-36789",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2020-36789"
},
{
"cve": "CVE-2021-47668",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47668"
},
{
"cve": "CVE-2021-47669",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47669"
},
{
"cve": "CVE-2021-47670",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47670"
},
{
"cve": "CVE-2021-47671",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2021-47671"
},
{
"cve": "CVE-2025-37785",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37838",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37838"
},
{
"cve": "CVE-2025-37860",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37860"
},
{
"cve": "CVE-2025-37893",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37893"
},
{
"cve": "CVE-2025-37925",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-37925"
},
{
"cve": "CVE-2025-38049",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38049"
},
{
"cve": "CVE-2025-38104",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38104"
},
{
"cve": "CVE-2025-38152",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38152"
},
{
"cve": "CVE-2025-38240",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38240"
},
{
"cve": "CVE-2025-38479",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38479"
},
{
"cve": "CVE-2025-38575",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38575"
},
{
"cve": "CVE-2025-38637",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-38637"
},
{
"cve": "CVE-2025-39688",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39688"
},
{
"cve": "CVE-2025-39728",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39728"
},
{
"cve": "CVE-2025-39735",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39735"
},
{
"cve": "CVE-2025-39755",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39755"
},
{
"cve": "CVE-2025-39778",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39778"
},
{
"cve": "CVE-2025-39930",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39930"
},
{
"cve": "CVE-2025-39989",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-39989"
},
{
"cve": "CVE-2025-40014",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40014"
},
{
"cve": "CVE-2025-40114",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40114"
},
{
"cve": "CVE-2025-40325",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40325"
},
{
"cve": "CVE-2025-40364",
"product_status": {
"known_affected": [
"67646",
"T043060",
"393401",
"T004914",
"T043048",
"T043061",
"T043062",
"398363",
"T043041",
"T043063",
"T043042",
"T043064",
"T043043",
"T043065",
"T043044",
"T043066",
"T043045",
"T043067",
"T043046",
"T032255",
"T043058",
"T043059",
"T044986",
"2951",
"T002207",
"T000126",
"T027843",
"T043072",
"T043051",
"T043073",
"T043052",
"T043053",
"T043075",
"T043054",
"T043076",
"T043055",
"T043056",
"T043057",
"T048301"
]
},
"release_date": "2025-04-21T22:00:00.000+00:00",
"title": "CVE-2025-40364"
}
]
}
WID-SEC-W-2025-2855
Vulnerability from csaf_certbund - Published: 2025-12-15 23:00 - Updated: 2026-01-15 23:00Summary
IBM DataPower Gateway: 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: Das DataPower Gateway ist eine Software zur Unterstützung von Unternehmen bei der Erfüllung der Sicherheits- und Integrationsanforderungen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM DataPower Gateway ausnutzen, um beliebigen Programmcode auszuführen, Daten zu manipulieren, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder andere, nicht spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerScale OneFS <4.0.33
Dell / PowerScale OneFS
|
<4.0.33 | ||
|
IBM DataPower Gateway <10.6.6.0
IBM / DataPower Gateway
|
<10.6.6.0 |
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": "Das DataPower Gateway ist eine Software zur Unterst\u00fctzung von Unternehmen bei der Erf\u00fcllung der Sicherheits- und Integrationsanforderungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM DataPower Gateway ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Daten zu manipulieren, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder andere, nicht spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"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-2855 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2855.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2855 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2855"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7254810 vom 2025-12-15",
"url": "https://www.ibm.com/support/pages/node/7254810"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-318 vom 2026-01-16",
"url": "https://www.dell.com/support/kbdoc/000359915"
}
],
"source_lang": "en-US",
"title": "IBM DataPower Gateway: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-15T23:00:00.000+00:00",
"generator": {
"date": "2026-01-16T09:32:06.345+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2855",
"initial_release_date": "2025-12-15T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-15T23: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": "\u003c4.0.33",
"product": {
"name": "Dell PowerScale OneFS \u003c4.0.33",
"product_id": "T050048"
}
},
{
"category": "product_version",
"name": "4.0.33",
"product": {
"name": "Dell PowerScale OneFS 4.0.33",
"product_id": "T050048-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerscale_onefs:4.0.33"
}
}
}
],
"category": "product_name",
"name": "PowerScale OneFS"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.6.6.0",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.6.0",
"product_id": "T049457"
}
},
{
"category": "product_version",
"name": "10.6.6.0",
"product": {
"name": "IBM DataPower Gateway 10.6.6.0",
"product_id": "T049457-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.6.0"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-10044",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2016-10044"
},
{
"cve": "CVE-2024-39500",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-39500"
},
{
"cve": "CVE-2024-42265",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42265"
},
{
"cve": "CVE-2024-42291",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42291"
},
{
"cve": "CVE-2024-42294",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42294"
},
{
"cve": "CVE-2024-42304",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42304"
},
{
"cve": "CVE-2024-42312",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42312"
},
{
"cve": "CVE-2024-42316",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42316"
},
{
"cve": "CVE-2024-42321",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-42321"
},
{
"cve": "CVE-2024-43828",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-43828"
},
{
"cve": "CVE-2024-43846",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-43846"
},
{
"cve": "CVE-2024-43853",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-43853"
},
{
"cve": "CVE-2024-43871",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-43871"
},
{
"cve": "CVE-2024-43898",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-43898"
},
{
"cve": "CVE-2024-44958",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-44958"
},
{
"cve": "CVE-2024-44975",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-44975"
},
{
"cve": "CVE-2024-44987",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-44987"
},
{
"cve": "CVE-2024-44989",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-44989"
},
{
"cve": "CVE-2024-45022",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-45022"
},
{
"cve": "CVE-2024-46750",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-46750"
},
{
"cve": "CVE-2024-46787",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-46787"
},
{
"cve": "CVE-2024-47660",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47660"
},
{
"cve": "CVE-2024-47668",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47668"
},
{
"cve": "CVE-2024-47678",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47678"
},
{
"cve": "CVE-2024-47685",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47685"
},
{
"cve": "CVE-2024-47700",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47700"
},
{
"cve": "CVE-2024-47705",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47705"
},
{
"cve": "CVE-2024-47706",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47706"
},
{
"cve": "CVE-2024-47710",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47710"
},
{
"cve": "CVE-2024-47719",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47719"
},
{
"cve": "CVE-2024-47745",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-47745"
},
{
"cve": "CVE-2024-49851",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49851"
},
{
"cve": "CVE-2024-49860",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49860"
},
{
"cve": "CVE-2024-49870",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49870"
},
{
"cve": "CVE-2024-49875",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49875"
},
{
"cve": "CVE-2024-49881",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49881"
},
{
"cve": "CVE-2024-49882",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49882"
},
{
"cve": "CVE-2024-49883",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49883"
},
{
"cve": "CVE-2024-49884",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49884"
},
{
"cve": "CVE-2024-49885",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49885"
},
{
"cve": "CVE-2024-49886",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49886"
},
{
"cve": "CVE-2024-49889",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49889"
},
{
"cve": "CVE-2024-49927",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49927"
},
{
"cve": "CVE-2024-49933",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49933"
},
{
"cve": "CVE-2024-49935",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49935"
},
{
"cve": "CVE-2024-49954",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49954"
},
{
"cve": "CVE-2024-49959",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49959"
},
{
"cve": "CVE-2024-49960",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49960"
},
{
"cve": "CVE-2024-49962",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49962"
},
{
"cve": "CVE-2024-49968",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49968"
},
{
"cve": "CVE-2024-49975",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49975"
},
{
"cve": "CVE-2024-49983",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49983"
},
{
"cve": "CVE-2024-49994",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-49994"
},
{
"cve": "CVE-2024-50002",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50002"
},
{
"cve": "CVE-2024-50006",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50006"
},
{
"cve": "CVE-2024-50014",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50014"
},
{
"cve": "CVE-2024-50015",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50015"
},
{
"cve": "CVE-2024-50019",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50019"
},
{
"cve": "CVE-2024-50024",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50024"
},
{
"cve": "CVE-2024-50027",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50027"
},
{
"cve": "CVE-2024-50028",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50028"
},
{
"cve": "CVE-2024-50038",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50038"
},
{
"cve": "CVE-2024-50039",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50039"
},
{
"cve": "CVE-2024-50046",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50046"
},
{
"cve": "CVE-2024-50055",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50055"
},
{
"cve": "CVE-2024-50058",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50058"
},
{
"cve": "CVE-2024-50064",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50064"
},
{
"cve": "CVE-2024-50067",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50067"
},
{
"cve": "CVE-2024-50073",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50073"
},
{
"cve": "CVE-2024-50074",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50074"
},
{
"cve": "CVE-2024-50081",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50081"
},
{
"cve": "CVE-2024-50082",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50082"
},
{
"cve": "CVE-2024-50101",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50101"
},
{
"cve": "CVE-2024-50106",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50106"
},
{
"cve": "CVE-2024-50141",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50141"
},
{
"cve": "CVE-2024-50153",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50153"
},
{
"cve": "CVE-2024-50169",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50169"
},
{
"cve": "CVE-2024-50186",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50186"
},
{
"cve": "CVE-2024-50191",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50191"
},
{
"cve": "CVE-2024-50200",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50200"
},
{
"cve": "CVE-2024-50215",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50215"
},
{
"cve": "CVE-2024-50256",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50256"
},
{
"cve": "CVE-2024-50271",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50271"
},
{
"cve": "CVE-2024-50272",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50272"
},
{
"cve": "CVE-2024-50301",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-50301"
},
{
"cve": "CVE-2024-53044",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53044"
},
{
"cve": "CVE-2024-53057",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53057"
},
{
"cve": "CVE-2024-53070",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53070"
},
{
"cve": "CVE-2024-53082",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53082"
},
{
"cve": "CVE-2024-53085",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53085"
},
{
"cve": "CVE-2024-53096",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53096"
},
{
"cve": "CVE-2024-53097",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53097"
},
{
"cve": "CVE-2024-53103",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53103"
},
{
"cve": "CVE-2024-53105",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53105"
},
{
"cve": "CVE-2024-53110",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53110"
},
{
"cve": "CVE-2024-53117",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53117"
},
{
"cve": "CVE-2024-53118",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53118"
},
{
"cve": "CVE-2024-53124",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53124"
},
{
"cve": "CVE-2024-53136",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53136"
},
{
"cve": "CVE-2024-53142",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53142"
},
{
"cve": "CVE-2024-53160",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53160"
},
{
"cve": "CVE-2024-53166",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53166"
},
{
"cve": "CVE-2024-53173",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53173"
},
{
"cve": "CVE-2024-53174",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53174"
},
{
"cve": "CVE-2024-53203",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53203"
},
{
"cve": "CVE-2024-53222",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53222"
},
{
"cve": "CVE-2024-53681",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-53681"
},
{
"cve": "CVE-2024-56558",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2024-56566",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56566"
},
{
"cve": "CVE-2024-56600",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56600"
},
{
"cve": "CVE-2024-56601",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56601"
},
{
"cve": "CVE-2024-56611",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56611"
},
{
"cve": "CVE-2024-56644",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56644"
},
{
"cve": "CVE-2024-56647",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56647"
},
{
"cve": "CVE-2024-56688",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56688"
},
{
"cve": "CVE-2024-56693",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56693"
},
{
"cve": "CVE-2024-56783",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-56783"
},
{
"cve": "CVE-2024-57843",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-57843"
},
{
"cve": "CVE-2024-57884",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-57884"
},
{
"cve": "CVE-2024-57888",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-57888"
},
{
"cve": "CVE-2024-57929",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2024-57929"
},
{
"cve": "CVE-2025-21666",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-21666"
},
{
"cve": "CVE-2025-21669",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-21669"
},
{
"cve": "CVE-2025-21694",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-21694"
},
{
"cve": "CVE-2025-21999",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-21999"
},
{
"cve": "CVE-2025-22058",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-22058"
},
{
"cve": "CVE-2025-22113",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-22113"
},
{
"cve": "CVE-2025-22121",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-22121"
},
{
"cve": "CVE-2025-37785",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-38089",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-38089"
},
{
"cve": "CVE-2025-38200",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-38200"
},
{
"cve": "CVE-2025-38461",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-38461"
},
{
"cve": "CVE-2025-8058",
"product_status": {
"known_affected": [
"T050048",
"T049457"
]
},
"release_date": "2025-12-15T23:00:00.000+00:00",
"title": "CVE-2025-8058"
}
]
}
WID-SEC-W-2026-1118
Vulnerability from csaf_certbund - Published: 2026-04-14 22:00 - Updated: 2026-04-20 22:00Summary
Dell PowerProtect Data Domain OS: 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: Dell PowerProtect Data Domain Operating System (DD OS) ist das Betriebssystem für die PowerProtect Data Domain Appliances von Dell.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain OS ausnutzen, um beliebigen Code auszuführen – sogar mit Root-Rechten –, um erweiterte Rechte zu erlangen – einschließlich Administratorrechte –, um Sicherheitsmaßnahmen zu umgehen, um Daten zu manipulieren, um vertrauliche Informationen offenzulegen oder um andere, nicht näher spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell PowerProtect Data Domain OS <7.13.1.60
Dell / PowerProtect Data Domain OS
|
<7.13.1.60 | ||
|
Dell PowerProtect Data Domain OS <8.6.0.0
Dell / PowerProtect Data Domain OS
|
<8.6.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.20
Dell / PowerProtect Data Domain OS
|
<8.3.1.20 | ||
|
Dell PowerProtect Data Domain OS <8.3.1.30
Dell / PowerProtect Data Domain OS
|
<8.3.1.30 | ||
|
Dell PowerProtect Data Domain OS <7.13.1.70
Dell / PowerProtect Data Domain OS
|
<7.13.1.70 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.0
Dell / PowerProtect Data Domain OS
|
<8.7.0.0 | ||
|
Dell PowerProtect Data Domain OS <8.7.0.1
Dell / PowerProtect Data Domain OS
|
<8.7.0.1 |
References
3 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": "Dell PowerProtect Data Domain Operating System (DD OS) ist das Betriebssystem f\u00fcr die PowerProtect Data Domain Appliances von Dell.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain OS ausnutzen, um beliebigen Code auszuf\u00fchren \u2013 sogar mit Root-Rechten \u2013, um erweiterte Rechte zu erlangen \u2013 einschlie\u00dflich Administratorrechte \u2013, um Sicherheitsma\u00dfnahmen zu umgehen, um Daten zu manipulieren, um vertrauliche Informationen offenzulegen oder um andere, nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges",
"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-1118 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1118.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1118 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1118"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-060 vom 2026-04-14",
"url": "https://www.dell.com/support/kbdoc/000450699"
}
],
"source_lang": "en-US",
"title": "Dell PowerProtect Data Domain OS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-20T22:00:00.000+00:00",
"generator": {
"date": "2026-04-21T08:05:16.556+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1118",
"initial_release_date": "2026-04-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-23378"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2025-209517, EUVD-2026-23392, EUVD-2026-23396, EUVD-2026-23401, EUVD-2026-23405, EUVD-2026-23406, EUVD-2026-23407, EUVD-2026-23411, EUVD-2026-23413, EUVD-2025-209519, EUVD-2025-209521, EUVD-2025-209523, EUVD-2025-209524"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "4",
"summary": "Referenz(en) aufgenommen: EUVD-2026-23879, EUVD-2026-23885, EUVD-2026-23884, EUVD-2026-23899, EUVD-2026-23886, EUVD-2026-23914, EUVD-2026-23906, EUVD-2026-23895, EUVD-2026-23898, EUVD-2026-23917"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.7.0.0",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c8.7.0.0",
"product_id": "T052841"
}
},
{
"category": "product_version",
"name": "8.7.0.0",
"product": {
"name": "Dell PowerProtect Data Domain OS 8.7.0.0",
"product_id": "T052841-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:8.7.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.7.0.1",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c8.7.0.1",
"product_id": "T052842"
}
},
{
"category": "product_version",
"name": "8.7.0.1",
"product": {
"name": "Dell PowerProtect Data Domain OS 8.7.0.1",
"product_id": "T052842-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:8.7.0.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.1.30",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c8.3.1.30",
"product_id": "T052843"
}
},
{
"category": "product_version",
"name": "8.3.1.30",
"product": {
"name": "Dell PowerProtect Data Domain OS 8.3.1.30",
"product_id": "T052843-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:8.3.1.30"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.13.1.70",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c7.13.1.70",
"product_id": "T052844"
}
},
{
"category": "product_version",
"name": "7.13.1.70",
"product": {
"name": "Dell PowerProtect Data Domain OS 7.13.1.70",
"product_id": "T052844-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:7.13.1.70"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.6.0.0",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c8.6.0.0",
"product_id": "T052845"
}
},
{
"category": "product_version",
"name": "8.6.0.0",
"product": {
"name": "Dell PowerProtect Data Domain OS 8.6.0.0",
"product_id": "T052845-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:8.6.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.1.20",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c8.3.1.20",
"product_id": "T052846"
}
},
{
"category": "product_version",
"name": "8.3.1.20",
"product": {
"name": "Dell PowerProtect Data Domain OS 8.3.1.20",
"product_id": "T052846-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:8.3.1.20"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.13.1.60",
"product": {
"name": "Dell PowerProtect Data Domain OS \u003c7.13.1.60",
"product_id": "T052847"
}
},
{
"category": "product_version",
"name": "7.13.1.60",
"product": {
"name": "Dell PowerProtect Data Domain OS 7.13.1.60",
"product_id": "T052847-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:dell:powerprotect_data_domain_os:7.13.1.60"
}
}
}
],
"category": "product_name",
"name": "PowerProtect Data Domain OS"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-9840",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2016-9840"
},
{
"cve": "CVE-2024-12718",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2024-2236",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2024-2236"
},
{
"cve": "CVE-2024-47081",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2024-47081"
},
{
"cve": "CVE-2024-9143",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2025-0938",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-0938"
},
{
"cve": "CVE-2025-21993",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-21993"
},
{
"cve": "CVE-2025-21996",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-21996"
},
{
"cve": "CVE-2025-22007",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22007"
},
{
"cve": "CVE-2025-22018",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22018"
},
{
"cve": "CVE-2025-22027",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22027"
},
{
"cve": "CVE-2025-22037",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22037"
},
{
"cve": "CVE-2025-22038",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22038"
},
{
"cve": "CVE-2025-22063",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-22063"
},
{
"cve": "CVE-2025-23136",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-23136"
},
{
"cve": "CVE-2025-36568",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-36568"
},
{
"cve": "CVE-2025-37785",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37800",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37800"
},
{
"cve": "CVE-2025-37801",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37801"
},
{
"cve": "CVE-2025-37802",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37802"
},
{
"cve": "CVE-2025-37803",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37803"
},
{
"cve": "CVE-2025-37805",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37805"
},
{
"cve": "CVE-2025-37925",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-37925"
},
{
"cve": "CVE-2025-4207",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-4207"
},
{
"cve": "CVE-2025-4516",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4598",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-4598"
},
{
"cve": "CVE-2025-46605",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-46605"
},
{
"cve": "CVE-2025-46606",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-46606"
},
{
"cve": "CVE-2025-46607",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-46607"
},
{
"cve": "CVE-2025-46641",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-46641"
},
{
"cve": "CVE-2025-4877",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-4877"
},
{
"cve": "CVE-2025-4878",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-4878"
},
{
"cve": "CVE-2025-48976",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-49794",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-49794"
},
{
"cve": "CVE-2025-49796",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-5278",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-5278"
},
{
"cve": "CVE-2025-5318",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-5372",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-5372"
},
{
"cve": "CVE-2025-6020",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-6020"
},
{
"cve": "CVE-2025-6021",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-6021"
},
{
"cve": "CVE-2025-6069",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-6170",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-6170"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-7425",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2025-7425"
},
{
"cve": "CVE-2026-22761",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-22761"
},
{
"cve": "CVE-2026-23774",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23774"
},
{
"cve": "CVE-2026-23775",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23775"
},
{
"cve": "CVE-2026-23776",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23776"
},
{
"cve": "CVE-2026-23777",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23777"
},
{
"cve": "CVE-2026-23778",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23778"
},
{
"cve": "CVE-2026-23779",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23779"
},
{
"cve": "CVE-2026-23853",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-23853"
},
{
"cve": "CVE-2026-24504",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-24504"
},
{
"cve": "CVE-2026-24505",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-24505"
},
{
"cve": "CVE-2026-24506",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-24506"
},
{
"cve": "CVE-2026-26942",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26942"
},
{
"cve": "CVE-2026-26943",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26943"
},
{
"cve": "CVE-2026-26944",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26944"
},
{
"cve": "CVE-2026-26951",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-26951"
},
{
"cve": "CVE-2026-28263",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-28263"
},
{
"cve": "CVE-2026-35072",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-35072"
},
{
"cve": "CVE-2026-35073",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-35073"
},
{
"cve": "CVE-2026-35074",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-35074"
},
{
"cve": "CVE-2026-35153",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-35153"
},
{
"cve": "CVE-2026-35154",
"product_status": {
"known_affected": [
"T052847",
"T052845",
"T052846",
"T052843",
"T052844",
"T052841",
"T052842"
]
},
"release_date": "2026-04-14T22:00:00.000+00:00",
"title": "CVE-2026-35154"
}
]
}
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…