Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-46229 (GCVE-0-2026-46229)
Vulnerability from cvelistv5 – Published: 2026-05-28 09:40 – Updated: 2026-05-28 09:40
VLAI
EPSS
Title
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
Summary
In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE
but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated
VRAM with stale data from prior use observable by compute kernels.
The GEM ioctl path already sets VRAM_CLEARED for all userspace
allocations via amdgpu_gem_create_ioctl() and
amdgpu_mode_dumb_create(). The KFD path was missing this flag,
allowing stale page table remnants to leak into user buffers.
This causes crashes in RCCL P2P transport where non-zero data in
ptrExchange/head/tail fields corrupts the protocol handshake.
Severity
No CVSS data available.
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 , < 1db431380879fd9d28b763a88a0c0431be5be8df
(git)
Affected: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 , < 32b153658f017ad2f5bf8aab479e8d16ac95bc3a (git) Affected: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 , < 77d0b5d11387071770246fd0185a69fa28e8e109 (git) Affected: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 , < 047d44d8d29a6a1a5757256837aa9dd78e3cd0b5 (git) Affected: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 , < ad52d61d82181dbdb7f05826de38352d5e550cc2 (git) Affected: 0 , < 6.6.140 (semver) Affected: 0 , < 6.12.90 (semver) Affected: 0 , < 6.18.32 (semver) Affected: 0 , < 7.0.9 (semver) |
|
| Linux | Linux |
Unaffected:
6.6.140 , ≤ 6.6.*
(semver)
Unaffected: 6.12.90 , ≤ 6.12.* (semver) Unaffected: 6.18.32 , ≤ 6.18.* (semver) Unaffected: 7.0.9 , ≤ 7.0.* (semver) Unaffected: 7.1-rc1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "1db431380879fd9d28b763a88a0c0431be5be8df",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "32b153658f017ad2f5bf8aab479e8d16ac95bc3a",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "77d0b5d11387071770246fd0185a69fa28e8e109",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "047d44d8d29a6a1a5757256837aa9dd78e3cd0b5",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "ad52d61d82181dbdb7f05826de38352d5e550cc2",
"status": "affected",
"version": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
"versionType": "git"
},
{
"lessThan": "6.6.140",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.12.90",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "6.18.32",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "7.0.9",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.140",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.90",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.32",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.9",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.140",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.90",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.32",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1-rc1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Clear VRAM on allocation to prevent stale data exposure\n\nKFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE\nbut not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated\nVRAM with stale data from prior use observable by compute kernels.\n\nThe GEM ioctl path already sets VRAM_CLEARED for all userspace\nallocations via amdgpu_gem_create_ioctl() and\namdgpu_mode_dumb_create(). The KFD path was missing this flag,\nallowing stale page table remnants to leak into user buffers.\n\nThis causes crashes in RCCL P2P transport where non-zero data in\nptrExchange/head/tail fields corrupts the protocol handshake."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-28T09:40:51.300Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/1db431380879fd9d28b763a88a0c0431be5be8df"
},
{
"url": "https://git.kernel.org/stable/c/32b153658f017ad2f5bf8aab479e8d16ac95bc3a"
},
{
"url": "https://git.kernel.org/stable/c/77d0b5d11387071770246fd0185a69fa28e8e109"
},
{
"url": "https://git.kernel.org/stable/c/047d44d8d29a6a1a5757256837aa9dd78e3cd0b5"
},
{
"url": "https://git.kernel.org/stable/c/ad52d61d82181dbdb7f05826de38352d5e550cc2"
}
],
"title": "drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-46229",
"datePublished": "2026-05-28T09:40:51.300Z",
"dateReserved": "2026-05-13T15:03:33.106Z",
"dateUpdated": "2026-05-28T09:40:51.300Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-46229",
"date": "2026-05-29",
"epss": "0.00018",
"percentile": "0.05164"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-46229\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-28T10:16:38.520\",\"lastModified\":\"2026-05-28T13:44:01.663\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/amdkfd: Clear VRAM on allocation to prevent stale data exposure\\n\\nKFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE\\nbut not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated\\nVRAM with stale data from prior use observable by compute kernels.\\n\\nThe GEM ioctl path already sets VRAM_CLEARED for all userspace\\nallocations via amdgpu_gem_create_ioctl() and\\namdgpu_mode_dumb_create(). The KFD path was missing this flag,\\nallowing stale page table remnants to leak into user buffers.\\n\\nThis causes crashes in RCCL P2P transport where non-zero data in\\nptrExchange/head/tail fields corrupts the protocol handshake.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/047d44d8d29a6a1a5757256837aa9dd78e3cd0b5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1db431380879fd9d28b763a88a0c0431be5be8df\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/32b153658f017ad2f5bf8aab479e8d16ac95bc3a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/77d0b5d11387071770246fd0185a69fa28e8e109\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ad52d61d82181dbdb7f05826de38352d5e550cc2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
FKIE_CVE-2026-46229
Vulnerability from fkie_nvd - Published: 2026-05-28 10:16 - Updated: 2026-05-28 13:44
Severity
Summary
In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE
but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated
VRAM with stale data from prior use observable by compute kernels.
The GEM ioctl path already sets VRAM_CLEARED for all userspace
allocations via amdgpu_gem_create_ioctl() and
amdgpu_mode_dumb_create(). The KFD path was missing this flag,
allowing stale page table remnants to leak into user buffers.
This causes crashes in RCCL P2P transport where non-zero data in
ptrExchange/head/tail fields corrupts the protocol handshake.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Clear VRAM on allocation to prevent stale data exposure\n\nKFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE\nbut not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated\nVRAM with stale data from prior use observable by compute kernels.\n\nThe GEM ioctl path already sets VRAM_CLEARED for all userspace\nallocations via amdgpu_gem_create_ioctl() and\namdgpu_mode_dumb_create(). The KFD path was missing this flag,\nallowing stale page table remnants to leak into user buffers.\n\nThis causes crashes in RCCL P2P transport where non-zero data in\nptrExchange/head/tail fields corrupts the protocol handshake."
}
],
"id": "CVE-2026-46229",
"lastModified": "2026-05-28T13:44:01.663",
"metrics": {},
"published": "2026-05-28T10:16:38.520",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/047d44d8d29a6a1a5757256837aa9dd78e3cd0b5"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/1db431380879fd9d28b763a88a0c0431be5be8df"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/32b153658f017ad2f5bf8aab479e8d16ac95bc3a"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/77d0b5d11387071770246fd0185a69fa28e8e109"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/ad52d61d82181dbdb7f05826de38352d5e550cc2"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis"
}
GHSA-W77M-3J47-48FR
Vulnerability from github – Published: 2026-05-28 12:30 – Updated: 2026-05-28 12:30
VLAI
Details
In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated VRAM with stale data from prior use observable by compute kernels.
The GEM ioctl path already sets VRAM_CLEARED for all userspace allocations via amdgpu_gem_create_ioctl() and amdgpu_mode_dumb_create(). The KFD path was missing this flag, allowing stale page table remnants to leak into user buffers.
This causes crashes in RCCL P2P transport where non-zero data in ptrExchange/head/tail fields corrupts the protocol handshake.
{
"affected": [],
"aliases": [
"CVE-2026-46229"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-05-28T10:16:38Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Clear VRAM on allocation to prevent stale data exposure\n\nKFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE\nbut not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving freshly allocated\nVRAM with stale data from prior use observable by compute kernels.\n\nThe GEM ioctl path already sets VRAM_CLEARED for all userspace\nallocations via amdgpu_gem_create_ioctl() and\namdgpu_mode_dumb_create(). The KFD path was missing this flag,\nallowing stale page table remnants to leak into user buffers.\n\nThis causes crashes in RCCL P2P transport where non-zero data in\nptrExchange/head/tail fields corrupts the protocol handshake.",
"id": "GHSA-w77m-3j47-48fr",
"modified": "2026-05-28T12:30:33Z",
"published": "2026-05-28T12:30:33Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46229"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/047d44d8d29a6a1a5757256837aa9dd78e3cd0b5"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/1db431380879fd9d28b763a88a0c0431be5be8df"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/32b153658f017ad2f5bf8aab479e8d16ac95bc3a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/77d0b5d11387071770246fd0185a69fa28e8e109"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/ad52d61d82181dbdb7f05826de38352d5e550cc2"
}
],
"schema_version": "1.4.0",
"severity": []
}
MSRC_CVE-2026-46229
Vulnerability from csaf_microsoft - Published: 2026-05-02 00:00 - Updated: 2026-05-29 01:03Summary
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
Affected products
Under investigation
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46229 drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-46229.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure",
"tracking": {
"current_release_date": "2026-05-29T01:03:46.000Z",
"generator": {
"date": "2026-05-29T07:23:45.836Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-46229",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-29T01:03:46.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-46229",
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"under_investigation": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46229 drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-46229.json"
}
],
"title": "drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure"
}
]
}
WID-SEC-W-2026-1700
Vulnerability from csaf_certbund - Published: 2026-05-27 22:00 - Updated: 2026-05-28 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 Angriff durchzuführen oder andere nicht näher spezifizierte Auswirkungen zu erzielen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— |
References
203 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 Angriff durchzuf\u00fchren oder andere nicht n\u00e4her spezifizierte Auswirkungen zu erzielen.",
"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-2026-1700 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1700.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1700 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1700"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71311",
"url": "https://lore.kernel.org/linux-cve-announce/2026052715-CVE-2025-71311-0a09@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-71312",
"url": "https://lore.kernel.org/linux-cve-announce/2026052716-CVE-2025-71312-7652@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45881",
"url": "https://lore.kernel.org/linux-cve-announce/2026052715-CVE-2026-45881-802e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45885",
"url": "https://lore.kernel.org/linux-cve-announce/2026052716-CVE-2026-45885-d29f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45886",
"url": "https://lore.kernel.org/linux-cve-announce/2026052716-CVE-2026-45886-60e4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45887",
"url": "https://lore.kernel.org/linux-cve-announce/2026052716-CVE-2026-45887-8c83@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45888",
"url": "https://lore.kernel.org/linux-cve-announce/2026052717-CVE-2026-45888-05b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45889",
"url": "https://lore.kernel.org/linux-cve-announce/2026052717-CVE-2026-45889-b9d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45890",
"url": "https://lore.kernel.org/linux-cve-announce/2026052717-CVE-2026-45890-a18a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45913",
"url": "https://lore.kernel.org/linux-cve-announce/2026052722-CVE-2026-45913-19f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45914",
"url": "https://lore.kernel.org/linux-cve-announce/2026052723-CVE-2026-45914-eaae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45915",
"url": "https://lore.kernel.org/linux-cve-announce/2026052723-CVE-2026-45915-ddf9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45916",
"url": "https://lore.kernel.org/linux-cve-announce/2026052723-CVE-2026-45916-97a0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45917",
"url": "https://lore.kernel.org/linux-cve-announce/2026052723-CVE-2026-45917-7597@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45918",
"url": "https://lore.kernel.org/linux-cve-announce/2026052724-CVE-2026-45918-701d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45919",
"url": "https://lore.kernel.org/linux-cve-announce/2026052724-CVE-2026-45919-5649@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45920",
"url": "https://lore.kernel.org/linux-cve-announce/2026052724-CVE-2026-45920-db68@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45921",
"url": "https://lore.kernel.org/linux-cve-announce/2026052724-CVE-2026-45921-065b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45922",
"url": "https://lore.kernel.org/linux-cve-announce/2026052724-CVE-2026-45922-fcb3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45923",
"url": "https://lore.kernel.org/linux-cve-announce/2026052725-CVE-2026-45923-feed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45924",
"url": "https://lore.kernel.org/linux-cve-announce/2026052725-CVE-2026-45924-5cd5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45925",
"url": "https://lore.kernel.org/linux-cve-announce/2026052725-CVE-2026-45925-7068@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45926",
"url": "https://lore.kernel.org/linux-cve-announce/2026052725-CVE-2026-45926-cc92@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45927",
"url": "https://lore.kernel.org/linux-cve-announce/2026052726-CVE-2026-45927-e864@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45928",
"url": "https://lore.kernel.org/linux-cve-announce/2026052726-CVE-2026-45928-1558@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45929",
"url": "https://lore.kernel.org/linux-cve-announce/2026052726-CVE-2026-45929-609a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45930",
"url": "https://lore.kernel.org/linux-cve-announce/2026052726-CVE-2026-45930-1ec6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45931",
"url": "https://lore.kernel.org/linux-cve-announce/2026052727-CVE-2026-45931-e8b8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45932",
"url": "https://lore.kernel.org/linux-cve-announce/2026052727-CVE-2026-45932-4fdf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45933",
"url": "https://lore.kernel.org/linux-cve-announce/2026052727-CVE-2026-45933-ed08@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45934",
"url": "https://lore.kernel.org/linux-cve-announce/2026052727-CVE-2026-45934-e159@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45935",
"url": "https://lore.kernel.org/linux-cve-announce/2026052727-CVE-2026-45935-aea5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45936",
"url": "https://lore.kernel.org/linux-cve-announce/2026052728-CVE-2026-45936-d84c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45937",
"url": "https://lore.kernel.org/linux-cve-announce/2026052728-CVE-2026-45937-6316@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45938",
"url": "https://lore.kernel.org/linux-cve-announce/2026052728-CVE-2026-45938-0bb2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45939",
"url": "https://lore.kernel.org/linux-cve-announce/2026052728-CVE-2026-45939-1264@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45940",
"url": "https://lore.kernel.org/linux-cve-announce/2026052729-CVE-2026-45940-4159@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45941",
"url": "https://lore.kernel.org/linux-cve-announce/2026052729-CVE-2026-45941-2ecb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45942",
"url": "https://lore.kernel.org/linux-cve-announce/2026052729-CVE-2026-45942-fe56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45943",
"url": "https://lore.kernel.org/linux-cve-announce/2026052729-CVE-2026-45943-be8d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45944",
"url": "https://lore.kernel.org/linux-cve-announce/2026052730-CVE-2026-45944-b9f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45945",
"url": "https://lore.kernel.org/linux-cve-announce/2026052730-CVE-2026-45945-6975@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45946",
"url": "https://lore.kernel.org/linux-cve-announce/2026052730-CVE-2026-45946-705a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45947",
"url": "https://lore.kernel.org/linux-cve-announce/2026052730-CVE-2026-45947-aad9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45948",
"url": "https://lore.kernel.org/linux-cve-announce/2026052731-CVE-2026-45948-ea2b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45949",
"url": "https://lore.kernel.org/linux-cve-announce/2026052731-CVE-2026-45949-29d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45950",
"url": "https://lore.kernel.org/linux-cve-announce/2026052731-CVE-2026-45950-f8f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45951",
"url": "https://lore.kernel.org/linux-cve-announce/2026052731-CVE-2026-45951-dc78@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45952",
"url": "https://lore.kernel.org/linux-cve-announce/2026052731-CVE-2026-45952-8392@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45953",
"url": "https://lore.kernel.org/linux-cve-announce/2026052732-CVE-2026-45953-7e84@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45954",
"url": "https://lore.kernel.org/linux-cve-announce/2026052732-CVE-2026-45954-5d56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45955",
"url": "https://lore.kernel.org/linux-cve-announce/2026052732-CVE-2026-45955-00bf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45956",
"url": "https://lore.kernel.org/linux-cve-announce/2026052732-CVE-2026-45956-50e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45957",
"url": "https://lore.kernel.org/linux-cve-announce/2026052733-CVE-2026-45957-eb03@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45958",
"url": "https://lore.kernel.org/linux-cve-announce/2026052733-CVE-2026-45958-f9a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45959",
"url": "https://lore.kernel.org/linux-cve-announce/2026052733-CVE-2026-45959-5456@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45960",
"url": "https://lore.kernel.org/linux-cve-announce/2026052733-CVE-2026-45960-ff23@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45961",
"url": "https://lore.kernel.org/linux-cve-announce/2026052734-CVE-2026-45961-ca6d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45962",
"url": "https://lore.kernel.org/linux-cve-announce/2026052734-CVE-2026-45962-cd10@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45963",
"url": "https://lore.kernel.org/linux-cve-announce/2026052734-CVE-2026-45963-eb3d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45964",
"url": "https://lore.kernel.org/linux-cve-announce/2026052734-CVE-2026-45964-a8a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45965",
"url": "https://lore.kernel.org/linux-cve-announce/2026052734-CVE-2026-45965-5414@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45966",
"url": "https://lore.kernel.org/linux-cve-announce/2026052735-CVE-2026-45966-3a47@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45967",
"url": "https://lore.kernel.org/linux-cve-announce/2026052735-CVE-2026-45967-b219@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45968",
"url": "https://lore.kernel.org/linux-cve-announce/2026052735-CVE-2026-45968-489e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45969",
"url": "https://lore.kernel.org/linux-cve-announce/2026052735-CVE-2026-45969-a681@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45970",
"url": "https://lore.kernel.org/linux-cve-announce/2026052736-CVE-2026-45970-72d9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45971",
"url": "https://lore.kernel.org/linux-cve-announce/2026052736-CVE-2026-45971-592c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45972",
"url": "https://lore.kernel.org/linux-cve-announce/2026052736-CVE-2026-45972-6b55@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45973",
"url": "https://lore.kernel.org/linux-cve-announce/2026052736-CVE-2026-45973-7864@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45974",
"url": "https://lore.kernel.org/linux-cve-announce/2026052737-CVE-2026-45974-c88c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45975",
"url": "https://lore.kernel.org/linux-cve-announce/2026052737-CVE-2026-45975-e0a6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45976",
"url": "https://lore.kernel.org/linux-cve-announce/2026052737-CVE-2026-45976-efa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45977",
"url": "https://lore.kernel.org/linux-cve-announce/2026052737-CVE-2026-45977-0664@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45978",
"url": "https://lore.kernel.org/linux-cve-announce/2026052737-CVE-2026-45978-c2e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45979",
"url": "https://lore.kernel.org/linux-cve-announce/2026052738-CVE-2026-45979-99b3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45980",
"url": "https://lore.kernel.org/linux-cve-announce/2026052738-CVE-2026-45980-bb40@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45981",
"url": "https://lore.kernel.org/linux-cve-announce/2026052738-CVE-2026-45981-962a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45982",
"url": "https://lore.kernel.org/linux-cve-announce/2026052738-CVE-2026-45982-0555@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45983",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45983-59f2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45984",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45984-107d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45985",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45985-6195@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45986",
"url": "https://lore.kernel.org/linux-cve-announce/2026052736-CVE-2026-45986-5c92@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45987",
"url": "https://lore.kernel.org/linux-cve-announce/2026052738-CVE-2026-45987-c25b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45988",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45988-40f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45989",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45989-b32d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45990",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45990-09a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45991",
"url": "https://lore.kernel.org/linux-cve-announce/2026052739-CVE-2026-45991-24df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45992",
"url": "https://lore.kernel.org/linux-cve-announce/2026052740-CVE-2026-45992-6b79@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45993",
"url": "https://lore.kernel.org/linux-cve-announce/2026052740-CVE-2026-45993-3e54@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45994",
"url": "https://lore.kernel.org/linux-cve-announce/2026052740-CVE-2026-45994-3605@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45995",
"url": "https://lore.kernel.org/linux-cve-announce/2026052740-CVE-2026-45995-7e97@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45996",
"url": "https://lore.kernel.org/linux-cve-announce/2026052741-CVE-2026-45996-8dc5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45997",
"url": "https://lore.kernel.org/linux-cve-announce/2026052741-CVE-2026-45997-1c32@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45998",
"url": "https://lore.kernel.org/linux-cve-announce/2026052741-CVE-2026-45998-6b5d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-45999",
"url": "https://lore.kernel.org/linux-cve-announce/2026052741-CVE-2026-45999-dac4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46000",
"url": "https://lore.kernel.org/linux-cve-announce/2026052742-CVE-2026-46000-b884@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46001",
"url": "https://lore.kernel.org/linux-cve-announce/2026052742-CVE-2026-46001-8d51@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46002",
"url": "https://lore.kernel.org/linux-cve-announce/2026052742-CVE-2026-46002-002d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46003",
"url": "https://lore.kernel.org/linux-cve-announce/2026052742-CVE-2026-46003-2034@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46004",
"url": "https://lore.kernel.org/linux-cve-announce/2026052742-CVE-2026-46004-7e24@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46005",
"url": "https://lore.kernel.org/linux-cve-announce/2026052743-CVE-2026-46005-525f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46006",
"url": "https://lore.kernel.org/linux-cve-announce/2026052743-CVE-2026-46006-2a21@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46007",
"url": "https://lore.kernel.org/linux-cve-announce/2026052743-CVE-2026-46007-5095@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46008",
"url": "https://lore.kernel.org/linux-cve-announce/2026052743-CVE-2026-46008-aa99@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46009",
"url": "https://lore.kernel.org/linux-cve-announce/2026052744-CVE-2026-46009-9254@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46010",
"url": "https://lore.kernel.org/linux-cve-announce/2026052744-CVE-2026-46010-e0b6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46011",
"url": "https://lore.kernel.org/linux-cve-announce/2026052744-CVE-2026-46011-ca0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46012",
"url": "https://lore.kernel.org/linux-cve-announce/2026052744-CVE-2026-46012-f467@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46013",
"url": "https://lore.kernel.org/linux-cve-announce/2026052745-CVE-2026-46013-3562@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46014",
"url": "https://lore.kernel.org/linux-cve-announce/2026052745-CVE-2026-46014-5f5a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46015",
"url": "https://lore.kernel.org/linux-cve-announce/2026052745-CVE-2026-46015-796a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46016",
"url": "https://lore.kernel.org/linux-cve-announce/2026052745-CVE-2026-46016-e12d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46017",
"url": "https://lore.kernel.org/linux-cve-announce/2026052745-CVE-2026-46017-1f1b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46018",
"url": "https://lore.kernel.org/linux-cve-announce/2026052746-CVE-2026-46018-ac95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46019",
"url": "https://lore.kernel.org/linux-cve-announce/2026052746-CVE-2026-46019-f6e6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46020",
"url": "https://lore.kernel.org/linux-cve-announce/2026052746-CVE-2026-46020-3827@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46021",
"url": "https://lore.kernel.org/linux-cve-announce/2026052746-CVE-2026-46021-095e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46022",
"url": "https://lore.kernel.org/linux-cve-announce/2026052747-CVE-2026-46022-f6dc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46023",
"url": "https://lore.kernel.org/linux-cve-announce/2026052747-CVE-2026-46023-db23@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46024",
"url": "https://lore.kernel.org/linux-cve-announce/2026052747-CVE-2026-46024-1d35@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46025",
"url": "https://lore.kernel.org/linux-cve-announce/2026052747-CVE-2026-46025-cae8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46026",
"url": "https://lore.kernel.org/linux-cve-announce/2026052748-CVE-2026-46026-4b5a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46027",
"url": "https://lore.kernel.org/linux-cve-announce/2026052748-CVE-2026-46027-91a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46028",
"url": "https://lore.kernel.org/linux-cve-announce/2026052748-CVE-2026-46028-4f01@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46029",
"url": "https://lore.kernel.org/linux-cve-announce/2026052748-CVE-2026-46029-2bc5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46030",
"url": "https://lore.kernel.org/linux-cve-announce/2026052748-CVE-2026-46030-b18a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46031",
"url": "https://lore.kernel.org/linux-cve-announce/2026052749-CVE-2026-46031-b59b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46032",
"url": "https://lore.kernel.org/linux-cve-announce/2026052749-CVE-2026-46032-9c0d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46033",
"url": "https://lore.kernel.org/linux-cve-announce/2026052749-CVE-2026-46033-dcad@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46034",
"url": "https://lore.kernel.org/linux-cve-announce/2026052749-CVE-2026-46034-b4eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46035",
"url": "https://lore.kernel.org/linux-cve-announce/2026052750-CVE-2026-46035-2f93@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46036",
"url": "https://lore.kernel.org/linux-cve-announce/2026052750-CVE-2026-46036-be69@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46037",
"url": "https://lore.kernel.org/linux-cve-announce/2026052750-CVE-2026-46037-aa9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46038",
"url": "https://lore.kernel.org/linux-cve-announce/2026052750-CVE-2026-46038-ec0d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46039",
"url": "https://lore.kernel.org/linux-cve-announce/2026052751-CVE-2026-46039-e5c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46040",
"url": "https://lore.kernel.org/linux-cve-announce/2026052751-CVE-2026-46040-67a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46041",
"url": "https://lore.kernel.org/linux-cve-announce/2026052751-CVE-2026-46041-d696@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46042",
"url": "https://lore.kernel.org/linux-cve-announce/2026052751-CVE-2026-46042-94e1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46043",
"url": "https://lore.kernel.org/linux-cve-announce/2026052751-CVE-2026-46043-153e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46044",
"url": "https://lore.kernel.org/linux-cve-announce/2026052752-CVE-2026-46044-6965@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46045",
"url": "https://lore.kernel.org/linux-cve-announce/2026052752-CVE-2026-46045-ce33@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46046",
"url": "https://lore.kernel.org/linux-cve-announce/2026052752-CVE-2026-46046-045e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46047",
"url": "https://lore.kernel.org/linux-cve-announce/2026052752-CVE-2026-46047-5701@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46048",
"url": "https://lore.kernel.org/linux-cve-announce/2026052753-CVE-2026-46048-f25e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46049",
"url": "https://lore.kernel.org/linux-cve-announce/2026052753-CVE-2026-46049-931e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46050",
"url": "https://lore.kernel.org/linux-cve-announce/2026052753-CVE-2026-46050-8377@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46051",
"url": "https://lore.kernel.org/linux-cve-announce/2026052753-CVE-2026-46051-e465@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46052",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46052-d212@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46053",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46053-a24e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46054",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46054-b185@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46055",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46055-942d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46056",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46056-0ff1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46057",
"url": "https://lore.kernel.org/linux-cve-announce/2026052755-CVE-2026-46057-9504@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46058",
"url": "https://lore.kernel.org/linux-cve-announce/2026052755-CVE-2026-46058-8b18@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46059",
"url": "https://lore.kernel.org/linux-cve-announce/2026052755-CVE-2026-46059-6ef4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46060",
"url": "https://lore.kernel.org/linux-cve-announce/2026052755-CVE-2026-46060-38cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46061",
"url": "https://lore.kernel.org/linux-cve-announce/2026052756-CVE-2026-46061-c3d0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46062",
"url": "https://lore.kernel.org/linux-cve-announce/2026052756-CVE-2026-46062-35ef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46063",
"url": "https://lore.kernel.org/linux-cve-announce/2026052756-CVE-2026-46063-18c4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46064",
"url": "https://lore.kernel.org/linux-cve-announce/2026052756-CVE-2026-46064-ba4f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46065",
"url": "https://lore.kernel.org/linux-cve-announce/2026052757-CVE-2026-46065-9fb8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46066",
"url": "https://lore.kernel.org/linux-cve-announce/2026052757-CVE-2026-46066-0f6f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46067",
"url": "https://lore.kernel.org/linux-cve-announce/2026052757-CVE-2026-46067-aef8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46068",
"url": "https://lore.kernel.org/linux-cve-announce/2026052757-CVE-2026-46068-1fce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46069",
"url": "https://lore.kernel.org/linux-cve-announce/2026052757-CVE-2026-46069-b583@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46070",
"url": "https://lore.kernel.org/linux-cve-announce/2026052758-CVE-2026-46070-1876@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46071",
"url": "https://lore.kernel.org/linux-cve-announce/2026052758-CVE-2026-46071-d16a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46072",
"url": "https://lore.kernel.org/linux-cve-announce/2026052758-CVE-2026-46072-1129@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46073",
"url": "https://lore.kernel.org/linux-cve-announce/2026052758-CVE-2026-46073-37b0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46074",
"url": "https://lore.kernel.org/linux-cve-announce/2026052759-CVE-2026-46074-8ff5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46075",
"url": "https://lore.kernel.org/linux-cve-announce/2026052759-CVE-2026-46075-8a6c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46076",
"url": "https://lore.kernel.org/linux-cve-announce/2026052759-CVE-2026-46076-699a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46077",
"url": "https://lore.kernel.org/linux-cve-announce/2026052759-CVE-2026-46077-58d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46078",
"url": "https://lore.kernel.org/linux-cve-announce/2026052700-CVE-2026-46078-dc1f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46079",
"url": "https://lore.kernel.org/linux-cve-announce/2026052700-CVE-2026-46079-52e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46080",
"url": "https://lore.kernel.org/linux-cve-announce/2026052700-CVE-2026-46080-bbd7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46081",
"url": "https://lore.kernel.org/linux-cve-announce/2026052700-CVE-2026-46081-dd38@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46082",
"url": "https://lore.kernel.org/linux-cve-announce/2026052700-CVE-2026-46082-48fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46083",
"url": "https://lore.kernel.org/linux-cve-announce/2026052701-CVE-2026-46083-3ddd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46084",
"url": "https://lore.kernel.org/linux-cve-announce/2026052701-CVE-2026-46084-b254@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46085",
"url": "https://lore.kernel.org/linux-cve-announce/2026052701-CVE-2026-46085-4a40@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46086",
"url": "https://lore.kernel.org/linux-cve-announce/2026052701-CVE-2026-46086-d3c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46087",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46087-c7c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46088",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46088-76b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46089",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46089-7cbd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46090",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46090-1211@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46091",
"url": "https://lore.kernel.org/linux-cve-announce/2026052703-CVE-2026-46091-fb17@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46092",
"url": "https://lore.kernel.org/linux-cve-announce/2026052703-CVE-2026-46092-7130@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46093",
"url": "https://lore.kernel.org/linux-cve-announce/2026052703-CVE-2026-46093-30ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46094",
"url": "https://lore.kernel.org/linux-cve-announce/2026052703-CVE-2026-46094-7344@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46095",
"url": "https://lore.kernel.org/linux-cve-announce/2026052703-CVE-2026-46095-2758@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46096",
"url": "https://lore.kernel.org/linux-cve-announce/2026052704-CVE-2026-46096-b0bd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46097",
"url": "https://lore.kernel.org/linux-cve-announce/2026052704-CVE-2026-46097-3294@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46098",
"url": "https://lore.kernel.org/linux-cve-announce/2026052704-CVE-2026-46098-ec82@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46099",
"url": "https://lore.kernel.org/linux-cve-announce/2026052704-CVE-2026-46099-2a55@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46100",
"url": "https://lore.kernel.org/linux-cve-announce/2026052705-CVE-2026-46100-fa8e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46101",
"url": "https://lore.kernel.org/linux-cve-announce/2026052705-CVE-2026-46101-3102@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46102",
"url": "https://lore.kernel.org/linux-cve-announce/2026052705-CVE-2026-46102-651a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-46103",
"url": "https://lore.kernel.org/linux-cve-announce/2026052705-CVE-2026-46103-9028@gregkh/"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-28T22:00:00.000+00:00",
"generator": {
"date": "2026-05-29T05:35:34.343+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1700",
"initial_release_date": "2026-05-27T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "2",
"summary": "CVE-Nummern erg\u00e4nzt"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T053276",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-37780",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-37780"
},
{
"cve": "CVE-2025-71303",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71303"
},
{
"cve": "CVE-2025-71304",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71304"
},
{
"cve": "CVE-2025-71305",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71305"
},
{
"cve": "CVE-2025-71306",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71306"
},
{
"cve": "CVE-2025-71307",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71307"
},
{
"cve": "CVE-2025-71308",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71308"
},
{
"cve": "CVE-2025-71309",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71309"
},
{
"cve": "CVE-2025-71311",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71311"
},
{
"cve": "CVE-2025-71312",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2025-71312"
},
{
"cve": "CVE-2026-45847",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45847"
},
{
"cve": "CVE-2026-45848",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45848"
},
{
"cve": "CVE-2026-45849",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45849"
},
{
"cve": "CVE-2026-45850",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45850"
},
{
"cve": "CVE-2026-45851",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45851"
},
{
"cve": "CVE-2026-45852",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45852"
},
{
"cve": "CVE-2026-45853",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45853"
},
{
"cve": "CVE-2026-45854",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45854"
},
{
"cve": "CVE-2026-45855",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45855"
},
{
"cve": "CVE-2026-45856",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45856"
},
{
"cve": "CVE-2026-45857",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45857"
},
{
"cve": "CVE-2026-45858",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45858"
},
{
"cve": "CVE-2026-45859",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45859"
},
{
"cve": "CVE-2026-45860",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45860"
},
{
"cve": "CVE-2026-45861",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45861"
},
{
"cve": "CVE-2026-45862",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45862"
},
{
"cve": "CVE-2026-45863",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45863"
},
{
"cve": "CVE-2026-45864",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45864"
},
{
"cve": "CVE-2026-45865",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45865"
},
{
"cve": "CVE-2026-45866",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45866"
},
{
"cve": "CVE-2026-45867",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45867"
},
{
"cve": "CVE-2026-45868",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45868"
},
{
"cve": "CVE-2026-45869",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45869"
},
{
"cve": "CVE-2026-45870",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45870"
},
{
"cve": "CVE-2026-45871",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45871"
},
{
"cve": "CVE-2026-45872",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45872"
},
{
"cve": "CVE-2026-45873",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45873"
},
{
"cve": "CVE-2026-45874",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45874"
},
{
"cve": "CVE-2026-45875",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45875"
},
{
"cve": "CVE-2026-45876",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45876"
},
{
"cve": "CVE-2026-45877",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45877"
},
{
"cve": "CVE-2026-45878",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45878"
},
{
"cve": "CVE-2026-45879",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45879"
},
{
"cve": "CVE-2026-45880",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45880"
},
{
"cve": "CVE-2026-45881",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45881"
},
{
"cve": "CVE-2026-45882",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45882"
},
{
"cve": "CVE-2026-45883",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45883"
},
{
"cve": "CVE-2026-45884",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45884"
},
{
"cve": "CVE-2026-45885",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45885"
},
{
"cve": "CVE-2026-45886",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45886"
},
{
"cve": "CVE-2026-45887",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45887"
},
{
"cve": "CVE-2026-45888",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45888"
},
{
"cve": "CVE-2026-45889",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45889"
},
{
"cve": "CVE-2026-45890",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45890"
},
{
"cve": "CVE-2026-45891",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45891"
},
{
"cve": "CVE-2026-45892",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45892"
},
{
"cve": "CVE-2026-45893",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45893"
},
{
"cve": "CVE-2026-45894",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45894"
},
{
"cve": "CVE-2026-45895",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45895"
},
{
"cve": "CVE-2026-45896",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45896"
},
{
"cve": "CVE-2026-45897",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45897"
},
{
"cve": "CVE-2026-45898",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45898"
},
{
"cve": "CVE-2026-45899",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45899"
},
{
"cve": "CVE-2026-45900",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45900"
},
{
"cve": "CVE-2026-45901",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45901"
},
{
"cve": "CVE-2026-45902",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45902"
},
{
"cve": "CVE-2026-45903",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45903"
},
{
"cve": "CVE-2026-45904",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45904"
},
{
"cve": "CVE-2026-45905",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45905"
},
{
"cve": "CVE-2026-45906",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45906"
},
{
"cve": "CVE-2026-45907",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45907"
},
{
"cve": "CVE-2026-45908",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45908"
},
{
"cve": "CVE-2026-45909",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45909"
},
{
"cve": "CVE-2026-45910",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45910"
},
{
"cve": "CVE-2026-45911",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45911"
},
{
"cve": "CVE-2026-45912",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45912"
},
{
"cve": "CVE-2026-45913",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45913"
},
{
"cve": "CVE-2026-45914",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45914"
},
{
"cve": "CVE-2026-45915",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45915"
},
{
"cve": "CVE-2026-45916",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45916"
},
{
"cve": "CVE-2026-45917",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45917"
},
{
"cve": "CVE-2026-45918",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45918"
},
{
"cve": "CVE-2026-45919",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45919"
},
{
"cve": "CVE-2026-45920",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45920"
},
{
"cve": "CVE-2026-45921",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45921"
},
{
"cve": "CVE-2026-45922",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45922"
},
{
"cve": "CVE-2026-45923",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45923"
},
{
"cve": "CVE-2026-45924",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45924"
},
{
"cve": "CVE-2026-45925",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45925"
},
{
"cve": "CVE-2026-45926",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45926"
},
{
"cve": "CVE-2026-45927",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45927"
},
{
"cve": "CVE-2026-45928",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45928"
},
{
"cve": "CVE-2026-45929",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45929"
},
{
"cve": "CVE-2026-45930",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45930"
},
{
"cve": "CVE-2026-45931",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45931"
},
{
"cve": "CVE-2026-45932",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45932"
},
{
"cve": "CVE-2026-45933",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45933"
},
{
"cve": "CVE-2026-45934",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45934"
},
{
"cve": "CVE-2026-45935",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45935"
},
{
"cve": "CVE-2026-45936",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45936"
},
{
"cve": "CVE-2026-45937",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45937"
},
{
"cve": "CVE-2026-45938",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45938"
},
{
"cve": "CVE-2026-45939",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45939"
},
{
"cve": "CVE-2026-45940",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45940"
},
{
"cve": "CVE-2026-45941",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45941"
},
{
"cve": "CVE-2026-45942",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45942"
},
{
"cve": "CVE-2026-45943",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45943"
},
{
"cve": "CVE-2026-45944",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45944"
},
{
"cve": "CVE-2026-45945",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45945"
},
{
"cve": "CVE-2026-45946",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45946"
},
{
"cve": "CVE-2026-45947",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45947"
},
{
"cve": "CVE-2026-45948",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45948"
},
{
"cve": "CVE-2026-45949",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45949"
},
{
"cve": "CVE-2026-45950",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45950"
},
{
"cve": "CVE-2026-45951",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45951"
},
{
"cve": "CVE-2026-45952",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45952"
},
{
"cve": "CVE-2026-45953",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45953"
},
{
"cve": "CVE-2026-45954",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45954"
},
{
"cve": "CVE-2026-45955",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45955"
},
{
"cve": "CVE-2026-45956",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45956"
},
{
"cve": "CVE-2026-45957",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45957"
},
{
"cve": "CVE-2026-45958",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45958"
},
{
"cve": "CVE-2026-45959",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45959"
},
{
"cve": "CVE-2026-45960",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45960"
},
{
"cve": "CVE-2026-45961",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45961"
},
{
"cve": "CVE-2026-45962",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45962"
},
{
"cve": "CVE-2026-45963",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45963"
},
{
"cve": "CVE-2026-45964",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45964"
},
{
"cve": "CVE-2026-45965",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45965"
},
{
"cve": "CVE-2026-45966",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45966"
},
{
"cve": "CVE-2026-45967",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45967"
},
{
"cve": "CVE-2026-45968",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45968"
},
{
"cve": "CVE-2026-45969",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45969"
},
{
"cve": "CVE-2026-45970",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45970"
},
{
"cve": "CVE-2026-45971",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45971"
},
{
"cve": "CVE-2026-45972",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45972"
},
{
"cve": "CVE-2026-45973",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45973"
},
{
"cve": "CVE-2026-45974",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45974"
},
{
"cve": "CVE-2026-45975",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45975"
},
{
"cve": "CVE-2026-45976",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45976"
},
{
"cve": "CVE-2026-45977",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45977"
},
{
"cve": "CVE-2026-45978",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45978"
},
{
"cve": "CVE-2026-45979",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45979"
},
{
"cve": "CVE-2026-45980",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45980"
},
{
"cve": "CVE-2026-45981",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45981"
},
{
"cve": "CVE-2026-45982",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45982"
},
{
"cve": "CVE-2026-45983",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45983"
},
{
"cve": "CVE-2026-45984",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45984"
},
{
"cve": "CVE-2026-45985",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45985"
},
{
"cve": "CVE-2026-45986",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45986"
},
{
"cve": "CVE-2026-45987",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45987"
},
{
"cve": "CVE-2026-45988",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45988"
},
{
"cve": "CVE-2026-45989",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45989"
},
{
"cve": "CVE-2026-45990",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45990"
},
{
"cve": "CVE-2026-45991",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45991"
},
{
"cve": "CVE-2026-45992",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45992"
},
{
"cve": "CVE-2026-45993",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45993"
},
{
"cve": "CVE-2026-45994",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45994"
},
{
"cve": "CVE-2026-45995",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45995"
},
{
"cve": "CVE-2026-45996",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45996"
},
{
"cve": "CVE-2026-45997",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45997"
},
{
"cve": "CVE-2026-45998",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45998"
},
{
"cve": "CVE-2026-45999",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-45999"
},
{
"cve": "CVE-2026-46000",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46000"
},
{
"cve": "CVE-2026-46001",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46001"
},
{
"cve": "CVE-2026-46002",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46002"
},
{
"cve": "CVE-2026-46003",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46003"
},
{
"cve": "CVE-2026-46004",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46004"
},
{
"cve": "CVE-2026-46005",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46005"
},
{
"cve": "CVE-2026-46006",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46006"
},
{
"cve": "CVE-2026-46007",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46007"
},
{
"cve": "CVE-2026-46008",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46008"
},
{
"cve": "CVE-2026-46009",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46009"
},
{
"cve": "CVE-2026-46010",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46010"
},
{
"cve": "CVE-2026-46011",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46011"
},
{
"cve": "CVE-2026-46012",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46012"
},
{
"cve": "CVE-2026-46013",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46013"
},
{
"cve": "CVE-2026-46014",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46014"
},
{
"cve": "CVE-2026-46015",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46015"
},
{
"cve": "CVE-2026-46016",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46016"
},
{
"cve": "CVE-2026-46017",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46017"
},
{
"cve": "CVE-2026-46018",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46018"
},
{
"cve": "CVE-2026-46019",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46019"
},
{
"cve": "CVE-2026-46020",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46020"
},
{
"cve": "CVE-2026-46021",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46021"
},
{
"cve": "CVE-2026-46022",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46022"
},
{
"cve": "CVE-2026-46023",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46023"
},
{
"cve": "CVE-2026-46024",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46024"
},
{
"cve": "CVE-2026-46025",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46025"
},
{
"cve": "CVE-2026-46026",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46026"
},
{
"cve": "CVE-2026-46027",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46027"
},
{
"cve": "CVE-2026-46028",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46028"
},
{
"cve": "CVE-2026-46029",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46029"
},
{
"cve": "CVE-2026-46030",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46030"
},
{
"cve": "CVE-2026-46031",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46031"
},
{
"cve": "CVE-2026-46032",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46032"
},
{
"cve": "CVE-2026-46033",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46033"
},
{
"cve": "CVE-2026-46034",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46034"
},
{
"cve": "CVE-2026-46035",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46035"
},
{
"cve": "CVE-2026-46036",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46036"
},
{
"cve": "CVE-2026-46037",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46037"
},
{
"cve": "CVE-2026-46038",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46038"
},
{
"cve": "CVE-2026-46039",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46039"
},
{
"cve": "CVE-2026-46040",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46040"
},
{
"cve": "CVE-2026-46041",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46041"
},
{
"cve": "CVE-2026-46042",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46042"
},
{
"cve": "CVE-2026-46043",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46043"
},
{
"cve": "CVE-2026-46044",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46044"
},
{
"cve": "CVE-2026-46045",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46045"
},
{
"cve": "CVE-2026-46046",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46046"
},
{
"cve": "CVE-2026-46047",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46047"
},
{
"cve": "CVE-2026-46048",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46048"
},
{
"cve": "CVE-2026-46049",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46049"
},
{
"cve": "CVE-2026-46050",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46050"
},
{
"cve": "CVE-2026-46051",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46051"
},
{
"cve": "CVE-2026-46052",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46052"
},
{
"cve": "CVE-2026-46053",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46053"
},
{
"cve": "CVE-2026-46054",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46054"
},
{
"cve": "CVE-2026-46055",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46055"
},
{
"cve": "CVE-2026-46056",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46056"
},
{
"cve": "CVE-2026-46057",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46057"
},
{
"cve": "CVE-2026-46058",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46058"
},
{
"cve": "CVE-2026-46059",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46059"
},
{
"cve": "CVE-2026-46060",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46060"
},
{
"cve": "CVE-2026-46061",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46061"
},
{
"cve": "CVE-2026-46062",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46062"
},
{
"cve": "CVE-2026-46063",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46063"
},
{
"cve": "CVE-2026-46064",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46064"
},
{
"cve": "CVE-2026-46065",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46065"
},
{
"cve": "CVE-2026-46066",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46066"
},
{
"cve": "CVE-2026-46067",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46067"
},
{
"cve": "CVE-2026-46068",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46068"
},
{
"cve": "CVE-2026-46069",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46069"
},
{
"cve": "CVE-2026-46070",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46070"
},
{
"cve": "CVE-2026-46071",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46071"
},
{
"cve": "CVE-2026-46072",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46072"
},
{
"cve": "CVE-2026-46073",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46073"
},
{
"cve": "CVE-2026-46074",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46074"
},
{
"cve": "CVE-2026-46075",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46075"
},
{
"cve": "CVE-2026-46076",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46076"
},
{
"cve": "CVE-2026-46077",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46077"
},
{
"cve": "CVE-2026-46078",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46078"
},
{
"cve": "CVE-2026-46079",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46079"
},
{
"cve": "CVE-2026-46080",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46080"
},
{
"cve": "CVE-2026-46081",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46081"
},
{
"cve": "CVE-2026-46082",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46082"
},
{
"cve": "CVE-2026-46083",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46083"
},
{
"cve": "CVE-2026-46084",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46084"
},
{
"cve": "CVE-2026-46085",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46085"
},
{
"cve": "CVE-2026-46086",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46086"
},
{
"cve": "CVE-2026-46087",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46087"
},
{
"cve": "CVE-2026-46088",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46088"
},
{
"cve": "CVE-2026-46089",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46089"
},
{
"cve": "CVE-2026-46090",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46090"
},
{
"cve": "CVE-2026-46091",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46091"
},
{
"cve": "CVE-2026-46092",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46092"
},
{
"cve": "CVE-2026-46093",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46093"
},
{
"cve": "CVE-2026-46094",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46094"
},
{
"cve": "CVE-2026-46095",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46095"
},
{
"cve": "CVE-2026-46096",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46096"
},
{
"cve": "CVE-2026-46097",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46097"
},
{
"cve": "CVE-2026-46098",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46098"
},
{
"cve": "CVE-2026-46099",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46099"
},
{
"cve": "CVE-2026-46100",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46100"
},
{
"cve": "CVE-2026-46101",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46101"
},
{
"cve": "CVE-2026-46102",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46102"
},
{
"cve": "CVE-2026-46103",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46103"
},
{
"cve": "CVE-2026-46104",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46104"
},
{
"cve": "CVE-2026-46105",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46105"
},
{
"cve": "CVE-2026-46106",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46106"
},
{
"cve": "CVE-2026-46107",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46107"
},
{
"cve": "CVE-2026-46108",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46108"
},
{
"cve": "CVE-2026-46109",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46109"
},
{
"cve": "CVE-2026-46110",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46110"
},
{
"cve": "CVE-2026-46111",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46111"
},
{
"cve": "CVE-2026-46112",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46112"
},
{
"cve": "CVE-2026-46113",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46113"
},
{
"cve": "CVE-2026-46114",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46114"
},
{
"cve": "CVE-2026-46115",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46115"
},
{
"cve": "CVE-2026-46116",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46116"
},
{
"cve": "CVE-2026-46117",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46117"
},
{
"cve": "CVE-2026-46118",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46118"
},
{
"cve": "CVE-2026-46119",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46119"
},
{
"cve": "CVE-2026-46120",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46120"
},
{
"cve": "CVE-2026-46121",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46121"
},
{
"cve": "CVE-2026-46122",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46122"
},
{
"cve": "CVE-2026-46123",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46123"
},
{
"cve": "CVE-2026-46124",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46124"
},
{
"cve": "CVE-2026-46125",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46125"
},
{
"cve": "CVE-2026-46126",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46126"
},
{
"cve": "CVE-2026-46127",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46127"
},
{
"cve": "CVE-2026-46128",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46128"
},
{
"cve": "CVE-2026-46129",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46129"
},
{
"cve": "CVE-2026-46130",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46130"
},
{
"cve": "CVE-2026-46131",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46131"
},
{
"cve": "CVE-2026-46132",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46132"
},
{
"cve": "CVE-2026-46133",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46133"
},
{
"cve": "CVE-2026-46134",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46134"
},
{
"cve": "CVE-2026-46135",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46135"
},
{
"cve": "CVE-2026-46136",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46136"
},
{
"cve": "CVE-2026-46137",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46137"
},
{
"cve": "CVE-2026-46138",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46138"
},
{
"cve": "CVE-2026-46139",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46139"
},
{
"cve": "CVE-2026-46140",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46140"
},
{
"cve": "CVE-2026-46141",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46141"
},
{
"cve": "CVE-2026-46142",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46142"
},
{
"cve": "CVE-2026-46143",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46143"
},
{
"cve": "CVE-2026-46144",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46144"
},
{
"cve": "CVE-2026-46145",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46145"
},
{
"cve": "CVE-2026-46146",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46146"
},
{
"cve": "CVE-2026-46147",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46147"
},
{
"cve": "CVE-2026-46148",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46148"
},
{
"cve": "CVE-2026-46149",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46149"
},
{
"cve": "CVE-2026-46150",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46150"
},
{
"cve": "CVE-2026-46151",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46151"
},
{
"cve": "CVE-2026-46152",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46152"
},
{
"cve": "CVE-2026-46153",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46153"
},
{
"cve": "CVE-2026-46154",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46154"
},
{
"cve": "CVE-2026-46155",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46155"
},
{
"cve": "CVE-2026-46156",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46156"
},
{
"cve": "CVE-2026-46157",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46157"
},
{
"cve": "CVE-2026-46158",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46158"
},
{
"cve": "CVE-2026-46159",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46159"
},
{
"cve": "CVE-2026-46160",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46160"
},
{
"cve": "CVE-2026-46161",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46161"
},
{
"cve": "CVE-2026-46162",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46162"
},
{
"cve": "CVE-2026-46163",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46163"
},
{
"cve": "CVE-2026-46164",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46164"
},
{
"cve": "CVE-2026-46165",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46165"
},
{
"cve": "CVE-2026-46166",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46166"
},
{
"cve": "CVE-2026-46167",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46167"
},
{
"cve": "CVE-2026-46168",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46168"
},
{
"cve": "CVE-2026-46169",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46169"
},
{
"cve": "CVE-2026-46170",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46170"
},
{
"cve": "CVE-2026-46171",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46171"
},
{
"cve": "CVE-2026-46172",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46172"
},
{
"cve": "CVE-2026-46173",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46173"
},
{
"cve": "CVE-2026-46174",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46174"
},
{
"cve": "CVE-2026-46175",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46175"
},
{
"cve": "CVE-2026-46176",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46176"
},
{
"cve": "CVE-2026-46177",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46177"
},
{
"cve": "CVE-2026-46178",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46178"
},
{
"cve": "CVE-2026-46179",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46179"
},
{
"cve": "CVE-2026-46180",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46180"
},
{
"cve": "CVE-2026-46181",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46181"
},
{
"cve": "CVE-2026-46182",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46182"
},
{
"cve": "CVE-2026-46183",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46183"
},
{
"cve": "CVE-2026-46184",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46184"
},
{
"cve": "CVE-2026-46185",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46185"
},
{
"cve": "CVE-2026-46186",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46186"
},
{
"cve": "CVE-2026-46187",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46187"
},
{
"cve": "CVE-2026-46188",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46188"
},
{
"cve": "CVE-2026-46189",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46189"
},
{
"cve": "CVE-2026-46190",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46190"
},
{
"cve": "CVE-2026-46191",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46191"
},
{
"cve": "CVE-2026-46192",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46192"
},
{
"cve": "CVE-2026-46193",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46193"
},
{
"cve": "CVE-2026-46194",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46194"
},
{
"cve": "CVE-2026-46195",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46195"
},
{
"cve": "CVE-2026-46196",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46196"
},
{
"cve": "CVE-2026-46197",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46197"
},
{
"cve": "CVE-2026-46198",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46198"
},
{
"cve": "CVE-2026-46199",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46199"
},
{
"cve": "CVE-2026-46200",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46200"
},
{
"cve": "CVE-2026-46201",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46201"
},
{
"cve": "CVE-2026-46202",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46202"
},
{
"cve": "CVE-2026-46203",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46203"
},
{
"cve": "CVE-2026-46204",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46204"
},
{
"cve": "CVE-2026-46205",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46205"
},
{
"cve": "CVE-2026-46206",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46206"
},
{
"cve": "CVE-2026-46207",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46207"
},
{
"cve": "CVE-2026-46208",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46208"
},
{
"cve": "CVE-2026-46209",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46209"
},
{
"cve": "CVE-2026-46210",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46210"
},
{
"cve": "CVE-2026-46211",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46211"
},
{
"cve": "CVE-2026-46212",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46212"
},
{
"cve": "CVE-2026-46213",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46213"
},
{
"cve": "CVE-2026-46214",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46214"
},
{
"cve": "CVE-2026-46215",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46215"
},
{
"cve": "CVE-2026-46216",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46216"
},
{
"cve": "CVE-2026-46217",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46217"
},
{
"cve": "CVE-2026-46218",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46218"
},
{
"cve": "CVE-2026-46219",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46219"
},
{
"cve": "CVE-2026-46220",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46220"
},
{
"cve": "CVE-2026-46221",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46221"
},
{
"cve": "CVE-2026-46222",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46222"
},
{
"cve": "CVE-2026-46223",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46223"
},
{
"cve": "CVE-2026-46224",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46224"
},
{
"cve": "CVE-2026-46225",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46225"
},
{
"cve": "CVE-2026-46226",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46226"
},
{
"cve": "CVE-2026-46227",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46227"
},
{
"cve": "CVE-2026-46228",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46228"
},
{
"cve": "CVE-2026-46229",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46229"
},
{
"cve": "CVE-2026-46230",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46230"
},
{
"cve": "CVE-2026-46231",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46231"
},
{
"cve": "CVE-2026-46232",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46232"
},
{
"cve": "CVE-2026-46233",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46233"
},
{
"cve": "CVE-2026-46234",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46234"
},
{
"cve": "CVE-2026-46235",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46235"
},
{
"cve": "CVE-2026-46236",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46236"
},
{
"cve": "CVE-2026-46237",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46237"
},
{
"cve": "CVE-2026-46238",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46238"
},
{
"cve": "CVE-2026-46239",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46239"
},
{
"cve": "CVE-2026-46240",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46240"
},
{
"cve": "CVE-2026-46241",
"product_status": {
"known_affected": [
"T053276"
]
},
"release_date": "2026-05-27T22:00:00.000+00:00",
"title": "CVE-2026-46241"
}
]
}
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…