Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-63820 (GCVE-0-2026-63820)
Vulnerability from cvelistv5 – Published: 2026-07-19 12:02 – Updated: 2026-07-19 12:02| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd , < 48c92559e7b66fdc3cbc74f6e152e66ec0150a0a
(git)
Affected: a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd , < 74c8d2ec95c59a5651ecd975c466998af1961fd4 (git) |
|
| Linux | Linux |
Affected:
7.0
Unaffected: 0 , < 7.0 (semver) Unaffected: 7.1.3 , ≤ 7.1.* (semver) Unaffected: 7.2-rc1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/f2fs/data.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "48c92559e7b66fdc3cbc74f6e152e66ec0150a0a",
"status": "affected",
"version": "a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd",
"versionType": "git"
},
{
"lessThan": "74c8d2ec95c59a5651ecd975c466998af1961fd4",
"status": "affected",
"version": "a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/f2fs/data.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "7.0"
},
{
"lessThan": "7.0",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.3",
"versionStartIncluding": "7.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2-rc1",
"versionStartIncluding": "7.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix missing read bio submission on large folio error\n\nf2fs_read_data_large_folio() can keep a read bio across multiple\nreadahead folios. If a later folio hits an error before any of its\nblocks are added to the bio, folio_in_bio is false and the current error\npath returns immediately after ending that folio.\n\nThis can leave the bio accumulated for earlier folios unsubmitted. Those\nfolios then never receive read completion, and readers can wait\nindefinitely on the locked folios.\n\nRoute errors through the common out path so any pending bio is submitted\nbefore returning. Stop consuming more readahead folios once an error is\nseen, and only wait on and clear the current folio when it was actually\nadded to the bio."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-19T12:02:18.211Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/48c92559e7b66fdc3cbc74f6e152e66ec0150a0a"
},
{
"url": "https://git.kernel.org/stable/c/74c8d2ec95c59a5651ecd975c466998af1961fd4"
}
],
"title": "f2fs: fix missing read bio submission on large folio error",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-63820",
"datePublished": "2026-07-19T12:02:18.211Z",
"dateReserved": "2026-07-19T07:54:57.014Z",
"dateUpdated": "2026-07-19T12:02:18.211Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-63820",
"date": "2026-07-22",
"epss": "0.00145",
"percentile": "0.04242"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-63820\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T12:16:55.103\",\"lastModified\":\"2026-07-19T12:16:55.103\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nf2fs: fix missing read bio submission on large folio error\\n\\nf2fs_read_data_large_folio() can keep a read bio across multiple\\nreadahead folios. If a later folio hits an error before any of its\\nblocks are added to the bio, folio_in_bio is false and the current error\\npath returns immediately after ending that folio.\\n\\nThis can leave the bio accumulated for earlier folios unsubmitted. Those\\nfolios then never receive read completion, and readers can wait\\nindefinitely on the locked folios.\\n\\nRoute errors through the common out path so any pending bio is submitted\\nbefore returning. Stop consuming more readahead folios once an error is\\nseen, and only wait on and clear the current folio when it was actually\\nadded to the bio.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/f2fs/data.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd\",\"lessThan\":\"48c92559e7b66fdc3cbc74f6e152e66ec0150a0a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd\",\"lessThan\":\"74c8d2ec95c59a5651ecd975c466998af1961fd4\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/f2fs/data.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"7.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.3\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/48c92559e7b66fdc3cbc74f6e152e66ec0150a0a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/74c8d2ec95c59a5651ecd975c466998af1961fd4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
"redhat_vex": {
"aggregate_severity": "None",
"current_release_date": "2026-07-21T08:01:31+00:00",
"cve": "CVE-2026-63820",
"id": "CVE-2026-63820",
"initial_release_date": "2026-07-19T00:00:00+00:00",
"product_status:known_not_affected": "274",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: f2fs: fix missing read bio submission on large folio error",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-63820.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "not set",
"current_release_date": "2026-07-19T17:34:44Z",
"cve": "CVE-2026-63820",
"id": "CVE-2026-63820",
"initial_release_date": "2026-07-19T17:34:44Z",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-63820",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-63820.json",
"version": "2"
}
}
}
FKIE_CVE-2026-63820
Vulnerability from fkie_nvd - Published: 2026-07-19 12:16 - Updated: 2026-07-19 12:16| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/f2fs/data.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "48c92559e7b66fdc3cbc74f6e152e66ec0150a0a",
"status": "affected",
"version": "a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd",
"versionType": "git"
},
{
"lessThan": "74c8d2ec95c59a5651ecd975c466998af1961fd4",
"status": "affected",
"version": "a5d8b9d94e1863f3ebb7182c238b2c713f6f4efd",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/f2fs/data.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "7.0"
},
{
"lessThan": "7.0",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2-rc1",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix missing read bio submission on large folio error\n\nf2fs_read_data_large_folio() can keep a read bio across multiple\nreadahead folios. If a later folio hits an error before any of its\nblocks are added to the bio, folio_in_bio is false and the current error\npath returns immediately after ending that folio.\n\nThis can leave the bio accumulated for earlier folios unsubmitted. Those\nfolios then never receive read completion, and readers can wait\nindefinitely on the locked folios.\n\nRoute errors through the common out path so any pending bio is submitted\nbefore returning. Stop consuming more readahead folios once an error is\nseen, and only wait on and clear the current folio when it was actually\nadded to the bio."
}
],
"id": "CVE-2026-63820",
"lastModified": "2026-07-19T12:16:55.103",
"metrics": {},
"published": "2026-07-19T12:16:55.103",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/48c92559e7b66fdc3cbc74f6e152e66ec0150a0a"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/74c8d2ec95c59a5651ecd975c466998af1961fd4"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Received"
}
GHSA-M33G-HJ44-MVVF
Vulnerability from github – Published: 2026-07-19 12:30 – Updated: 2026-07-19 12:30In the Linux kernel, the following vulnerability has been resolved:
f2fs: fix missing read bio submission on large folio error
f2fs_read_data_large_folio() can keep a read bio across multiple readahead folios. If a later folio hits an error before any of its blocks are added to the bio, folio_in_bio is false and the current error path returns immediately after ending that folio.
This can leave the bio accumulated for earlier folios unsubmitted. Those folios then never receive read completion, and readers can wait indefinitely on the locked folios.
Route errors through the common out path so any pending bio is submitted before returning. Stop consuming more readahead folios once an error is seen, and only wait on and clear the current folio when it was actually added to the bio.
{
"affected": [],
"aliases": [
"CVE-2026-63820"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-19T12:16:55Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix missing read bio submission on large folio error\n\nf2fs_read_data_large_folio() can keep a read bio across multiple\nreadahead folios. If a later folio hits an error before any of its\nblocks are added to the bio, folio_in_bio is false and the current error\npath returns immediately after ending that folio.\n\nThis can leave the bio accumulated for earlier folios unsubmitted. Those\nfolios then never receive read completion, and readers can wait\nindefinitely on the locked folios.\n\nRoute errors through the common out path so any pending bio is submitted\nbefore returning. Stop consuming more readahead folios once an error is\nseen, and only wait on and clear the current folio when it was actually\nadded to the bio.",
"id": "GHSA-m33g-hj44-mvvf",
"modified": "2026-07-19T12:30:23Z",
"published": "2026-07-19T12:30:23Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-63820"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/48c92559e7b66fdc3cbc74f6e152e66ec0150a0a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/74c8d2ec95c59a5651ecd975c466998af1961fd4"
}
],
"schema_version": "1.4.0",
"severity": []
}
OPENSUSE-SU-2026:11339-1
Vulnerability from csaf_opensuse - Published: 2026-07-22 00:00 - Updated: 2026-07-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "kernel-devel-7.1.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the kernel-devel-7.1.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11339",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11339-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53366 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53381 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53381/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53382 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53382/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53383 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53383/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53384 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53384/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53385 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53385/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53386 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53386/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53391 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53391/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53392 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53392/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53393 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53393/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53394 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53394/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53395 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53395/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53396 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53396/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53397 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53398 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53398/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53399 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53399/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53400 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53400/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53402 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53402/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53403 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53403/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63793 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63793/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63794 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63795 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63796 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63796/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63797 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63798 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63798/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63799 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63799/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63800 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63800/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63801 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63802 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63802/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63803 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63804 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63805 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63805/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63806 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63806/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63807 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63808 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63808/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63809 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63810 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63810/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63811 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63811/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63812 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63813 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63815 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63815/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63816 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63816/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63817 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63818 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63819 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63819/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63820 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63820/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63822 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63823 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63824 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63825 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63826 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63826/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63827 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63828 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63828/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63829 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63830 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63831 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63831/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63832 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63833 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63833/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63834 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63835 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63836 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63836/"
}
],
"title": "kernel-devel-7.1.4-1.1 on GA media",
"tracking": {
"current_release_date": "2026-07-22T00:00:00Z",
"generator": {
"date": "2026-07-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11339-1",
"initial_release_date": "2026-07-22T00:00:00Z",
"revision_history": [
{
"date": "2026-07-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.4-1.1.aarch64",
"product": {
"name": "kernel-devel-7.1.4-1.1.aarch64",
"product_id": "kernel-devel-7.1.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.4-1.1.aarch64",
"product": {
"name": "kernel-macros-7.1.4-1.1.aarch64",
"product_id": "kernel-macros-7.1.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.4-1.1.aarch64",
"product": {
"name": "kernel-source-7.1.4-1.1.aarch64",
"product_id": "kernel-source-7.1.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.4-1.1.aarch64",
"product": {
"name": "kernel-source-vanilla-7.1.4-1.1.aarch64",
"product_id": "kernel-source-vanilla-7.1.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.4-1.1.ppc64le",
"product": {
"name": "kernel-devel-7.1.4-1.1.ppc64le",
"product_id": "kernel-devel-7.1.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.4-1.1.ppc64le",
"product": {
"name": "kernel-macros-7.1.4-1.1.ppc64le",
"product_id": "kernel-macros-7.1.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.4-1.1.ppc64le",
"product": {
"name": "kernel-source-7.1.4-1.1.ppc64le",
"product_id": "kernel-source-7.1.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.4-1.1.ppc64le",
"product": {
"name": "kernel-source-vanilla-7.1.4-1.1.ppc64le",
"product_id": "kernel-source-vanilla-7.1.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.4-1.1.s390x",
"product": {
"name": "kernel-devel-7.1.4-1.1.s390x",
"product_id": "kernel-devel-7.1.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.4-1.1.s390x",
"product": {
"name": "kernel-macros-7.1.4-1.1.s390x",
"product_id": "kernel-macros-7.1.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.4-1.1.s390x",
"product": {
"name": "kernel-source-7.1.4-1.1.s390x",
"product_id": "kernel-source-7.1.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.4-1.1.s390x",
"product": {
"name": "kernel-source-vanilla-7.1.4-1.1.s390x",
"product_id": "kernel-source-vanilla-7.1.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.4-1.1.x86_64",
"product": {
"name": "kernel-devel-7.1.4-1.1.x86_64",
"product_id": "kernel-devel-7.1.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.4-1.1.x86_64",
"product": {
"name": "kernel-macros-7.1.4-1.1.x86_64",
"product_id": "kernel-macros-7.1.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.4-1.1.x86_64",
"product": {
"name": "kernel-source-7.1.4-1.1.x86_64",
"product_id": "kernel-source-7.1.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.4-1.1.x86_64",
"product": {
"name": "kernel-source-vanilla-7.1.4-1.1.x86_64",
"product_id": "kernel-source-vanilla-7.1.4-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64"
},
"product_reference": "kernel-devel-7.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le"
},
"product_reference": "kernel-devel-7.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x"
},
"product_reference": "kernel-devel-7.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64"
},
"product_reference": "kernel-devel-7.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64"
},
"product_reference": "kernel-macros-7.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le"
},
"product_reference": "kernel-macros-7.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x"
},
"product_reference": "kernel-macros-7.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64"
},
"product_reference": "kernel-macros-7.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64"
},
"product_reference": "kernel-source-7.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le"
},
"product_reference": "kernel-source-7.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x"
},
"product_reference": "kernel-source-7.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64"
},
"product_reference": "kernel-source-7.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64"
},
"product_reference": "kernel-source-vanilla-7.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le"
},
"product_reference": "kernel-source-vanilla-7.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x"
},
"product_reference": "kernel-source-vanilla-7.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
},
"product_reference": "kernel-source-vanilla-7.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-53366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53366"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv4: account for fraggap on the paged allocation path\n\nIn __ip_append_data(), when the paged-allocation branch is taken,\nalloclen and pagedlen are computed as\n\n\talloclen = fragheaderlen + transhdrlen;\n\tpagedlen = datalen - transhdrlen;\n\ndatalen already includes fraggap, but the fraggap bytes carried over\nfrom the previous skb are copied into the new skb\u0027s linear area at\noffset transhdrlen by the subsequent skb_copy_and_csum_bits(). The\nlinear area is therefore undersized by fraggap bytes while pagedlen is\noverstated by the same amount.\n\nThe non-paged branch sets alloclen to fraglen, which already accounts\nfor fraggap because datalen does. Bring the paged branch in line by\nadding fraggap to alloclen and subtracting it from pagedlen.\n\nAfter this adjustment, copy no longer collapses to -fraggap on the\npaged path, so remove the stale comment describing that old arithmetic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53366",
"url": "https://www.suse.com/security/cve/CVE-2026-53366"
},
{
"category": "external",
"summary": "SUSE Bug 1271366 for CVE-2026-53366",
"url": "https://bugzilla.suse.com/1271366"
},
{
"category": "external",
"summary": "SUSE Bug 1271370 for CVE-2026-53366",
"url": "https://bugzilla.suse.com/1271370"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53366"
},
{
"cve": "CVE-2026-53381",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53381"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvirtiofs: fix UAF on submount umount\n\niput() called from fuse_release_end() can Oops if the super block has\nalready been destroyed. Normally this is prevented by waiting for\nnum_waiting to go down to zero before commencing with super block shutdown.\n\nThis only works, however, for the last submount instance, as the wait\ncounter is per connection, not per superblock.\n\nRevert to using synchronous release requests for the auto_submounts case,\nwhich is virtiofs only at this time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53381",
"url": "https://www.suse.com/security/cve/CVE-2026-53381"
},
{
"category": "external",
"summary": "SUSE Bug 1271830 for CVE-2026-53381",
"url": "https://bugzilla.suse.com/1271830"
},
{
"category": "external",
"summary": "SUSE Bug 1271837 for CVE-2026-53381",
"url": "https://bugzilla.suse.com/1271837"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53381"
},
{
"cve": "CVE-2026-53382",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53382"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: vidtv: fix NULL pointer dereference in vidtv_mux_push_si\n\nsyzbot reported a general protection fault in\nvidtv_psi_ts_psi_write_into [1].\n\nvidtv_mux_get_pid_ctx() can return NULL, but vidtv_mux_push_si() does\nnot check for this before dereferencing the returned pointer to access\nthe continuity counter. This leads to a general protection fault when\naccessing a near-NULL address.\n\nThe root cause is that vidtv_mux_pid_ctx_init() does not check the\nreturn value of vidtv_mux_create_pid_ctx_once() for PMT section PIDs.\nIf the allocation fails, the PID context is never created, but init\nreturns success. The subsequent vidtv_mux_push_si() call then gets\nNULL from vidtv_mux_get_pid_ctx() and crashes.\n\nFix both the root cause (add error check in vidtv_mux_pid_ctx_init\nfor PMT PIDs) and add defensive NULL checks in vidtv_mux_push_si for\nall vidtv_mux_get_pid_ctx() calls.\n\n[1]\nOops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] SMP KASAN PTI\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nWorkqueue: events vidtv_mux_tick\nRIP: 0010:vidtv_psi_ts_psi_write_into+0x54a/0xbc0 drivers/media/test-drivers/vidtv/vidtv_psi.c:197\nCall Trace:\n \u003cTASK\u003e\n vidtv_psi_table_header_write_into drivers/media/test-drivers/vidtv/vidtv_psi.c:799 [inline]\n vidtv_psi_pmt_write_into+0x3b2/0xa70 drivers/media/test-drivers/vidtv/vidtv_psi.c:1231\n vidtv_mux_push_si+0x932/0xe80 drivers/media/test-drivers/vidtv/vidtv_mux.c:196\n vidtv_mux_tick+0xe9b/0x1480 drivers/media/test-drivers/vidtv/vidtv_mux.c:408",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53382",
"url": "https://www.suse.com/security/cve/CVE-2026-53382"
},
{
"category": "external",
"summary": "SUSE Bug 1271717 for CVE-2026-53382",
"url": "https://bugzilla.suse.com/1271717"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53382"
},
{
"cve": "CVE-2026-53383",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53383"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: reject non-VALID session in compound request branch\n\nsmb2_check_user_session() takes a shortcut for any operation that is not\nthe first in a COMPOUND request: it reuses work-\u003esess (the session bound by\nthe first operation) and validates only the SessionId, then returns\n\"valid\". It never re-checks work-\u003esess-\u003estate == SMB2_SESSION_VALID, and a\nSessionId of 0xFFFFFFFFFFFFFFFF (ULLONG_MAX, the MS-SMB2 related-operation\nvalue) skips even the id comparison. The standalone path\n(ksmbd_session_lookup_all() plus the SESSION_SETUP state machine) does\nenforce the VALID state; the compound branch bypasses all of it.\n\nA SESSION_SETUP carrying only an NTLM Type-1 (NtLmNegotiate) blob publishes\na fresh SMB2_SESSION_IN_PROGRESS session whose sess-\u003euser is still NULL\n(-\u003euser is assigned later, by ntlm_authenticate()). Used as operation 1 of\na COMPOUND with operation 2 = TREE_CONNECT (related, SessionId=ULLONG_MAX,\n\\\\host\\IPC$), the tree-connect then runs on that IN_PROGRESS session and\nreaches ksmbd_ipc_tree_connect_request(), which dereferences\nuser_name(sess-\u003euser) with sess-\u003euser == NULL (transport_ipc.c:687/701/704)\n-\u003e remote NULL-pointer dereference and a kernel Oops that wedges the ksmbd\nworker for all clients.\n\nReject any non-first compound operation that lands on a session which is\nnot SMB2_SESSION_VALID, mirroring the validity the standalone lookup path\nenforces. SESSION_SETUP itself legitimately runs on an IN_PROGRESS session,\nbut it is never carried as a non-first compound operation, so multi-leg\nauthentication is unaffected by this check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53383",
"url": "https://www.suse.com/security/cve/CVE-2026-53383"
},
{
"category": "external",
"summary": "SUSE Bug 1271719 for CVE-2026-53383",
"url": "https://bugzilla.suse.com/1271719"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53383"
},
{
"cve": "CVE-2026-53384",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53384"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: 8250_dw: unregister 8250 port if clk_notifier_register() fails\n\ndw8250_probe() registers the 8250 port via serial8250_register_8250_port()\nand then, if the device has a clock, registers a clock notifier. If\nclk_notifier_register() fails, probe returns the error but leaves the\n8250 port registered. The matching serial8250_unregister_port() lives\nin dw8250_remove(), which is not called when probe fails, so the port\nslot stays occupied until the device is rebound or the system is\nrebooted. The devm-allocated driver data is freed while the port still\nreferences it (via the saved private_data and serial_in/serial_out\ncallbacks), so any access to that port slot before a rebind is a\nuse-after-free hazard.\n\nUnregister the port on the clk_notifier_register() error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53384",
"url": "https://www.suse.com/security/cve/CVE-2026-53384"
},
{
"category": "external",
"summary": "SUSE Bug 1271817 for CVE-2026-53384",
"url": "https://bugzilla.suse.com/1271817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53384"
},
{
"cve": "CVE-2026-53385",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53385"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write\n\nA KASAN null-ptr-deref was observed in vcs_notifier():\n\nBUG: KASAN: null-ptr-deref in vcs_notifier+0x98/0x130\nRead of size 2 at addr qmp_cmd_name: qmp_capabilities, arguments: {}\n\nThe issue is a race condition in vcs_write(). When the console_lock is\ntemporarily dropped (to copy data from userspace), the vc_data pointer\nobtained from vcs_vc() may become stale. After re-acquiring the lock,\nvcs_vc() is called again to re-validate the pointer. If the vc has been\ndeallocated in the meantime, vcs_vc() returns NULL, and the while loop\nbreaks (with written \u003e 0). However, after the loop, vcs_scr_updated(vc)\nis still called with the now-NULL vc pointer, leading to a null pointer\ndereference in the notifier chain (vcs_notifier dereferences param-\u003evc).\n\nFix this by adding a NULL check for vc before calling vcs_scr_updated().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53385",
"url": "https://www.suse.com/security/cve/CVE-2026-53385"
},
{
"category": "external",
"summary": "SUSE Bug 1271834 for CVE-2026-53385",
"url": "https://bugzilla.suse.com/1271834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53385"
},
{
"cve": "CVE-2026-53386",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53386"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: ti-ads1298: add bounds check to pga_settings index\n\nads1298_pga_settings has 7 elements but ADS1298_MASK_CH_PGA can yield\nvalues 0-7. If it yields a value \u003e= 7, this causes an out-of-bounds\narray access. Add a bounds check and return -EINVAL if the index\nis out of range.\n\nNote that the remaining value b111 is reserved so should not be seen\nin a correctly functioning system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53386",
"url": "https://www.suse.com/security/cve/CVE-2026-53386"
},
{
"category": "external",
"summary": "SUSE Bug 1271820 for CVE-2026-53386",
"url": "https://bugzilla.suse.com/1271820"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53386"
},
{
"cve": "CVE-2026-53387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53387"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: light: veml6075: add bounds check to veml6075_it_ms index\n\nveml6075_it_ms has 5 elements but VEML6075_CONF_IT can yield values 0-7.\nIf it returns a value \u003e= 5, this causes an out-of-bounds array access.\nAdd a bounds check and return -EINVAL if the index is out of range.\n\nThe problem values are reserved so should never be read from the\nregister. Hence this is hardening against fault device, missprogramming\nor bus corruption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53387",
"url": "https://www.suse.com/security/cve/CVE-2026-53387"
},
{
"category": "external",
"summary": "SUSE Bug 1271835 for CVE-2026-53387",
"url": "https://bugzilla.suse.com/1271835"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53387"
},
{
"cve": "CVE-2026-53388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53388"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse: re-lock request before replacing page cache folio\n\nfuse_try_move_folio() unlocks the request on entry but does not\nre-lock it on the success path. This means fuse_chan_abort() can end the\nrequest and free the fuse_io_args (eg fuse_readpages_end()) while the\nsubsequent copy chain logic after fuse_try_move_folio() accesses the\nfuse_io_args, leading to use-after-free issues.\n\nFix this by calling lock_request() before replace_page_cache_folio().\nThis ensures the request is locked on the success path which will\nprevent the fuse_io_args from being freed while the later copying logic\nruns, and also ensures that the ap-\u003efolios[i]-\u003emapping is never null\nsince ap-\u003efolios[i] will always point to the newfolio after\nreplace_page_cache_folio().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53388",
"url": "https://www.suse.com/security/cve/CVE-2026-53388"
},
{
"category": "external",
"summary": "SUSE Bug 1271825 for CVE-2026-53388",
"url": "https://bugzilla.suse.com/1271825"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53388"
},
{
"cve": "CVE-2026-53389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53389"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/tcp-ao: fix use-after-free of key in del_async path\n\nIn tcp_ao_delete_key(), the del_async path skips the current_key\nand rnext_key validity checks present in the synchronous path,\nassuming these pointers are always NULL on LISTEN sockets. However,\nif a key was added with set_current=1/set_rnext=1 while the socket\nwas in CLOSE state, current_key and rnext_key will be non-NULL\nafter listen() transitions the socket to LISTEN.\n\nWhen such a key is deleted with del_async=1, hlist_del_rcu() and\ncall_rcu() free the key without clearing the dangling pointers.\nAfter the RCU grace period, getsockopt(TCP_AO_INFO) dereferences\ncurrent_key-\u003esndid and rnext_key-\u003ercvid from freed slab memory.\n\nClear current_key and rnext_key in the del_async path when they\nreference the key being deleted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53389",
"url": "https://www.suse.com/security/cve/CVE-2026-53389"
},
{
"category": "external",
"summary": "SUSE Bug 1271863 for CVE-2026-53389",
"url": "https://bugzilla.suse.com/1271863"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53389"
},
{
"cve": "CVE-2026-53390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53390"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: fix out-of-bounds read in smb_check_perm_dacl()\n\nThe permission-check ACE walk in smb_check_perm_dacl() validates the ACE\nheader size and caps sid.num_subauth at SID_MAX_SUB_AUTHORITIES, but it\nnever checks that ace-\u003esize is actually large enough to contain\nnum_subauth sub-authorities before compare_sids() dereferences them.\n\nCIFS_SID_BASE_SIZE covers the SID header up to but excluding the\nsub_auth[] array, and offsetof(struct smb_ace, sid) is the ACE header,\nso the existing guards only guarantee the 8-byte SID base, i.e. zero\nsub-authorities. compare_sids() then reads ace-\u003esid.sub_auth[i] for\ni \u003c min(local_sid-\u003enum_subauth, ace-\u003esid.num_subauth). The local\ncomparison SIDs (sid_everyone, sid_unix_NFS_mode, and the id_to_sid()\nresult) always have at least one sub-authority, and an attacker controls\nthe ACE revision and authority bytes (which lie within the in-bounds SID\nbase), so they can match one of those SIDs and force the sub_auth read.\n\nA crafted ACE with size == 16 and num_subauth \u003e= 1 placed at the tail of\nthe security descriptor therefore causes a heap out-of-bounds read of up\nto SID_MAX_SUB_AUTHORITIES * sizeof(__le32) bytes past the pntsd\nallocation. The security descriptor is loaded by ksmbd_vfs_get_sd_xattr()\ninto a buffer sized exactly to the on-disk data (kzalloc(sd_size) in\nndr_decode_v4_ntacl()), so the read lands past the allocation. The\nmalformed descriptor can be stored verbatim via SMB2_SET_INFO (the DACL\nis not normalised before being written to the security.NTACL xattr) and\nthe read fires on a subsequent SMB2_CREATE access check, making this\nreachable by an authenticated client on a share that uses ACL xattrs.\n\nAdd the missing num_subauth-versus-ace_size check, mirroring the\nidentical guards already present in the sibling parsers parse_dacl() and\nsmb_inherit_dacl().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53390",
"url": "https://www.suse.com/security/cve/CVE-2026-53390"
},
{
"category": "external",
"summary": "SUSE Bug 1271871 for CVE-2026-53390",
"url": "https://bugzilla.suse.com/1271871"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53390"
},
{
"cve": "CVE-2026-53391",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53391"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr\n\nnfs4_decode_mp_ds_addr() decodes the r_netid and r_addr opaques of a\nnetaddr4 from a GETDEVICEINFO multipath-DS body, then immediately\ncalls strrchr(buf, \u0027.\u0027) to locate the port separator. Both decodes\nuse xdr_stream_decode_string_dup(), and the current code checks only\n\"nlen \u003c 0\" / \"rlen \u003c 0\" before dereferencing the returned string.\n\nWhen the on-wire opaque has length zero, xdr_stream_decode_opaque_inline()\nreturns 0 and xdr_stream_decode_string_dup() falls through to its\n\"*str = NULL; return ret\" tail, leaving buf NULL with a return value\nof 0. The \"\u003c 0\" check does not catch this, and the next line is\nstrrchr(NULL, \u0027.\u0027), a kernel NULL pointer dereference reachable from\nany pNFS-flexfile client mounted against a malicious or compromised\nmetadata server.\n\nReject the zero-length cases explicitly so the decoder fails with\n-EBADMSG (treated as a malformed GETDEVICEINFO body) instead of\npanicking the client.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53391",
"url": "https://www.suse.com/security/cve/CVE-2026-53391"
},
{
"category": "external",
"summary": "SUSE Bug 1271904 for CVE-2026-53391",
"url": "https://bugzilla.suse.com/1271904"
},
{
"category": "external",
"summary": "SUSE Bug 1271905 for CVE-2026-53391",
"url": "https://bugzilla.suse.com/1271905"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53391"
},
{
"cve": "CVE-2026-53392",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53392"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSv4/flexfiles: reject zero filehandle version count\n\nff_layout_alloc_lseg() decodes the filehandle-version array count\nfrom the flexfiles layout body. The value is used as the count for\nkzalloc_objs(), and the current code only rejects NULL.\n\nA zero count yields ZERO_SIZE_PTR, which can be stored in\ndss_info-\u003efh_versions even though later flexfiles paths assume that at\nleast one filehandle version exists.\n\nReject fh_count == 0 before the allocation, matching the existing zero\nversion_count validation in the flexfiles GETDEVICEINFO parser.\n\nA QEMU/KASAN run with a malformed flexfiles layout hit:\n\n KASAN: null-ptr-deref in range [0x0000000000000010-0x0000000000000017]\n RIP: 0010:ff_layout_encode_ff_layoutupdate.isra.0+0x15f/0x750\n ff_layout_encode_layoutreturn+0x683/0x970\n nfs4_xdr_enc_layoutreturn+0x278/0x3a0\n Kernel panic - not syncing: Fatal exception\n\nThe patched kernel rejects the malformed layout without KASAN/oops/panic,\nand a valid fh_count=1 regression still opens, reads, and unmounts cleanly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53392",
"url": "https://www.suse.com/security/cve/CVE-2026-53392"
},
{
"category": "external",
"summary": "SUSE Bug 1271826 for CVE-2026-53392",
"url": "https://bugzilla.suse.com/1271826"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53392"
},
{
"cve": "CVE-2026-53393",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53393"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: reset write verifier on deferred writeback errors\n\nnfsd_vfs_write() and nfsd_commit() both call filemap_check_wb_err() to\ndetect deferred writeback errors, but neither rotates the server\u0027s write\nverifier (nn-\u003ewriteverf) when this check fails. Every other\ndurable-storage-failure path in these functions calls\ncommit_reset_write_verifier() before returning an error.\n\nThe missing rotation means clients holding UNSTABLE write data under the\ncurrent verifier will COMMIT, receive the unchanged verifier back, and\nconclude their data is durable - silently dropping data that failed\nwriteback. This violates the UNSTABLE+COMMIT durability contract\n(RFC 1813 3.3.7, RFC 8881 18.32).\n\nAdd commit_reset_write_verifier() calls at both filemap_check_wb_err()\nerror sites, matching the pattern used by adjacent error paths in the\nsame functions. The helper already filters -EAGAIN and -ESTALE\ninternally, so the calls are unconditionally safe.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53393",
"url": "https://www.suse.com/security/cve/CVE-2026-53393"
},
{
"category": "external",
"summary": "SUSE Bug 1271858 for CVE-2026-53393",
"url": "https://bugzilla.suse.com/1271858"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53393"
},
{
"cve": "CVE-2026-53394",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53394"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: avoid leaking pre-allocated openowner on unconfirmed retry race\n\nWhen find_or_alloc_open_stateowner() encounters an unconfirmed owner, it\ncalls release_openowner() and sets oo = NULL. Control then falls through\npast the `if (oo)` guard -- which would have freed any pre-allocated\n`new` -- and unconditionally executes `new = alloc_stateowner(...)`. If\n`new` was already allocated on a prior iteration, the pointer is\nsilently overwritten and the previous allocation (slab object + owner\nname buffer) is leaked.\n\nThis requires a race: two NFSv4.0 OPEN threads with the same owner\nstring, where a concurrent thread inserts a new unconfirmed owner into\nthe hash between retry iterations. The window is narrow but repeatable\nunder adversarial conditions.\n\nFix by adding `goto retry` after `oo = NULL` so the already-allocated\n`new` is reused on the next iteration rather than overwritten.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53394",
"url": "https://www.suse.com/security/cve/CVE-2026-53394"
},
{
"category": "external",
"summary": "SUSE Bug 1271859 for CVE-2026-53394",
"url": "https://bugzilla.suse.com/1271859"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53394"
},
{
"cve": "CVE-2026-53395",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53395"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: fix dead ACL conflict guard in nfsd4_create\n\nnfsd4_create() steals create-\u003ecr_dpacl/cr_pacl into the local\nnfsd_attrs via the designated initializer, then immediately sets the\nsource pointers to NULL. The subsequent conflict guard tests the\nalready-nilled source fields, making it permanently dead code:\n\n if (create-\u003ecr_acl) {\n if (create-\u003ecr_dpacl || create-\u003ecr_pacl) /* always false */\n\nWhen a client encodes both FATTR4_WORD0_ACL and\nFATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL in the same CREATE fattr\nbitmap, nfsd4_acl_to_attr() overwrites attrs.na_pacl/na_dpacl without\nreleasing the originals, leaking two posix_acl slab objects per\nrequest. Repeated requests cause unbounded slab exhaustion.\n\nFix by checking attrs.na_dpacl/na_pacl (the stolen values) instead of\nthe nilled create-\u003ecr_dpacl/cr_pacl, matching the correct pattern\nalready used in nfsd4_setattr().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53395",
"url": "https://www.suse.com/security/cve/CVE-2026-53395"
},
{
"category": "external",
"summary": "SUSE Bug 1271865 for CVE-2026-53395",
"url": "https://bugzilla.suse.com/1271865"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53395"
},
{
"cve": "CVE-2026-53396",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53396"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: fix posix_acl leak and ignored error in nfsd4_create_file\n\nnfsd4_create_file() has two bugs in its ACL handling:\n\nThe return value of nfsd4_acl_to_attr() is silently discarded. When\nthe NFSv4-to-POSIX ACL conversion fails (e.g., -EINVAL for\nunsupported ACE types), the file is created without any ACL and the\nclient receives NFS4_OK. This violates RFC 7530/8881 which require\nthe server to reject unsupported attributes on CREATE.\n\nWhen start_creating() fails after ACL attributes have been populated\nin attrs (either via nfsd4_acl_to_attr or via ownership transfer from\nopen-\u003eop_dpacl/op_pacl), the function jumps to out_write which skips\nnfsd_attrs_free(). The posix_acl allocations are leaked. A client\ncan trigger this repeatedly with OPEN(CREATE), ACL attributes, and an\ninvalid filename (e.g., longer than NAME_MAX).\n\nFix both by capturing the nfsd4_acl_to_attr() return value and by\nchanging the early error paths to jump to out instead of out_write.\nInitialize child to ERR_PTR(-EINVAL) so that end_creating() is safe\nto call even if start_creating() was never reached.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53396",
"url": "https://www.suse.com/security/cve/CVE-2026-53396"
},
{
"category": "external",
"summary": "SUSE Bug 1271829 for CVE-2026-53396",
"url": "https://bugzilla.suse.com/1271829"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53396"
},
{
"cve": "CVE-2026-53397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53397"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: fix posix_acl leak on SETACL decode failure\n\nnfsaclsvc_decode_setaclargs() and nfs3svc_decode_setaclargs() each\ncall nfs_stream_decode_acl() twice, first for NFS_ACL and then for\nNFS_DFACL. Each successful call transfers ownership of a freshly\nallocated posix_acl into argp-\u003eacl_access or argp-\u003eacl_default. If\nthe first call succeeds but the second fails, the decoder returns\nfalse and argp-\u003eacl_access is left dangling.\n\nACLPROC2_SETACL.pc_release was wired to nfssvc_release_attrstat and\nACLPROC3_SETACL.pc_release was wired to nfs3svc_release_fhandle.\nBoth only call fh_put() and have no knowledge of the ACL fields on\nargp. The posix_acl_release() pairs sat at the out: labels inside\nnfsacld_proc_setacl() and nfsd3_proc_setacl(), but svc_process()\nskips pc_func when pc_decode returns false, so that cleanup is\nunreachable on decode failure:\n\n svc_process_common()\n pc_decode() /* decode_setaclargs: false */\n /* pc_func skipped */\n pc_release() /* fh_put only -- ACLs leaked */\n\nThe orphaned posix_acl is leaked for the lifetime of the server.\n\nFix by adding nfsaclsvc_release_setacl() and nfs3svc_release_setacl(),\nwhich release both argp-\u003eacl_access and argp-\u003eacl_default in addition\nto fh_put(), and wiring them as pc_release for their respective SETACL\nprocedures. pc_release runs on every path svc_process() takes after\ndecode, including decode failure, so the posix_acl_release() pairs are\nremoved from the proc functions\u0027 out: labels to keep ownership in one\nplace. This matches the existing release_getacl() pattern used by\nthe sibling GETACL procedures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53397",
"url": "https://www.suse.com/security/cve/CVE-2026-53397"
},
{
"category": "external",
"summary": "SUSE Bug 1271869 for CVE-2026-53397",
"url": "https://bugzilla.suse.com/1271869"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53397"
},
{
"cve": "CVE-2026-53398",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53398"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSD: Fix SECINFO_NO_NAME decode error cleanup\n\nnfsd4_decode_secinfo_no_name() currently initializes sin_exp after\ndecoding sin_style. If the XDR stream is truncated, the decoder returns\nnfserr_bad_xdr before sin_exp is initialized.\n\nSince commit 3fdc54646234 (\"NFSD: Reduce amount of struct\nnfsd4_compoundargs that needs clearing\"), the inline iops array is not\ncleared between RPC calls. A failed SECINFO_NO_NAME decode can therefore\nleave sin_exp holding stale union contents from a previous operation.\n\nThe error response path still invokes nfsd4_secinfo_no_name_release(),\nwhich calls exp_put() on a non-NULL sin_exp.\n\nInitialize sin_exp before the first failable decode step, matching\nnfsd4_decode_secinfo().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53398",
"url": "https://www.suse.com/security/cve/CVE-2026-53398"
},
{
"category": "external",
"summary": "SUSE Bug 1271870 for CVE-2026-53398",
"url": "https://bugzilla.suse.com/1271870"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53398"
},
{
"cve": "CVE-2026-53399",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53399"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: release layout stid on setlease failure\n\nnfs4_alloc_stid() publishes the new stid into cl-\u003ecl_stateids via\nidr_alloc_cyclic() under cl_lock before returning to\nnfsd4_alloc_layout_stateid(). When nfsd4_layout_setlease() then\nfails, the error path frees the layout stateid directly with\nkmem_cache_free() without ever calling idr_remove(), leaving the\nIDR slot pointing at freed slab memory. Any subsequent IDR walker\n(states_show, client teardown) dereferences the dangling pointer.\n\nThe correct teardown for an IDR-published stid is nfs4_put_stid(),\nwhich removes the IDR slot under cl_lock, dispatches sc_free\n(nfsd4_free_layout_stateid) to release ls-\u003els_file via\nnfsd4_close_layout(), and drops the nfs4_file reference in its\ntail.\n\nA second issue blocks that switch: nfsd4_free_layout_stateid()\nunconditionally inspects ls-\u003els_fence_work via\ndelayed_work_pending() under ls_lock, but\nINIT_DELAYED_WORK(\u0026ls-\u003els_fence_work, ...) currently runs only\nafter the setlease call. On the setlease-failure path the\ndestructor would touch an uninitialized delayed_work.\n\n nfsd4_alloc_layout_stateid()\n nfs4_alloc_stid() /* idr_alloc_cyclic under cl_lock */\n nfsd4_layout_setlease() /* fails */\n nfs4_put_stid()\n nfsd4_free_layout_stateid()\n delayed_work_pending(\u0026ls-\u003els_fence_work) /* needs INIT */\n nfsd4_close_layout() /* nfsd_file_put(ls-\u003els_file) */\n put_nfs4_file()\n\nFix by hoisting the ls_fenced / ls_fence_delay / INIT_DELAYED_WORK\ninitialization above the nfsd4_layout_setlease() call, and replace\nthe manual nfsd_file_put + put_nfs4_file + kmem_cache_free cleanup\nwith a single nfs4_put_stid(stp).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53399",
"url": "https://www.suse.com/security/cve/CVE-2026-53399"
},
{
"category": "external",
"summary": "SUSE Bug 1271832 for CVE-2026-53399",
"url": "https://bugzilla.suse.com/1271832"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53399"
},
{
"cve": "CVE-2026-53400",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53400"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: core: fix adapter registration race\n\nAdapters can be looked up based on their id using i2c_get_adapter()\nwhich takes a reference to the embedded struct device.\n\nMake sure that the adapter (including its struct device) has been\ninitialised before adding it to the IDR to avoid accessing uninitialised\ndata which could, for example, lead to NULL-pointer dereferences or\nuse-after-free.\n\nNote that the i2c-dev chardev, which is registered from a bus notifier,\ncurrently uses i2c_get_adapter() so the adapter needs to be added to the\nIDR before registration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53400",
"url": "https://www.suse.com/security/cve/CVE-2026-53400"
},
{
"category": "external",
"summary": "SUSE Bug 1271906 for CVE-2026-53400",
"url": "https://bugzilla.suse.com/1271906"
},
{
"category": "external",
"summary": "SUSE Bug 1271907 for CVE-2026-53400",
"url": "https://bugzilla.suse.com/1271907"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53400"
},
{
"cve": "CVE-2026-53401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53401"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbdev: omap2: fix use-after-free in omapfb_mmap\n\nomapfb_mmap() has a race condition with OMAPFB_SETUP_PLANE ioctl that\ncan lead to use-after-free:\n\nThe fb_mmap() entry point holds mm_lock but not lock (fb_info-\u003elock),\nwhile ioctl handlers like OMAPFB_SETUP_PLANE hold lock but not mm_lock.\nThis allows concurrent execution.\n\nIn omapfb_mmap():\n1. rg = omapfb_get_mem_region(ofbi-\u003eregion); // Get old region ref\n2. start = omapfb_get_region_paddr(ofbi); // Read from NEW region\n3. len = fix-\u003esmem_len; // Read from NEW region\n4. vm_iomap_memory(vma, start, len); // Map NEW region memory\n5. atomic_inc(\u0026rg-\u003emap_count); // Increment OLD region!\n\nConcurrently, OMAPFB_SETUP_PLANE can:\n- Reassign ofbi-\u003eregion = new_rg\n- Update fix-\u003esmem_len\n- OMAPFB_SETUP_MEM then checks NEW region\u0027s map_count (0!) and frees it\n\nThis leaves userspace with a mapping to freed physical memory.\n\nThe fix is to read all required values (start, len) from the same\nregion reference (rg) that will have its map_count incremented,\npreventing the region from being freed while still mapped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53401",
"url": "https://www.suse.com/security/cve/CVE-2026-53401"
},
{
"category": "external",
"summary": "SUSE Bug 1271828 for CVE-2026-53401",
"url": "https://bugzilla.suse.com/1271828"
},
{
"category": "external",
"summary": "SUSE Bug 1271839 for CVE-2026-53401",
"url": "https://bugzilla.suse.com/1271839"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53401"
},
{
"cve": "CVE-2026-53402",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53402"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()\n\nWhen fbcon_do_set_font() fails (e.g., due to a memory allocation failure\ninside vc_resize() under heavy memory pressure), it jumps to the `err_out`\nlabel to roll back the console state. However, the current rollback logic\nforgets to restore the `hi_font` state, leading to a severe state machine\ncorruption.\n\nEarlier in the function, `set_vc_hi_font()` might be called to change\n`vc-\u003evc_hi_font_mask` and mutate the screen buffer. If `vc_resize()`\nsubsequently fails, the `err_out` path restores `vc_font.charcount`\nbut entirely skips rolling back the `vc_hi_font_mask` and the screen\nbuffer.\n\nThis mismatch leaves the terminal in a desynchronized state. Because\n`vc_hi_font_mask` remains set, the VT subsystem will still accept\ncharacter indices greater than 255 from userspace and write them to the\nscreen buffer. Subsequent rendering calls (e.g., `fbcon_putcs()`) will\nthen use these inflated indices to access the reverted, 256-character\nfont array, leading to a deterministic out-of-bounds read and potential\nkernel memory disclosure.\n\nFix this by adding the missing rollback logic for the `hi_font` mask\nand screen buffer in the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53402",
"url": "https://www.suse.com/security/cve/CVE-2026-53402"
},
{
"category": "external",
"summary": "SUSE Bug 1271908 for CVE-2026-53402",
"url": "https://bugzilla.suse.com/1271908"
},
{
"category": "external",
"summary": "SUSE Bug 1271909 for CVE-2026-53402",
"url": "https://bugzilla.suse.com/1271909"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-53402"
},
{
"cve": "CVE-2026-53403",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53403"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var\n\ninfo-\u003evar, a framebuffer\u0027s current mode, is expected to have a matching\nentry in info-\u003emodelist. var_to_display() relies on this and treats a\nfailed fb_match_mode() as \"This should not happen\". fb_set_var() keeps it\ntrue by adding the mode to the list on every change, and\ndo_register_framebuffer() does the same at registration.\n\nstore_modes() replaces the modelist from userspace. fb_new_modelist()\nvalidates the new modes but does not check that info-\u003evar still has a\nmatch. It relies on fbcon_new_modelist() to re-point consoles, but that\nonly handles consoles mapped to the framebuffer. With fbcon unbound there\nare none, so info-\u003evar is left describing a mode that is no longer in the\nlist.\n\nA later console takeover runs var_to_display(), where fb_match_mode()\nreturns NULL and leaves fb_display[i].mode NULL. fbcon_switch() passes it\nto display_to_var(), and fb_videomode_to_var() dereferences the NULL mode.\n\nKeep the current mode in the list in fb_new_modelist(), the same way\nfb_set_var() does.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53403",
"url": "https://www.suse.com/security/cve/CVE-2026-53403"
},
{
"category": "external",
"summary": "SUSE Bug 1271731 for CVE-2026-53403",
"url": "https://bugzilla.suse.com/1271731"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53403"
},
{
"cve": "CVE-2026-63793",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63793"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: serialize volume label accesses\n\nProtect vol-\u003evolume_label with a mutex and snaphost the label before\ncopy_to_user. This prevent a use-after-free when FS_IOC_SETFSLABEL\nreplaces the vol-\u003evolume_label and FS_IOC_GETTSLABEL reads it\nconcurrently.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63793",
"url": "https://www.suse.com/security/cve/CVE-2026-63793"
},
{
"category": "external",
"summary": "SUSE Bug 1271953 for CVE-2026-63793",
"url": "https://bugzilla.suse.com/1271953"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63793"
},
{
"cve": "CVE-2026-63794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63794"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path\n\nIn sev_dbg_crypt(), the per-iteration transfer length is bounded by\nthe source page offset (PAGE_SIZE - s_off) but not by the destination\npage offset (PAGE_SIZE - d_off). When d_off \u003e s_off, the encrypt\npath (__sev_dbg_encrypt_user) performs a read-modify-write using a\nsingle-page intermediate buffer (dst_tpage):\n\n 1. __sev_dbg_decrypt() expands the size to round_up(len + (d_off \u0026 15), 16)\n before issuing the PSP command. If len + (d_off \u0026 15) \u003e PAGE_SIZE,\n the PSP writes beyond the end of the 4096-byte dst_tpage allocation.\n\n 2. The subsequent memcpy()/copy_from_user() into\n page_address(dst_tpage) + (d_off \u0026 15) of \u0027len\u0027 bytes overflows\n by up to 15 bytes under the same condition.\n\nTrigger example: s_off = 0, d_off = 1, debug.len = PAGE_SIZE -\nthe PSP is instructed to write round_up(4097, 16) = 4112 bytes to\na 4096-byte buffer.\n\nFix by also bounding len by (PAGE_SIZE - d_off), the same check that\nsev_send_update_data() already performs for its single-page guest\nregion.\n\n ==================================================================\n BUG: KASAN: slab-use-after-free in sev_dbg_crypt+0x993/0xd10 [kvm_amd]\n Write of size 4095 at addr ff110062293bb009 by task sev_dbg_test/228214\n\n CPU: 96 UID: 0 PID: 228214 Comm: sev_dbg_test Tainted: G U W 7.0.0-smp--5ce9b0c48211-dbg #156 PREEMPTLAZY\n Tainted: [U]=USER, [W]=WARN\n Hardware name: Google Astoria/astoria, BIOS 0.20250817.1-0 08/25/2025\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x54/0x70\n print_report+0xbc/0x260\n kasan_report+0xa2/0xd0\n kasan_check_range+0x25f/0x2c0\n __asan_memcpy+0x40/0x70\n sev_dbg_crypt+0x993/0xd10 [kvm_amd]\n sev_mem_enc_ioctl+0x33c/0x450 [kvm_amd]\n kvm_vm_ioctl+0x65d/0x6d0 [kvm]\n __se_sys_ioctl+0xb2/0x100\n do_syscall_64+0xe8/0x870\n entry_SYSCALL_64_after_hwframe+0x4b/0x53\n \u003c/TASK\u003e\n\n The buggy address belongs to the physical page:\n page: refcount:1 mapcount:0 mapping:0000000000000000 index:0x7fe72b6a0 pfn:0x62293bb\n memcg:ff11000112827d82\n flags: 0x1400000000000000(node=1|zone=1)\n raw: 1400000000000000 0000000000000000 dead000000000122 0000000000000000\n raw: 00000007fe72b6a0 0000000000000000 00000001ffffffff ff11000112827d82\n page dumped because: kasan: bad access detected\n\n Memory state around the buggy address:\n ff110062293bbf00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ff110062293bbf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n \u003eff110062293bc000: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc\n ^\n ff110062293bc080: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc\n ff110062293bc100: fa fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc\n ==================================================================\n Disabling lock debugging due to kernel taint\n\n[sean: add sample KASAN splat, Fixes, and stable@]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63794",
"url": "https://www.suse.com/security/cve/CVE-2026-63794"
},
{
"category": "external",
"summary": "SUSE Bug 1271964 for CVE-2026-63794",
"url": "https://bugzilla.suse.com/1271964"
},
{
"category": "external",
"summary": "SUSE Bug 1271965 for CVE-2026-63794",
"url": "https://bugzilla.suse.com/1271965"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63794"
},
{
"cve": "CVE-2026-63795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63795"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\n9p: avoid putting oldfid in p9_client_walk() error path\n\nWhen p9_client_walk() is called with clone set to false, fid aliases\noldfid. If the walk subsequently fails after the request has been sent,\nthe error path jumps to clunk_fid, which currently calls p9_fid_put(fid)\nunconditionally.\n\nThis drops a reference to oldfid even though ownership of oldfid remains\nwith the caller. If this is the last reference, oldfid can be clunked and\ndestroyed while the caller still expects it to be valid. A later use or\nput of oldfid can then trigger a use-after-free or refcount underflow.\n\nFix this by only putting fid in the clunk_fid error path when it does not\nalias oldfid, matching the existing guard in the error path below.\n\nThis can be triggered when a multi-component walk is split into multiple\np9_client_walk() calls and a later non-cloning walk fails. A reproducer\nand refcount warning logs are available on request.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63795",
"url": "https://www.suse.com/security/cve/CVE-2026-63795"
},
{
"category": "external",
"summary": "SUSE Bug 1271955 for CVE-2026-63795",
"url": "https://bugzilla.suse.com/1271955"
},
{
"category": "external",
"summary": "SUSE Bug 1272136 for CVE-2026-63795",
"url": "https://bugzilla.suse.com/1272136"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63795"
},
{
"cve": "CVE-2026-63796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63796"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: reject oversized group bitmap descriptors\n\nocfs2_validate_gd_parent() only bounds bg_bits against the parent\nallocator\u0027s chain geometry. A malicious descriptor can still claim a\nbg_size/bg_bits pair that exceeds the bitmap bytes that physically fit in\nthe group descriptor block, so later bitmap scans and bit updates can run\npast bg_bitmap.\n\nAdd a physical-cap check based on ocfs2_group_bitmap_size() for the parent\nallocator type and reject descriptors whose bg_size or bg_bits exceed that\ncapacity. Keep the existing chain geometry check so both the on-disk\nbitmap layout and the allocator metadata must agree before the descriptor\nis used.\n\nValidation reproduced this kernel report:\nKASAN use-after-free in _find_next_bit+0x7f/0xc0\nRead of size 8\nCall trace:\n dump_stack_lvl+0x66/0xa0 (?:?)\n print_report+0xd0/0x630 (?:?)\n _find_next_bit+0x7f/0xc0 (?:?)\n srso_alias_return_thunk+0x5/0xfbef5 (?:?)\n __virt_addr_valid+0x188/0x2f0 (?:?)\n kasan_report+0xe4/0x120 (?:?)\n ocfs2_find_max_contig_free_bits+0x35/0x70 (fs/ocfs2/suballoc.c:1375)\n ocfs2_block_group_set_bits+0x472/0x4b0 (fs/ocfs2/suballoc.c:1457)\n ocfs2_cluster_group_search+0x16b/0x440 (fs/ocfs2/suballoc.c:86)\n ocfs2_bg_discontig_fix_result+0x1ef/0x230 (fs/ocfs2/suballoc.c:1786)\n ocfs2_search_chain+0x8f8/0x10a0 (fs/ocfs2/suballoc.c:1886)\n get_page_from_freelist+0x70e/0x2370 (?:?)\n lock_release+0xc6/0x290 (?:?)\n do_raw_spin_unlock+0x9a/0x100 (?:?)\n kasan_unpoison+0x27/0x60 (?:?)\n __bfs+0x147/0x240 (?:?)\n get_page_from_freelist+0x83d/0x2370 (?:?)\n ocfs2_claim_suballoc_bits+0x38c/0xe70 (fs/ocfs2/suballoc.c:96)\n sched_domains_numa_masks_clear+0x70/0xd0 (?:?)\n check_irq_usage+0xe8/0xb70 (?:?)\n __ocfs2_claim_clusters+0x18d/0x4c0 (fs/ocfs2/suballoc.c:2497)\n check_path+0x24/0x50 (?:?)\n rcu_is_watching+0x20/0x50 (?:?)\n check_prev_add+0xfd/0xd00 (?:?)\n ocfs2_add_clusters_in_btree+0x17d/0x810 (fs/ocfs2/suballoc.c:?)\n __folio_batch_add_and_move+0x1f5/0x3d0 (?:?)\n ocfs2_add_inode_data+0xd9/0x120 (fs/ocfs2/suballoc.c:?)\n filemap_add_folio+0x105/0x1f0 (?:?)\n ocfs2_write_begin_nolock+0x29f7/0x2f80 (fs/ocfs2/suballoc.c:3043)\n ocfs2_read_inode_block+0xb5/0x110 (fs/ocfs2/suballoc.c:?)\n down_write+0xf5/0x180 (?:?)\n ocfs2_write_begin+0x180/0x240 (fs/ocfs2/suballoc.c:?)\n __mark_inode_dirty+0x758/0x9a0 (?:?)\n inode_to_bdi+0x41/0x90 (?:?)\n balance_dirty_pages_ratelimited_flags+0xf8/0x1d0 (?:?)\n generic_perform_write+0x252/0x440 (?:?)\n mnt_put_write_access_file+0x16/0x70 (?:?)\n file_update_time_flags+0xe4/0x200 (?:?)\n ocfs2_file_write_iter+0x80a/0x1320 (fs/ocfs2/suballoc.c:?)\n lock_acquire+0x184/0x2f0 (?:?)\n ksys_write+0xd2/0x170 (?:?)\n apparmor_file_permission+0xf5/0x310 (?:?)\n read_zero+0x8d/0x140 (?:?)\n lock_is_held_type+0x8f/0x100 (?:?)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63796",
"url": "https://www.suse.com/security/cve/CVE-2026-63796"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63796"
},
{
"cve": "CVE-2026-63797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63797"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrpmsg: char: Fix use-after-free on probe error path\n\nrpmsg_chrdev_probe() stores the newly allocated eptdev in the default\nendpoint\u0027s priv pointer before calling rpmsg_chrdev_eptdev_add(). If\nrpmsg_chrdev_eptdev_add() then fails, its error path frees eptdev while\nthe default endpoint may still dispatch callbacks with the stale priv\npointer.\n\nAvoid publishing eptdev through the default endpoint until\nrpmsg_chrdev_eptdev_add() succeeds. Messages received before the priv\npointer is published should be ignored by rpmsg_ept_cb(). Flow-control\nupdates can hit rpmsg_ept_flow_cb() in the same window, so make both\ncallbacks return success when priv is NULL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63797",
"url": "https://www.suse.com/security/cve/CVE-2026-63797"
},
{
"category": "external",
"summary": "SUSE Bug 1272138 for CVE-2026-63797",
"url": "https://bugzilla.suse.com/1272138"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63797"
},
{
"cve": "CVE-2026-63798",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63798"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nirqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove\n\nThe driver allocates domain generic chips using\nirq_alloc_domain_generic_chips() during probe and sets up chained\nhandlers using irq_set_chained_handler_and_data(). However, on driver\nremoval, the generic chips are not freed and the chained handlers are\nnot removed.\n\nThe generic chips remain on the global gc_list and may later be accessed by\ngeneric interrupt chip suspend, resume, or shutdown callbacks after the\ndriver has been removed, potentially resulting in a use-after-free and\nkernel crash.\n\nThe chained handlers that were installed in probe for peripheral and\nsyswake interrupts are also left dangling, which can lead to spurious\ninterrupts accessing freed memory.\n\nFix these issues by:\n\n - Setting IRQ_DOMAIN_FLAG_DESTROY_GC flag in domain-\u003eflags, so the\n core code automatically removes generic chips when irq_domain_remove()\n is called\n\n - Clearing all chained handlers with NULL in pdc_intc_remove()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63798",
"url": "https://www.suse.com/security/cve/CVE-2026-63798"
},
{
"category": "external",
"summary": "SUSE Bug 1271802 for CVE-2026-63798",
"url": "https://bugzilla.suse.com/1271802"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63798"
},
{
"cve": "CVE-2026-63799",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63799"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path\n\nIn mm_cid_fixup_cpus_to_tasks(), when rq-\u003ecurr has the target mm and\nmm_cid.active is set, the CID is checked with cid_in_transit() before\nsetting the transition bit. In per-CPU mode a newly forked or exec\u0027d\ntask can be running with mm_cid.cid == MM_CID_UNSET because CIDs are\nassigned lazily on schedule-in. With cid_in_transit() the guard passes\nfor MM_CID_UNSET (no transit bit), converts it to MM_CID_UNSET |\nMM_CID_TRANSIT and stores it back; later mm_cid_schedout() feeds this\nto clear_bit() with MM_CID_UNSET as the bit number, triggering an\nout-of-bounds write.\n\nSymptoms: this is genuine memory corruption, but a bounded out-of-bounds\nwrite, not an arbitrary one. MM_CID_UNSET is the fixed sentinel BIT(31),\nso once the bad value reaches mm_cid_schedout() the cid_from_transit_cid()\nstrip leaves MM_CID_UNSET, which fails the \"cid \u003c max_cids\" convergence\ntest and falls into mm_drop_cid() -\u003e clear_bit(MM_CID_UNSET,\nmm_cidmask(mm)). The cid bitmap is embedded in the mm_struct slab object\n(after cpu_bitmap and mm_cpus_allowed) and is only num_possible_cpus()\nbits wide, so clearing bit 31 is a deterministic OOB bit-clear at a\nfixed offset of 2^31 / 8 == 256 MiB past the bitmap base. The address is\nnot attacker-influenced (fixed sentinel -\u003e fixed offset) and the op only\nclears a single bit; what sits 256 MiB further along the direct map is\nwhatever kernel object happens to live there, so this corrupts one bit of\nunpredictable kernel memory -- it is not an arbitrary-address or\narbitrary-value write.\n\nIt triggers only in per-CPU CID mode, when a CPU is running an active\ntask of the target mm whose cid is still MM_CID_UNSET -- the\nfork()/execve() window before that task\u0027s next schedule-in assigns it a\nreal CID -- and a per-CPU -\u003e per-task fixup walks over it (the mode\nfallback driven by a thread exit, sched_mm_cid_exit(), or by the deferred\nmax_cids recompute in mm_cid_work_fn()).\n\nIn practice syzkaller surfaced it as a KASAN use-after-free reported in\n__schedule -\u003e mm_cid_switch_to, where the offending clear_bit() is inlined\nvia mm_cid_schedout() -\u003e mm_drop_cid().\n\nGuard the transition-bit assignment against MM_CID_UNSET, in addition to\nthe existing cid_in_transit() check, so the bit is only set on a genuine\ntask-owned CID. A CPU-owned (MM_CID_ONCPU) CID of a running active task\nis handled by the cid_on_cpu(pcp-\u003ecid) branch above and never reaches\nthis path, so excluding MM_CID_UNSET (and the already-transitioning case)\nis sufficient.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63799",
"url": "https://www.suse.com/security/cve/CVE-2026-63799"
},
{
"category": "external",
"summary": "SUSE Bug 1272141 for CVE-2026-63799",
"url": "https://bugzilla.suse.com/1272141"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63799"
},
{
"cve": "CVE-2026-63800",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63800"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npNFS: Fix use-after-free in pnfs_update_layout()\n\nWhen hitting the NFS_LAYOUT_RETURN branch in pnfs_update_layout(),\nthe code calls pnfs_prepare_to_retry_layoutget(lo). If it succeeds,\npnfs_put_layout_hdr(lo) is called before trace_pnfs_update_layout(),\nwhich still references \u0027lo\u0027. This results in a use-after-free when the\ntracepoint accesses lo\u0027s fields.\n\nFix this by moving the tracepoint call before pnfs_put_layout_hdr(lo).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63800",
"url": "https://www.suse.com/security/cve/CVE-2026-63800"
},
{
"category": "external",
"summary": "SUSE Bug 1272270 for CVE-2026-63800",
"url": "https://bugzilla.suse.com/1272270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63800"
},
{
"cve": "CVE-2026-63801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63801"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: fix slab-use-after-free Read in tipc_aead_decrypt_done\n\ntipc_aead_decrypt() goes straight from tipc_bearer_hold(b) to\ncrypto_aead_decrypt(req) without taking a reference on the netns, unlike\nthe encrypt path. When crypto_aead_decrypt() is offloaded asynchronously\n(e.g. the SIMD aead wrapper queuing to cryptd), the cryptd worker runs\ntipc_aead_decrypt_done() later. If the bearer\u0027s netns is torn down in the\nmeantime, cleanup_net() -\u003e tipc_exit_net() -\u003e tipc_crypto_stop() frees the\nper-netns tipc_crypto, and the completion then reads it:\ntipc_aead_decrypt_done() dereferences aead-\u003ecrypto-\u003estats and\naead-\u003ecrypto-\u003enet, and tipc_crypto_rcv_complete() dereferences\naead-\u003ecrypto-\u003eaead[] and the node table -- reading freed memory.\n\nDecoded KASAN splat (v7.1-rc7, CONFIG_KASAN_INLINE + TIPC + TIPC_CRYPTO):\n\n BUG: KASAN: slab-use-after-free in tipc_aead_decrypt_done (net/tipc/crypto.c:999)\n Read of size 8 at addr ffff8881056258a8 by task kworker/u16:2/51\n Workqueue: events_unbound\n Call Trace:\n tipc_aead_decrypt_done (net/tipc/crypto.c:999)\n process_one_work (kernel/workqueue.c:3314)\n worker_thread (kernel/workqueue.c:3397 kernel/workqueue.c:3478)\n kthread (kernel/kthread.c:436)\n ret_from_fork (arch/x86/kernel/process.c:158)\n ret_from_fork_asm (arch/x86/entry/entry_64.S:245)\n\n Allocated by task 169:\n __kasan_kmalloc (mm/kasan/common.c:398 mm/kasan/common.c:415)\n tipc_crypto_start (net/tipc/crypto.c:1502)\n tipc_init_net (net/tipc/core.c:72)\n ops_init (net/core/net_namespace.c:137)\n setup_net (net/core/net_namespace.c:446)\n copy_net_ns (net/core/net_namespace.c:579)\n create_new_namespaces (kernel/nsproxy.c:132)\n __x64_sys_unshare (kernel/fork.c:3316)\n do_syscall_64 (arch/x86/entry/syscall_64.c:63)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n\n Freed by task 8:\n kfree (mm/slub.c:6566)\n tipc_exit_net (net/tipc/core.c:119)\n cleanup_net (net/core/net_namespace.c:704)\n process_one_work (kernel/workqueue.c:3314)\n kthread (kernel/kthread.c:436)\n\nThis is the same class of bug that commit e279024617134 (\"net/tipc: fix\nslab-use-after-free Read in tipc_aead_encrypt_done\") fixed for the encrypt\nside. The encrypt path takes maybe_get_net(aead-\u003ecrypto-\u003enet) before\ncrypto_aead_encrypt() and drops it with put_net() on the synchronous\nreturn paths and in tipc_aead_encrypt_done(); the -EINPROGRESS/-EBUSY\nreturn keeps the reference for the async callback to release. The decrypt\npath was left without the equivalent guard.\n\nMirror the encrypt-side fix on the decrypt path: take a net reference\nbefore crypto_aead_decrypt() (failing with -ENODEV and the matching\nbearer put if it cannot be acquired), keep it across the\n-EINPROGRESS/-EBUSY async return, and drop it with put_net() on the\nsynchronous success/error return and at the end of\ntipc_aead_decrypt_done().\n\nReproduced under KASAN on v7.1-rc7: a UDP bearer with a cluster key is\nflooded with crafted encrypted frames from an unknown peer (driving the\ncluster-key decrypt path) while the bearer\u0027s netns is repeatedly torn\ndown. The completion must run asynchronously to outlive\ntipc_crypto_stop(); on x86 the stock aesni gcm(aes) now decrypts\nsynchronously, so the async path was exercised via cryptd offload. The\nunguarded aead-\u003ecrypto dereference in tipc_aead_decrypt_done() is the\nunpatched upstream path; tipc_aead_decrypt() still lacks\nmaybe_get_net(aead-\u003ecrypto-\u003enet), so the completion can outlive the free\non any config where crypto_aead_decrypt() goes async.\n\nFound by 0sec automated security-research tooling (https://0sec.ai).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63801",
"url": "https://www.suse.com/security/cve/CVE-2026-63801"
},
{
"category": "external",
"summary": "SUSE Bug 1272230 for CVE-2026-63801",
"url": "https://bugzilla.suse.com/1272230"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63801"
},
{
"cve": "CVE-2026-63802",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63802"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblk-cgroup: fix UAF in __blkcg_rstat_flush()\n\nWhen multiple blkgs in the same blkcg are released concurrently,\na use-after-free can occur. The race happens when one blkg\u0027s\n__blkcg_rstat_flush() removes another blkg\u0027s iostat entries via\nllist_del_all(). The second blkg sees an empty list and proceeds\nto free itself while the first is still iterating over its entries.\n\nMove the flush from __blkg_release() (RCU callback) to blkg_release()\n(before call_rcu). This ensures the RCU grace period waits for any\nconcurrent flush\u0027s rcu_read_lock() section to complete before freeing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63802",
"url": "https://www.suse.com/security/cve/CVE-2026-63802"
},
{
"category": "external",
"summary": "SUSE Bug 1272282 for CVE-2026-63802",
"url": "https://bugzilla.suse.com/1272282"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63802"
},
{
"cve": "CVE-2026-63803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63803"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nhdlc_ppp: sync per-proto timers before freeing hdlc state\n\nEach PPP control protocol (LCP/IPCP/IPV6CP) embedded in struct ppp\nregisters a timer via timer_setup(). That struct ppp is the\nhdlc-\u003estate allocation, which detach_hdlc_protocol() frees with kfree()\nin both teardown paths: unregister_hdlc_device() and the re-attach inside\nattach_hdlc_protocol().\n\nThe ppp proto never registered a .detach callback, so\ndetach_hdlc_protocol() performs no timer synchronization before the\nkfree(). The only cancel, timer_delete(\u0026proto-\u003etimer) in ppp_cp_event(),\nis partial (it does not wait for a running callback) and only runs on the\n-\u003eCLOSED transition; ppp_stop()/ppp_close() do not sync either. A\nppp_timer callback already executing (blocked on ppp-\u003elock) survives the\nkfree and then dereferences proto-\u003estate / ppp-\u003elock in freed memory,\nleading to a use-after-free.\n\nFix this by adding a .detach helper that calls timer_shutdown_sync() on\nevery per-proto timer. detach_hdlc_protocol() invokes proto-\u003edetach(dev)\nbefore kfree(hdlc-\u003estate), so timer_shutdown_sync()\nnow runs on both free paths.\ntimer_shutdown_sync() is used instead of timer_delete_sync() because the\nkeepalive path re-arms the timer through add_timer()/mod_timer() and\nshutdown blocks any re-activation during teardown.\n\nInitialize the per-protocol timers in ppp_ioctl() when the protocol is\nattached, and remove the now-redundant timer_setup() from ppp_start(), so\nthat the timers are initialized exactly once at attach time and\nppp_timer_release() never operates on uninitialized timer_list\nstructures. attach_hdlc_protocol() uses kmalloc() (not kzalloc), so\nstruct ppp\u0027s protos[i].timer is uninitialized garbage until the first\ntimer_setup(); without this init-at-attach, attaching the PPP protocol\nwithout ever bringing the device up would leave timer_shutdown_sync()\noperating on uninitialized memory in .detach. Moving the init out of\nppp_start() (which only runs on NETDEV_UP) into the attach path makes the\ninitialization unconditional and avoids initializing the same timer_list\ntwice.\n\nThis bug was found by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63803",
"url": "https://www.suse.com/security/cve/CVE-2026-63803"
},
{
"category": "external",
"summary": "SUSE Bug 1272284 for CVE-2026-63803",
"url": "https://bugzilla.suse.com/1272284"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63803"
},
{
"cve": "CVE-2026-63804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63804"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: fix use-after-free in gfs2_qd_dealloc\n\ngfs2_qd_dealloc(), called as an RCU callback from gfs2_qd_dispose(),\naccesses the superblock object sdp through qd-\u003eqd_sbd after freeing qd.\nIt does so to decrement sd_quota_count and wake up sd_kill_wait.\n\nHowever, by the time the RCU callback runs, gfs2_put_super() may have\nalready freed sdp via free_sbd(). This can happen when\ngfs2_quota_cleanup() is called during unmount: it disposes of quota\nobjects via call_rcu() and then waits on sd_kill_wait with a 60-second\ntimeout. If the timeout expires, or if gfs2_gl_hash_clear() triggers\nadditional qd_put() calls that schedule more RCU callbacks after the\nwait completes, gfs2_put_super() will proceed to free the superblock\nwhile RCU callbacks referencing it are still pending.\n\nAdd an rcu_barrier() before free_sbd() in gfs2_put_super() to ensure\nall pending RCU callbacks (including gfs2_qd_dealloc) have completed\nbefore the superblock is freed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63804",
"url": "https://www.suse.com/security/cve/CVE-2026-63804"
},
{
"category": "external",
"summary": "SUSE Bug 1272287 for CVE-2026-63804",
"url": "https://bugzilla.suse.com/1272287"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63804"
},
{
"cve": "CVE-2026-63805",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63805"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: nx - fix nx_crypto_ctx_exit argument\n\nnx_crypto_ctx_shash_exit calls nx_crypto_ctx_exit with crypto_shash_ctx(...)\nbut crypto_shash_ctx gives a nx_crypto_ctx *, not a crypto_tfm *.\n\nFix the type in nx_crypto_ctx_exit and drop the bogus crypto_tfm_ctx\ncall.\n\nThis fixes the following oops:\n\n BUG: Unable to handle kernel data access at 0xc0403effffffffc8\n Faulting instruction address: 0xc000000000396cb4\n Oops: Kernel access of bad area, sig: 11 [#15]\n Call Trace:\n nx_crypto_ctx_shash_exit+0x24/0x60\n crypto_shash_exit_tfm+0x28/0x40\n crypto_destroy_tfm+0x98/0x140\n crypto_exit_ahash_using_shash+0x20/0x40\n crypto_destroy_tfm+0x98/0x140\n hash_release+0x1c/0x30\n alg_sock_destruct+0x38/0x60\n __sk_destruct+0x48/0x2b0\n af_alg_release+0x58/0xb0\n __sock_release+0x68/0x150\n sock_close+0x20/0x40\n __fput+0x110/0x3a0\n sys_close+0x48/0xa0\n system_call_exception+0x140/0x2d0\n system_call_common+0xf4/0x258\n\n.. which came from hardlink(1) opportunistically using AF_ALG.\n\nThe same problem exists with nx_crypto_ctx_skcipher_exit getting a context\nit wasn\u0027t expecting, but apparently nobody hit that for years.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63805",
"url": "https://www.suse.com/security/cve/CVE-2026-63805"
},
{
"category": "external",
"summary": "SUSE Bug 1272288 for CVE-2026-63805",
"url": "https://bugzilla.suse.com/1272288"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63805"
},
{
"cve": "CVE-2026-63806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63806"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unaligned()\n\nDrop a BUG_ON() that has been reachable since it was first added, way back\nin 2009, and instead use get_unaligned() to perform potentially-unaligned\naccesses.\n\nFor a given store, KVM x86\u0027s emulator tracks the entire value in the\ndestination operand, x86_emulate_ctxt.dst. If the destination is memory,\nand the target splits multiple pages and/or is emulated MMIO, then KVM\nhandles each fragment independently. E.g. on a page split starting at page\noffset 0xffc, KVM writes 4 bytes to the first page, then the remaining\nbytes to the second page, using ctxt-\u003edst as the source for both (with\nappropriate offsets).\n\nIf the destination splits a page *and* hits emulated MMIO on the second\npage, then KVM will complete the write to the first page, then emulate the\nMMIO access to the second page. If there is a datamatch-enabled ioeventfd\nat offset 0 of the second page, then KVM will process the remainder of the\nstore as a potential ioeventfd signal.\n\nPutting it all together, if the guest emits a store that splits a page\nstarting at page offset N, and the second page has a datamatch-enabled\nioeventfd at offset 0, then KVM will check for datamatch using\n\u0026dst.valptr[N] as the source. Due to dst (and thus dst.valptr) being\n32-byte aligned, if N is not aligned to @len, the BUG_ON() fires.\n\nE.g. with a 16-byte store at page offset 0xffc, to an ioeventfd of len 8,\nall initial checks in ioeventfd_in_range() will succeed, and the BUG_ON()\nfires due to @val being 4-byte aligned, but not 8-byte aligned.\n\n ------------[ cut here ]------------\n kernel BUG at arch/x86/kvm/../../../virt/kvm/eventfd.c:783!\n Oops: invalid opcode: 0000 [#1] SMP\n CPU: 0 UID: 1000 PID: 615 Comm: repro Not tainted 7.1.0-rc2-ff238429d1ea #365 PREEMPT\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n RIP: 0010:ioeventfd_write+0x6c/0x70 [kvm]\n Call Trace:\n \u003cTASK\u003e\n __kvm_io_bus_write+0x85/0xb0 [kvm]\n kvm_io_bus_write+0x53/0x80 [kvm]\n vcpu_mmio_write+0x66/0xf0 [kvm]\n emulator_read_write_onepage+0x12a/0x540 [kvm]\n emulator_read_write+0x109/0x2b0 [kvm]\n x86_emulate_insn+0x4f8/0xfb0 [kvm]\n x86_emulate_instruction+0x181/0x790 [kvm]\n kvm_mmu_page_fault+0x313/0x630 [kvm]\n vmx_handle_exit+0x18a/0x590 [kvm_intel]\n kvm_arch_vcpu_ioctl_run+0xc81/0x1c90 [kvm]\n kvm_vcpu_ioctl+0x2d5/0x970 [kvm]\n __x64_sys_ioctl+0x8a/0xd0\n do_syscall_64+0xb7/0x890\n entry_SYSCALL_64_after_hwframe+0x4b/0x53\n RIP: 0033:0x7f19c931a9bf\n \u003c/TASK\u003e\n Modules linked in: kvm_intel kvm irqbypass\n ---[ end trace 0000000000000000 ]---\n\nIn a perfect world, the fix would be to simply delete the BUG_ON(), as KVM\nx86 doesn\u0027t perform alignment checks on \"normal\" memory accesses at CPL0.\nSadly, C99 ruins all the fun; while the x86 architecture plays nice,\ndereferencing an unaligned pointer directly is undefined behavior in C,\ne.g. triggers splats when running with CONFIG_UBSAN_ALIGNMENT=y.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63806",
"url": "https://www.suse.com/security/cve/CVE-2026-63806"
},
{
"category": "external",
"summary": "SUSE Bug 1272268 for CVE-2026-63806",
"url": "https://bugzilla.suse.com/1272268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63806"
},
{
"cve": "CVE-2026-63807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63807"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level\n\nWhen recovering hugepages in the shadow MMU, verify that the base gfn of\nthe shadow page is actually contained within the target memslot, *before*\nquerying the max mapping level given the shadow page\u0027s gfn. Failure to\npre-check the validity of the gfn can lead to an out-of-bounds access to\nthe slot\u0027s lpage_info (which typically manifests as a host #PF because the\nlpage_info is vmalloc\u0027d) if the guest creates a hugepage mapping (in its\nPTEs) that extends \"below\" the bounds of a memslot.\n\nWhen faulting in memory for a guest, and the size of the guest mapping is\ngreater than KVM\u0027s (current) max mapping, then KVM will create a \"direct\"\nshadow page (direct in that there are no gPTEs to shadow, and so the target\ngfn is a direct calculation given the base gfn of the shadow page). The\nhugepage recovery flow looks for such direct shadow pages, as forcing 4KiB\nmappings when dirty logging generates the guest \u003e host mapping size case.\nWhen the 4KiB restriction is lifted, then KVM can replace the shadow page\nwith a hugepage.\n\nBut if KVM originally used a smaller mapping than the guest because the\nrange of memory covered by the guest hugepage exceeds the bounds of a\nmemslot, then KVM will link a direct shadow page with a gfn that is outside\nthe bounds of the memslot being used to fault in memory. The rmap entry\nadded for the leaf mapping is correct and within bounds, but the gfn of the\nleaf SPTE\u0027s parent shadow page will be out of bounds.\n\n BUG: unable to handle page fault for address: ffffc90000806ffc\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n PGD 100000067 P4D 100000067 PUD 1002a7067 PMD 10612f067 PTE 0\n Oops: Oops: 0000 [#1] SMP\n CPU: 13 UID: 1000 PID: 757 Comm: mmu_stress_test Not tainted 7.1.0-rc1-48ce1e26eace-x86_pir_to_irr_comments-vm #341 PREEMPT\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n RIP: 0010:kvm_mmu_max_mapping_level+0x79/0x2b0 [kvm]\n Call Trace:\n \u003cTASK\u003e\n kvm_mmu_recover_huge_pages+0x21b/0x320 [kvm]\n kvm_set_memslot+0x1ee/0x590 [kvm]\n kvm_set_memory_region.part.0+0x3a1/0x4d0 [kvm]\n kvm_vm_ioctl+0x9bf/0x15d0 [kvm]\n __x64_sys_ioctl+0x8a/0xd0\n do_syscall_64+0xb7/0xbb0\n entry_SYSCALL_64_after_hwframe+0x4b/0x53\n RIP: 0033:0x7f21c0f1a9bf\n \u003c/TASK\u003e\n\nDon\u0027t bother pre-checking the bounds of the potential hugepage, i.e. don\u0027t\ncheck that e.g. sp-\u003egfn + KVM_PAGES_PER_HPAGE(sp-\u003erole.level + 1) is also\nwithin the memslot, as the checks performed by kvm_mmu_max_mapping_level()\nare a superset of the basic bounds checks. I.e. pre-checking the full\nrange would be a dubious micro-optimization.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63807",
"url": "https://www.suse.com/security/cve/CVE-2026-63807"
},
{
"category": "external",
"summary": "SUSE Bug 1272263 for CVE-2026-63807",
"url": "https://bugzilla.suse.com/1272263"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63807"
},
{
"cve": "CVE-2026-63808",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63808"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nexfat: fix potential use-after-free in exfat_find_dir_entry()\n\nIn exfat_find_dir_entry(), the buffer_head obtained from\nexfat_get_dentry() is released with brelse(bh) before the fall-through\nTYPE_EXTEND branch reads the directory entry through ep (which points\ninto bh-\u003eb_data):\n\n\tbrelse(bh);\n\tif (entry_type == TYPE_EXTEND) {\n\t\t...\n\t\tlen = exfat_extract_uni_name(ep, entry_uniname);\n\t\t...\n\t}\n\nAfter brelse() drops our reference, nothing guarantees that the\nunderlying page backing bh-\u003eb_data remains valid for the subsequent\nexfat_extract_uni_name() read. This is the same pattern fixed in\ncommit fc961522ddbd (\"exfat: Fix potential use after free in\nexfat_load_upcase_table()\").\n\nMove brelse(bh) so it runs after ep is no longer dereferenced on\neach branch.\n\nConfirmed on QEMU x86_64 with CONFIG_KASAN=y + CONFIG_DEBUG_PAGEALLOC=y\n+ CONFIG_PAGE_POISONING=y on linux-next, using a crafted exFAT image\n(long filename with same-hash collisions forcing the TYPE_EXTEND path).\nWith a debug-only invalidate_bdev() inserted between brelse(bh) and\nthe ep read to make the stale-deref window deterministic, the\nunpatched kernel faults:\n\n BUG: KASAN: use-after-free in exfat_find_dir_entry+0x133b/0x15a0\n BUG: unable to handle page fault for address: ffff88801a5fa0c2\n Oops: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN NOPTI\n RIP: 0010:exfat_find_dir_entry+0x1188/0x15a0\n\nWith this patch applied, the same instrumented harness completes\ncleanly under the same sanitizer stack. I have not reproduced a\ncrash on an uninstrumented kernel under ordinary reclaim; the\ninstrumented A/B establishes the lifetime violation and that the\npatch closes it, not an unaided triggerability claim.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63808",
"url": "https://www.suse.com/security/cve/CVE-2026-63808"
},
{
"category": "external",
"summary": "SUSE Bug 1272260 for CVE-2026-63808",
"url": "https://bugzilla.suse.com/1272260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63808"
},
{
"cve": "CVE-2026-63809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63809"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: use kvfree() for replaced sysctl write buffer\n\nproc_sys_call_handler() allocates its temporary sysctl buffer with\nkvzalloc() and passes it to __cgroup_bpf_run_filter_sysctl(). Since\nkvzalloc() may fall back to vmalloc() for large allocations, freeing\nthat buffer with kfree() is wrong and can corrupt memory.\n\nUse kvfree() to safely handle both kmalloc and kvzalloc()/vmalloc\nallocations.\n\nThe bug was first flagged by an experimental analysis tool we are\ndeveloping for kernel memory-management bugs while analyzing\nv6.13-rc1. The tool is still under development and is not yet publicly\navailable. Manual inspection confirms that the bug is still\npresent in v7.1-rc5.\n\nReproduced the bug based on v7.1-rc4 in a QEMU x86_64 guest booted with\nKASAN and CONFIG_FAILSLAB enabled. To exercise the replacement path, the\ntest tree also included the accompanying fix for the stale ret == 1\ncheck in __cgroup_bpf_run_filter_sysctl(). The reproducer confines\nfailslab injections to the proc_sys_call_handler() range, uses\nstacktrace-depth=32, and injects fail-nth=1 while writing 8191 bytes to\n/proc/sys/kernel/domainname from a task in the target cgroup. Under\nthat setup, fail-nth=1 triggered the fault:\n\n BUG: unable to handle page fault for address: ffffeb0200024d48\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n PGD 0 P4D 0\n Oops: Oops: 0000 SMP KASAN NOPTI\n CPU: 2 UID: 0 PID: 209 Comm: repro_proc_sys_ Not tainted 7.1.0-rc4-00686-g97625979a5d4 PREEMPT(lazy)\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\n RIP: 0010:kfree+0x6e/0x510\n ...\n Call Trace:\n \u003cTASK\u003e\n ? __cgroup_bpf_run_filter_sysctl+0x626/0xc30\n __cgroup_bpf_run_filter_sysctl+0x74d/0xc30\n ? __pfx___cgroup_bpf_run_filter_sysctl+0x10/0x10\n ? srso_return_thunk+0x5/0x5f\n ? __kvmalloc_node_noprof+0x345/0x870\n ? proc_sys_call_handler+0x250/0x480\n ? srso_return_thunk+0x5/0x5f\n proc_sys_call_handler+0x3a2/0x480\n ? __pfx_proc_sys_call_handler+0x10/0x10\n ? srso_return_thunk+0x5/0x5f\n ? selinux_file_permission+0x39f/0x500\n ? srso_return_thunk+0x5/0x5f\n ? lock_is_held_type+0x9e/0x120\n vfs_write+0x98e/0x1000\n ...\n \u003c/TASK\u003e\n\nWith this fix applied on top of the same test setup, rerunning the\nreproducer with fail-nth=1 yields no corresponding Oops reports.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63809",
"url": "https://www.suse.com/security/cve/CVE-2026-63809"
},
{
"category": "external",
"summary": "SUSE Bug 1272296 for CVE-2026-63809",
"url": "https://bugzilla.suse.com/1272296"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63809"
},
{
"cve": "CVE-2026-63810",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63810"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock: Avoid mounting the bdev pseudo-filesystem in userspace\n\nThe bdev pseudo-filesystem is an internal kernel filesystem with which\nuserspace should not interfere. Unregister it so that userspace cannot\neven attempt to mount it.\n\nThis fixes a bug [1] that occurs when attempting to access files,\nbecause the system call move_mount() uses pointers declared in the\ninode_operations structure, which for the bdev pseudo-filesystem\nare always equal to 0. `inode-\u003ei_op = \u0026empty_iops;`\n\n[1]\n\n BUG: kernel NULL pointer dereference, address: 0000000000000000\n #PF: supervisor instruction fetch in kernel mode\n #PF: error_code(0x0010) - not-present page\n PGD 23380067 P4D 23380067 PUD 23381067 PMD 0\n Oops: 0010 [#1] PREEMPT SMP KASAN NOPTI\n CPU: 2 PID: 17125 Comm: syz-executor.0 Not tainted 6.1.155-syzkaller-00350-g84221fde2681 #0\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014\n RIP: 0010:0x0\n\n Call Trace:\n \u003cTASK\u003e\n lookup_open.isra.0+0x700/0x1180 fs/namei.c:3460\n open_last_lookups fs/namei.c:3550 [inline]\n path_openat+0x953/0x2700 fs/namei.c:3780\n do_filp_open+0x1c5/0x410 fs/namei.c:3810\n do_sys_openat2+0x171/0x4d0 fs/open.c:1318\n do_sys_open fs/open.c:1334 [inline]\n __do_sys_openat fs/open.c:1350 [inline]\n __se_sys_openat fs/open.c:1345 [inline]\n __x64_sys_openat+0x13c/0x1f0 fs/open.c:1345\n do_syscall_x64 arch/x86/entry/common.c:51 [inline]\n do_syscall_64+0x35/0x80 arch/x86/entry/common.c:81\n entry_SYSCALL_64_after_hwframe+0x6e/0xd8\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63810",
"url": "https://www.suse.com/security/cve/CVE-2026-63810"
},
{
"category": "external",
"summary": "SUSE Bug 1272297 for CVE-2026-63810",
"url": "https://bugzilla.suse.com/1272297"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63810"
},
{
"cve": "CVE-2026-63811",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63811"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: read COW data with the original inode during atomic write\n\nWhen updating an atomic-write file, f2fs_write_begin() may read the\npreviously written data back from the COW inode:\nprepare_atomic_write_begin() locates the block in the COW inode and sets\nuse_cow, and the read bio is then built with the COW inode:\n\n\tf2fs_submit_page_read(use_cow ? F2FS_I(inode)-\u003ecow_inode : inode,\n\t\t\t ...);\n\nand f2fs_grab_read_bio() decides whether to schedule fs-layer decryption\n(STEP_DECRYPT) for the bio based on that inode via\nfscrypt_inode_uses_fs_layer_crypto().\n\nHowever, the folio being filled belongs to the original inode\n(folio-\u003emapping-\u003ehost == inode), and the data stored in the COW block was\nencrypted (or left as plaintext) using the original inode\u0027s context, not\nthe COW inode\u0027s -- see f2fs_encrypt_one_page(), which keys off\nfio-\u003epage-\u003emapping-\u003ehost. fscrypt_decrypt_pagecache_blocks() likewise\noperates on folio-\u003emapping-\u003ehost.\n\nThe COW inode is created as a tmpfile in the parent directory and inherits\nits encryption policy from there. With test_dummy_encryption the newly\ncreated COW inode gets the dummy policy and becomes encrypted, while a\npre-existing regular file -- created before the policy applied, e.g.\nalready present in the on-disk image -- stays unencrypted. The read\npath then sets STEP_DECRYPT based on the encrypted COW inode and calls\nfscrypt_decrypt_pagecache_blocks() on a folio whose host (the unencrypted\noriginal inode) has a NULL -\u003ei_crypt_info, dereferencing it:\n\n Oops: general protection fault, probably for non-canonical address ...\n KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]\n RIP: 0010:fscrypt_decrypt_pagecache_blocks+0xa0/0x310\n Workqueue: f2fs_post_read_wq f2fs_post_read_work\n Call Trace:\n fscrypt_decrypt_bio+0x1eb/0x340\n f2fs_post_read_work+0xba/0x140\n process_one_work+0x91c/0x1a40\n worker_thread+0x677/0xe90\n kthread+0x2bc/0x3a0\n\nThe COW inode is only needed to locate the on-disk block, and that block\naddress is already resolved into @blkaddr by prepare_atomic_write_begin()\nvia __find_data_block(cow_inode, ...); f2fs_submit_page_read() then reads\nfrom that physical @blkaddr directly, so the inode argument only selects\nthe post-read crypto context, not which block is fetched. Reading with\n@inode therefore returns the same (latest, not-yet-committed) COW data,\nwhile making both the fs-layer decryption decision and the inline crypto\npath use the correct (original inode\u0027s) key.\n\nWith the COW inode no longer used at the read site, the use_cow flag has no\nremaining consumer; drop it from f2fs_write_begin() and\nprepare_atomic_write_begin().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63811",
"url": "https://www.suse.com/security/cve/CVE-2026-63811"
},
{
"category": "external",
"summary": "SUSE Bug 1272173 for CVE-2026-63811",
"url": "https://bugzilla.suse.com/1272173"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63811"
},
{
"cve": "CVE-2026-63812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63812"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node()\n\nWhen __destroy_extent_node() sets the inode flag FI_NO_EXTENT, it does\nnot reset the length of the largest extent to 0 and update the inode\nfolio. Since modifications to the extent tree are disallowed afterward,\nthe cached largest extent may become stale. This can trigger the\nfollowing error in xfstests generic/388:\n\nF2FS-fs (dm-0): sanity_check_extent_cache: inode (ino=1761) extent info [220057, 57, 6] is incorrect, run fsck to fix\n\nIn the f2fs_drop_inode path, __destroy_extent_node() does not need to\nguarantee that et-\u003enode_cnt is 0, because concurrency with writeback\nis expected in this path, and writeback may update the extent cache.\n\nThis patch reverts commit ed78aeebef05 (\"f2fs: fix node_cnt race between\nextent node destroy and writeback\"), and remove the unnecessary zero\ncheck of et-\u003enode_cnt.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63812",
"url": "https://www.suse.com/security/cve/CVE-2026-63812"
},
{
"category": "external",
"summary": "SUSE Bug 1272185 for CVE-2026-63812",
"url": "https://bugzilla.suse.com/1272185"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63812"
},
{
"cve": "CVE-2026-63813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63813"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"f2fs: remove non-uptodate folio from the page cache in move_data_block\"\n\nThis reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598.\n\nThe kernel panics are keeping to be reported especially when the f2fs\npartition get almost full. By investigation, we find that the reason is\none f2fs page got freed to buddy without being deleted from LRU and the\nroot cause is the race happened in [2] which is enrolled by this commit.\n\nThere are 3 race processes in this scenario, please find below for their\nmain activities.\n\nThe changed code in move_data_block() lets the GC path evict the tail-end\nfolio from the page cache through folio_end_dropbehind(). Once\nfolio_unmap_invalidate() removes the folio from mapping-\u003ei_pages, the\npage-cache references for all pages in the folio are dropped. The folio\nis then kept alive only by temporary external references, which allows a\nlater split to operate on a folio whose subpages are no longer protected\nby page-cache references.\n\nAfter the page-cache references are gone, split_folio_to_order() can\nsplit the big folio into individual pages and put the resulting subpages\nback on the LRU. For tail pages beyond EOF, split removes them from the\npage cache and drops their page-cache references. A tail page can then\nremain on the LRU with PG_lru set while holding only the split caller\u0027s\ntemporary reference. When free_folio_and_swap_cache() drops that final\nreference, the page enters the final folio_put() release path.\n\nIn parallel, folio_isolate_lru() can observe the same tail page with a\nnon-zero refcount and PG_lru set. It clears PG_lru before taking its own\nreference. If this races with the final folio_put() from the split path,\n__folio_put() sees PG_lru already cleared and skips lruvec_del_folio().\nThe page is then freed back to the allocator while its lru links are\nstill present in the LRU list. A later LRU operation on a neighboring\npage detects the stale link and reports list corruption.\n\n[1]\n[ 22.486082] list_del corruption. next-\u003eprev should be fffffffec10e0ac8, but was dead000000000122. (next=fffffffec10e0a88)\n[ 22.486130] ------------[ cut here ]------------\n[ 22.486134] kernel BUG at lib/list_debug.c:67!\n[ 22.486141] Internal error: Oops - BUG: 00000000f2000800 [#1] SMP\n[ 22.488502] Tainted: [W]=WARN, [O]=OOT_MODULE\n[ 22.488506] Hardware name: Spreadtrum UMS9230 1H10 SoC (DT)\n[ 22.488511] pstate: 604000c5 (nZCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 22.488517] pc : __list_del_entry_valid_or_report+0x14c/0x154\n[ 22.488531] lr : __list_del_entry_valid_or_report+0x14c/0x154\n[ 22.488539] sp : ffffffc08006b830\n[ 22.488542] x29: ffffffc08006b868 x28: 0000000000003020 x27: 0000000000000000\n[ 22.488553] x26: 0000000000000000 x25: 0000000000000004 x24: fffffffec10e0ac0\n[ 22.488564] x23: 00000000000000e8 x22: 0000000000000024 x21: dead000000000122\n[ 22.488574] x20: fffffffec10e0a88 x19: fffffffec10e0ac8 x18: ffffffc080061060\n[ 22.488585] x17: 20747562202c3863 x16: 6130653031636566 x15: 0000000000000058\n[ 22.488595] x14: 0000000000000004 x13: ffffff80f91e0000 x12: 0000000000000003\n[ 22.488605] x11: 0000000000000003 x10: 0000000000000001 x9 : ffe85721f0e25f00\n[ 22.488615] x8 : ffe85721f0e25f00 x7 : 0000000000000000 x6 : 6c65645f7473696c\n[ 22.488625] x5 : ffffffed39b23026 x4 : 0000000000000000 x3 : 0000000000000010\n[ 22.488636] x2 : 0000000000000000 x1 : 0000000000000000 x0 : 000000000000006d\n[ 22.488647] Call trace:\n[ 22.488651] __list_del_entry_valid_or_report+0x14c/0x154 (P)\n[ 22.488661] __folio_put+0x2bc/0x434\n[ 22.488670] folio_put+0x28/0x58\n[ 22.488678] do_garbage_collect+0x1a34/0x2584\n[ 22.488689] f2fs_gc+0x230/0x9b4\n[ 22.488697] f2fs_fallocate+0xb90/0xdf4\n[ 22.488706] vfs_fallocate+0x1b4/0x2bc\n[ 22.488716] __arm64_sys_fallocate+0x44/0x78\n[ 22.488725] invoke_syscall+0x58/0xe4\n[ 22.488732] do_el0_svc+0x48/0xdc\n[ 22.488739] el0\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63813",
"url": "https://www.suse.com/security/cve/CVE-2026-63813"
},
{
"category": "external",
"summary": "SUSE Bug 1272174 for CVE-2026-63813",
"url": "https://bugzilla.suse.com/1272174"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63813"
},
{
"cve": "CVE-2026-63814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63814"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: validate ACL entry sizes in f2fs_acl_from_disk()\n\nf2fs_acl_count() only validates the aggregate ACL xattr length. A\nmalformed ACL can still place ACL_USER or ACL_GROUP in a slot that only\ncontains struct f2fs_acl_entry_short bytes, and f2fs_acl_from_disk()\nthen reads entry-\u003ee_id before verifying that a full entry fits.\n\nRequire a short entry before reading e_tag and e_perm, and require a\nfull entry before reading e_id for ACL_USER and ACL_GROUP. Return\n-EFSCORRUPTED from these new truncated-entry checks, while keeping the\npre-existing -EINVAL paths unchanged.\n\nValidation reproduced this kernel report:\nKASAN slab-out-of-bounds in __f2fs_get_acl+0x6fb/0x7e0\nRIP: 0033:0x7f4b835ea7aa\nThe buggy address belongs to the object at ffff888114589960 which belongs\nto the cache kmalloc-8 of size 8\nThe buggy address is located 0 bytes to the right of allocated 8-byte\nregion [ffff888114589960, ffff888114589968)\nRead of size 4\nCall trace:\n dump_stack_lvl+0x66/0xa0 (?:?)\n print_report+0xce/0x630 (?:?)\n __f2fs_get_acl+0x6fb/0x7e0 (fs/f2fs/acl.c:169)\n srso_alias_return_thunk+0x5/0xfbef5 (?:?)\n __virt_addr_valid+0x224/0x430 (?:?)\n kasan_report+0xe0/0x110 (?:?)\n __f2fs_get_acl+0x5/0x7e0 (fs/f2fs/acl.c:169)\n __get_acl+0x281/0x380 (?:?)\n vfs_get_acl+0x10b/0x190 (?:?)\n do_get_acl+0x2a/0x410 (?:?)\n do_get_acl+0x9/0x410 (?:?)\n do_getxattr+0xe8/0x260 (?:?)\n filename_getxattr+0xd1/0x140 (?:?)\n do_getname+0x2d/0x2d0 (?:?)\n path_getxattrat+0x16c/0x200 (?:?)\n lock_release+0xc8/0x290 (?:?)\n cgroup_update_frozen+0x9d/0x320 (?:?)\n lockdep_hardirqs_on_prepare+0xea/0x1a0 (?:?)\n trace_hardirqs_on+0x1a/0x170 (?:?)\n _raw_spin_unlock_irq+0x28/0x50 (?:?)\n do_syscall_64+0x115/0x6a0 (arch/x86/entry/syscall_64.c:87)\n entry_SYSCALL_64_after_hwframe+0x77/0x7f (?:?)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63814",
"url": "https://www.suse.com/security/cve/CVE-2026-63814"
},
{
"category": "external",
"summary": "SUSE Bug 1272285 for CVE-2026-63814",
"url": "https://bugzilla.suse.com/1272285"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63814"
},
{
"cve": "CVE-2026-63815",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63815"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: bound i_inline_xattr_size for non-inline-xattr inodes\n\nWhen the flexible_inline_xattr feature is enabled, do_read_inode() loads\nthe on-disk i_inline_xattr_size unconditionally:\n\n\tif (f2fs_sb_has_flexible_inline_xattr(sbi))\n\t\tfi-\u003ei_inline_xattr_size = le16_to_cpu(ri-\u003ei_inline_xattr_size);\n\nbut sanity_check_inode() only range-checks it when the inode also has the\nFI_INLINE_XATTR flag set. An inode that carries an inline dentry or inline\ndata but not FI_INLINE_XATTR -- the normal layout for an inline\ndirectory -- therefore keeps a fully attacker-controlled\ni_inline_xattr_size from a crafted image.\n\nget_inline_xattr_addrs() returns that value with no flag gating, so it\nfeeds the inode geometry:\n\n\tMAX_INLINE_DATA() = 4 * (CUR_ADDRS_PER_INODE - i_inline_xattr_size - 1)\n\tNR_INLINE_DENTRY() = MAX_INLINE_DATA() * BITS_PER_BYTE / (...)\n\taddrs_per_page() = CUR_ADDRS_PER_INODE - i_inline_xattr_size\n\nA large i_inline_xattr_size drives MAX_INLINE_DATA() and NR_INLINE_DENTRY()\nnegative, so make_dentry_ptr_inline() sets d-\u003emax (int) to a negative\nvalue. The inline directory walk then compares an unsigned long bit_pos\nagainst that negative d-\u003emax, which is promoted to a huge unsigned bound,\nand reads far past the inline area:\n\n\twhile (bit_pos \u003c d-\u003emax)\t\t/* fs/f2fs/dir.c */\n\t\t... test_bit_le(bit_pos, d-\u003ebitmap) / d-\u003edentry[bit_pos] ...\n\nMounting a crafted image and reading such a directory triggers an\nout-of-bounds read in f2fs_fill_dentries(); the same underflow also\ncorrupts ADDRS_PER_INODE for regular files.\n\nValidate i_inline_xattr_size against MAX_INLINE_XATTR_SIZE whenever the\nflexible_inline_xattr feature is enabled -- i.e. whenever the value is\nloaded from disk and consumed -- and keep the lower MIN_INLINE_XATTR_SIZE\nbound gated on inodes that actually carry an inline xattr, so legitimate\ninodes with i_inline_xattr_size == 0 are still accepted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63815",
"url": "https://www.suse.com/security/cve/CVE-2026-63815"
},
{
"category": "external",
"summary": "SUSE Bug 1272308 for CVE-2026-63815",
"url": "https://bugzilla.suse.com/1272308"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63815"
},
{
"cve": "CVE-2026-63816",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63816"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode\n\n- ioctl(F2FS_IOC_GARBAGE_COLLECT_RANGE)\t\t- shrink\n - f2fs_gc\n - gc_data_segment\n - ra_data_block(cow_inode)\n - mapping = F2FS_I(inode)-\u003eatomic_inode-\u003ei_mapping\n : f2fs_is_cow_file(cow_inode) is true\n\t\t\t\t\t\t - f2fs_evict_inode(atomic_inode)\n\t\t\t\t\t\t - clear_inode_flag(fi-\u003ecow_inode, FI_COW_FILE)\n\t\t\t\t\t\t - F2FS_I(fi-\u003ecow_inode)-\u003eatomic_inode = NULL\n\t\t\t\t\t\t ...\n\t\t\t\t\t\t - truncate_inode_pages_final(atomic_inode)\n - f2fs_grab_cache_folio(mapping)\n : create folio in atomic_inode-\u003emapping\n\t\t\t\t\t\t - clear_inode(atomic_inode)\n\t\t\t\t\t\t - BUG_ON(atomic_inode-\u003ei_data.nrpages)\n\nWe need to add a reference on fi-\u003eatomic_inode before using its mapping\nfield during garbage collection, otherwise, it will cause UAF issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63816",
"url": "https://www.suse.com/security/cve/CVE-2026-63816"
},
{
"category": "external",
"summary": "SUSE Bug 1272309 for CVE-2026-63816",
"url": "https://bugzilla.suse.com/1272309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63816"
},
{
"cve": "CVE-2026-63817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63817"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: validate compress cache inode only when enabled\n\nF2FS_COMPRESS_INO() uses NM_I(sbi)-\u003emax_nid as the synthetic inode\nnumber for the compressed page cache inode. That inode only exists when\nthe compress_cache mount option is enabled.\n\nWhen compress_cache is disabled, max_nid is outside the valid inode\nrange. A corrupted directory entry that points to ino == max_nid should\ntherefore be rejected by f2fs_check_nid_range(). However, is_meta_ino()\ncurrently treats F2FS_COMPRESS_INO() as a meta inode unconditionally,\nso f2fs_iget() bypasses do_read_inode() and its nid range check, and\ninstantiates a fake internal inode instead.\n\nGate the compressed cache inode case on COMPRESS_CACHE, matching\nf2fs_init_compress_inode(). With compress_cache disabled, ino ==\nmax_nid now follows the normal inode path and is rejected as an\nout-of-range nid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63817",
"url": "https://www.suse.com/security/cve/CVE-2026-63817"
},
{
"category": "external",
"summary": "SUSE Bug 1271954 for CVE-2026-63817",
"url": "https://bugzilla.suse.com/1271954"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63817"
},
{
"cve": "CVE-2026-63818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63818"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: validate orphan inode entry count\n\nf2fs_recover_orphan_inodes() trusts the orphan block entry_count when\nreplaying orphan inodes from the checkpoint pack. A corrupted entry_count\nlarger than F2FS_ORPHANS_PER_BLOCK makes the recovery loop read past the\nino[] array and interpret footer or following data as inode numbers.\n\nOn a crafted image, mounting an unpatched kernel can drive orphan recovery\ninto f2fs_bug_on() and panic the kernel. Validate entry_count before\nconsuming entries so corrupted checkpoint data fails the mount with\n-EFSCORRUPTED and requests fsck instead.\n\nSet ERROR_INCONSISTENT_ORPHAN as well, so the corruption reason can be\nrecorded in the superblock s_errors[] field. This gives fsck a persistent\nhint even though mount-time orphan recovery failure may leave no chance to\npersist SBI_NEED_FSCK through a checkpoint.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63818",
"url": "https://www.suse.com/security/cve/CVE-2026-63818"
},
{
"category": "external",
"summary": "SUSE Bug 1271958 for CVE-2026-63818",
"url": "https://bugzilla.suse.com/1271958"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63818"
},
{
"cve": "CVE-2026-63819",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63819"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix to do sanity check on f2fs_get_node_folio_ra()\n\nkernel BUG at fs/f2fs/file.c:845!\nOops: invalid opcode: 0000 [#1] SMP KASAN NOPTI\nCPU: 0 UID: 0 PID: 5336 Comm: syz.0.0 Not tainted syzkaller #0 PREEMPT(full)\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014\nRIP: 0010:f2fs_do_truncate_blocks+0x1115/0x1140 fs/f2fs/file.c:845\nCode: fc fc 90 0f 0b e8 8b 9d 9a fd 90 0f 0b e8 83 9d 9a fd 48 89 df 48 c7 c6 60 d1 1a 8c e8 54 f1 fc fc 90 0f 0b e8 6c 9d 9a fd 90 \u003c0f\u003e 0b e8 64 9d 9a fd 90 0f 0b 90 e9 93 fd ff ff e8 56 9d 9a fd 90\nRSP: 0018:ffffc9000e4474c0 EFLAGS: 00010283\nRAX: ffffffff842b1d34 RBX: 0000000000000003 RCX: 0000000000100000\nRDX: ffffc9000f03a000 RSI: 0000000000035503 RDI: 0000000000035504\nRBP: ffffc9000e447608 R08: ffff8880123b0000 R09: 0000000000000002\nR10: 00000000fffffffe R11: 0000000000000002 R12: 0000000000000001\nR13: 0000000000000000 R14: 1ffff92001c88ea0 R15: 00000000ffff039c\nFS: 00007f7e02ee36c0(0000) GS:ffff88808c887000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ff0305c4000 CR3: 0000000012d4c000 CR4: 0000000000352ef0\nCall Trace:\n \u003cTASK\u003e\n f2fs_truncate_blocks+0x10a/0x300 fs/f2fs/file.c:882\n f2fs_truncate+0x471/0x7c0 fs/f2fs/file.c:940\n f2fs_evict_inode+0xa3f/0x1ac0 fs/f2fs/inode.c:907\n evict+0x61e/0xb10 fs/inode.c:841\n f2fs_fill_super+0x5f43/0x78f0 fs/f2fs/super.c:5224\n get_tree_bdev_flags+0x431/0x4f0 fs/super.c:1694\n vfs_get_tree+0x92/0x2a0 fs/super.c:1754\n fc_mount fs/namespace.c:1193 [inline]\n do_new_mount_fc fs/namespace.c:3758 [inline]\n do_new_mount+0x341/0xd30 fs/namespace.c:3834\n do_mount fs/namespace.c:4167 [inline]\n __do_sys_mount fs/namespace.c:4383 [inline]\n __se_sys_mount+0x31d/0x420 fs/namespace.c:4360\n do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]\n do_syscall_64+0x15f/0xf80 arch/x86/entry/syscall_64.c:94\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\n\tcount = ADDRS_PER_PAGE(dn.node_folio, inode);\n\n\tcount -= dn.ofs_in_node;\n\tf2fs_bug_on(sbi, count \u003c 0);\n\nThe fuzz test will trigger above bug_on in f2fs.\n\nThe root cause should be: in the corrupted inode, there is a direct node\nwhich has the same ino and nid in its footer, so in f2fs_do_truncate_blocks(),\nafter f2fs_get_dnode_of_data() finds such dnode:\n1) ADDRS_PER_PAGE(dn.node_folio, inode) will return 923\n2) once dn.ofs_in_node points to addr[923, 1017]\nThen it will trigger the system panic.\n\nLet\u0027s introduce NODE_TYPE_NON_IXNODE to indicate current node should\nnot be an inode or xattr node, and then use it in below path to detect\ninconsistent node chain in inode mapping table:\n\n- f2fs_do_truncate_blocks\n - f2fs_get_dnode_of_data\n - f2fs_get_node_folio_ra\n - __get_node_folio\n - f2fs_sanity_check_node_footer\n - case NODE_TYPE_NON_IXNODE -\u003e check whether it is inode|xnode",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63819",
"url": "https://www.suse.com/security/cve/CVE-2026-63819"
},
{
"category": "external",
"summary": "SUSE Bug 1271962 for CVE-2026-63819",
"url": "https://bugzilla.suse.com/1271962"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63819"
},
{
"cve": "CVE-2026-63820",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63820"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: fix missing read bio submission on large folio error\n\nf2fs_read_data_large_folio() can keep a read bio across multiple\nreadahead folios. If a later folio hits an error before any of its\nblocks are added to the bio, folio_in_bio is false and the current error\npath returns immediately after ending that folio.\n\nThis can leave the bio accumulated for earlier folios unsubmitted. Those\nfolios then never receive read completion, and readers can wait\nindefinitely on the locked folios.\n\nRoute errors through the common out path so any pending bio is submitted\nbefore returning. Stop consuming more readahead folios once an error is\nseen, and only wait on and clear the current folio when it was actually\nadded to the bio.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63820",
"url": "https://www.suse.com/security/cve/CVE-2026-63820"
},
{
"category": "external",
"summary": "SUSE Bug 1271966 for CVE-2026-63820",
"url": "https://bugzilla.suse.com/1271966"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63820"
},
{
"cve": "CVE-2026-63821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63821"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw88: usb: fix memory leaks on USB write failures\n\nWhen rtw_usb_write_port() fails to submit a USB Request Block (URB)\n(e.g., due to device disconnect or ENOMEM), the completion callback is\nnever executed.\n\nCurrently, the driver ignores the return value of rtw_usb_write_port()\nin rtw_usb_write_data() and rtw_usb_tx_agg_skb(). Because these\nfunctions rely on the completion callback to free the socket buffers\n(skbs) and the transaction control block (txcb), a submission failure\nresults in:\n1. A memory leak of the allocated skb in rtw_usb_write_data().\n2. A memory leak of the txcb structure and all aggregated skbs in\n rtw_usb_tx_agg_skb().\n\nFix this by checking the return value of rtw_usb_write_port(). If it\nfails, explicitly free the skb in rtw_usb_write_data(), and properly\npurge the tx_ack_queue and free the txcb in rtw_usb_tx_agg_skb().\n\nThe issue was discovered in practice during device disconnect/reconnect\nscenarios and memory pressure conditions. Tested by verifying normal TX\noperation continues after the fix without regressions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63821",
"url": "https://www.suse.com/security/cve/CVE-2026-63821"
},
{
"category": "external",
"summary": "SUSE Bug 1271967 for CVE-2026-63821",
"url": "https://bugzilla.suse.com/1271967"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63821"
},
{
"cve": "CVE-2026-63822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63822"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath11k: fix warning when unbinding\n\nIf there is an error during some initialization related to firmware,\nthe buffers dp-\u003etx_ring[i].tx_status are released.\nHowever this is released again when the device is unbinded (ath11k_pci),\nand we get:\nWARNING: CPU: 0 PID: 6231 at mm/slub.c:4368 free_large_kmalloc+0x57/0x90\nCall Trace:\nfree_large_kmalloc\nath11k_dp_free\nath11k_core_deinit\nath11k_pci_remove\n...\n\nThe issue is always reproducible from a VM because the MSI addressing\ninitialization is failing.\n\nIn order to fix the issue, just set the buffers to NULL after releasing in\norder to avoid the double free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63822",
"url": "https://www.suse.com/security/cve/CVE-2026-63822"
},
{
"category": "external",
"summary": "SUSE Bug 1272187 for CVE-2026-63822",
"url": "https://bugzilla.suse.com/1272187"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63822"
},
{
"cve": "CVE-2026-63823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63823"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkeys: Pin request_key_auth payload in instantiate paths\n\nA: request_key() B: KEYCTL_INSTANTIATE_IOV\n================ =========================\n\ncreate auth key\nstore rka in auth key\nwait for helper\n get auth key\n load rka from auth key\n copy user payload\n sleep on #PF\n\nhelper completed\ndetach and free rka\ndestroy auth key\n wake up\n use rka-\u003etarget_key\n **USE-AFTER-FREE**\n\nGive request_key_auth payloads a refcount. Take a payload reference while\nauthkey-\u003esem stabilizes the payload and revocation state. Hold that\nreference across the instantiate and reject paths. Drop the auth key\nowning reference from revoke and destroy.\n\n[jarkko: Replaced the first two paragraphs of text with an actual\n concurrency scenario.]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63823",
"url": "https://www.suse.com/security/cve/CVE-2026-63823"
},
{
"category": "external",
"summary": "SUSE Bug 1272182 for CVE-2026-63823",
"url": "https://bugzilla.suse.com/1272182"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63823"
},
{
"cve": "CVE-2026-63824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63824"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKEYS: fix overflow in keyctl_pkey_params_get_2()\n\nThe length for the internal output buffer is calculated incorrectly, which\ncan result overflow when a too small buffer is provided.\n\nFix the bug by allocating internal output with the size of the maximum\nlength of the cryptographic primitive instead of caller provided size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63824",
"url": "https://www.suse.com/security/cve/CVE-2026-63824"
},
{
"category": "external",
"summary": "SUSE Bug 1272180 for CVE-2026-63824",
"url": "https://bugzilla.suse.com/1272180"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63824"
},
{
"cve": "CVE-2026-63825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63825"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngcov: use atomic counter updates to fix concurrent access crashes\n\nGCC\u0027s GCOV instrumentation can merge global branch counters with loop\ninduction variables as an optimization. In inflate_fast(), the inner copy\nloops get transformed so that the GCOV counter value is loaded multiple\ntimes to compute the loop base address, start index, and end bound. Since\nGCOV counters are global (not per-CPU), concurrent execution on different\nCPUs causes the counter to change between loads, producing inconsistent\nvalues and out-of-bounds memory writes.\n\nThe crash manifests during IPComp (IP Payload Compression) processing when\ninflate_fast() runs concurrently on multiple CPUs:\n\n BUG: unable to handle page fault for address: ffffd0a3c0902ffa\n RIP: inflate_fast+1431\n Call Trace:\n zlib_inflate\n __deflate_decompress\n crypto_comp_decompress\n ipcomp_decompress [xfrm_ipcomp]\n ipcomp_input [xfrm_ipcomp]\n xfrm_input\n\nAt the crash point, the compiler generated three loads from the same\nglobal GCOV counter (__gcov0.inflate_fast+216) to compute base, start, and\nend for an indexed loop. Another CPU modified the counter between loads,\nmaking the values inconsistent - the write went 3.4 MB past a 65 KB\nbuffer.\n\nAdd -fprofile-update=prefer-atomic to CFLAGS_GCOV at the global level in\nthe top-level Makefile, guarded by a try-run compile test. The test\ncompiles a minimal program with and without -fprofile-update=prefer-atomic\nusing the full KBUILD_CFLAGS, then compares undefined symbols in the\nresulting object files. If prefer-atomic introduces new undefined\nreferences (such as __atomic_fetch_add_8 on i386 or __aarch64_ldadd8_relax\non arm64 with outline-atomics), the flag is not added -- the kernel does\nnot link against libatomic.\n\nOn architectures where GCC inlines 64-bit atomic counter updates (x86_64,\ns390, ...) the test passes and the flag is enabled, preventing the\ncompiler from merging counters with loop induction variables and fixing\nthe observed concurrent-access crash.\n\nOn architectures where the flag would introduce libatomic dependencies, it\nis silently omitted and behaviour is no worse than before this patch.\n\nMove the CFLAGS_GCOV block from its original position (before the arch\nMakefile include) to after the core KBUILD_CFLAGS assignments but before\nthe scripts/Makefile.gcc-plugins include. This placement ensures the\ntry-run test sees arch-specific flags (-m32, -march=,\n-mno-outline-atomics) while avoiding GCC plugin flags (-fplugin=) that\nwould break the test on clean builds when plugin shared objects do not yet\nexist.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63825",
"url": "https://www.suse.com/security/cve/CVE-2026-63825"
},
{
"category": "external",
"summary": "SUSE Bug 1272181 for CVE-2026-63825",
"url": "https://bugzilla.suse.com/1272181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63825"
},
{
"cve": "CVE-2026-63826",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63826"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbdev: fix use-after-free in store_modes()\n\nstore_modes() replaces a framebuffer\u0027s modelist with modes from userspace.\nOn success it frees the old modelist with fb_destroy_modelist(). Two\nfields still point into that freed list.\n\nOne pointer is fb_display[i].mode, the mode a console is using.\nfbcon_new_modelist() moves these pointers to the new list. It only does so\nfor consoles still mapped to the framebuffer. An unmapped console is\nskipped and keeps its stale pointer. Unbinding fbcon, for example, sets\ncon2fb_map[i] to -1 but leaves fb_display[i].mode set. An\nFBIOPUT_VSCREENINFO ioctl with FB_ACTIVATE_INV_MODE later reaches\nfbcon_mode_deleted(). That function reads the stale fb_display[i].mode\nthrough fb_mode_is_equal(). The read is a use-after-free.\n\nThe other pointer is fb_info-\u003emode, the current mode. It is set through\nthe mode sysfs attribute. store_modes() does not update fb_info-\u003emode, so\nit is left pointing into the freed list. show_mode(), the attribute\u0027s read\nhandler, dereferences the stale fb_info-\u003emode through mode_string(). The\nread is a use-after-free.\n\nClear both pointers before freeing the list. Commit a1f305893074 (\"fbcon:\nSet fb_display[i]-\u003emode to NULL when the mode is released\") added the\nhelper fbcon_delete_modelist(). It clears every fb_display[i].mode that\npoints into a given list. So far it is called only from the unregister\npath. Call it from store_modes() too, and set fb_info-\u003emode to NULL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63826",
"url": "https://www.suse.com/security/cve/CVE-2026-63826"
},
{
"category": "external",
"summary": "SUSE Bug 1272183 for CVE-2026-63826",
"url": "https://bugzilla.suse.com/1272183"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63826"
},
{
"cve": "CVE-2026-63827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63827"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\napparmor: fix use-after-free in rawdata dedup loop\n\naa_replace_profiles() walks ns-\u003erawdata_list to dedup the incoming\npolicy blob against entries already attached to existing profiles.\nPer the kernel-doc on struct aa_loaddata, list membership does not\nhold a reference: profiles hold pcount, and when the last pcount\ndrops, do_ploaddata_rmfs() is queued on a workqueue that takes\nns-\u003elock and removes the entry. Between dropping the last pcount\nand the workqueue running, an entry remains on the list with\npcount == 0.\n\naa_get_profile_loaddata() is an unconditional kref_get() on\npcount, so when the dedup loop hits such an entry, refcount\nhardening reports\n\n refcount_t: addition on 0; use-after-free.\n\ninside aa_replace_profiles(), and the poisoned counter then\ntrips \"saturated\" and \"underflow\" warnings on the subsequent\nuses of the same loaddata.\n\nBefore commit a0b7091c4de4 (\"apparmor: fix race on rawdata\ndereference\") the dedup path used a get_unless_zero-style helper\non a single counter, so the existing \"if (tmp)\" guard was\nmeaningful. The split-refcount refactor introduced\naa_get_profile_loaddata(), which has plain kref_get() semantics,\nand the guard quietly became a no-op.\n\nIntroduce aa_get_profile_loaddata_not0(), matching the existing\n_not0 convention used by aa_get_profile_not0(), and use it for\nthe rawdata_list dedup lookup so dying entries are skipped.\n\nReproduced on x86_64 with v7.1-rc5 in QEMU+KVM running Ubuntu\n24.04 + stress-ng 0.17.06:\n\n stress-ng --apparmor 1 --klog-check --timeout 60s\n\nWithout this patch the three refcount_t warnings fire within a\nfew seconds. With it the same 60 s run is clean. Coverage is a\nsmoke-test only; a longer soak with CONFIG_KASAN, CONFIG_KCSAN\nand CONFIG_PROVE_LOCKING would be welcome from anyone with the\ncycles.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63827",
"url": "https://www.suse.com/security/cve/CVE-2026-63827"
},
{
"category": "external",
"summary": "SUSE Bug 1272179 for CVE-2026-63827",
"url": "https://bugzilla.suse.com/1272179"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63827"
},
{
"cve": "CVE-2026-63828",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63828"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\napparmor: mediate the implicit connect of TCP fast open sendmsg\n\nsendmsg()/sendto() with MSG_FASTOPEN is a combination of connect(2) and\nwrite(2): it opens the connection in the SYN. apparmor_socket_sendmsg()\nonly checks AA_MAY_SEND, so a profile that grants send but denies connect\nlets a confined task open an outbound TCP/MPTCP connection that connect(2)\nwould have refused, bypassing connect mediation.\n\nMediate the implicit connect when MSG_FASTOPEN is set and a destination\nis supplied. Add it to apparmor_socket_sendmsg() (not the shared\naa_sock_msg_perm() helper, which recvmsg also uses) and call aa_sk_perm()\ndirectly, mirroring the selinux and tomoyo fixes. sk_is_tcp() does not\ncover MPTCP fast open, so the SOCK_STREAM/IPPROTO_MPTCP arm is explicit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63828",
"url": "https://www.suse.com/security/cve/CVE-2026-63828"
},
{
"category": "external",
"summary": "SUSE Bug 1272175 for CVE-2026-63828",
"url": "https://bugzilla.suse.com/1272175"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63828"
},
{
"cve": "CVE-2026-63829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63829"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ip_gre: require CAP_NET_ADMIN in the device netns for changelink\n\nA tunnel changelink() operates on at most two netns, dev_net(dev) and\nthe tunnel link netns t-\u003enet. They differ once the device is created in\nor moved to a netns other than the one the request runs in. The rtnl\nchangelink path checks CAP_NET_ADMIN only against dev_net(dev), so a\ncaller privileged there but not in t-\u003enet can rewrite a tunnel that\nlives in t-\u003enet.\n\nAdd rtnl_dev_link_net_capable() next to rtnl_get_net_ns_capable() in\nnet/core/rtnetlink.c. It requires CAP_NET_ADMIN in the link netns and is\nskipped when the link netns is dev_net(dev), where the rtnl path already\nchecked it. The other patches in this series use the same helper.\n\nGate ipgre_changelink() and erspan_changelink() with it, at the top of\nthe op before any attribute is parsed, because the parsers update live\ntunnel fields first. ipgre_netlink_parms() sets t-\u003ecollect_md before\nip_tunnel_changelink() runs.\n\nCommit 8b484efd5cb4 (\"ip6: vti: Use ip6_tnl.net in\nvti6_siocdevprivate().\") added the same check on the ioctl path. This\nadds it on RTM_NEWLINK.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63829",
"url": "https://www.suse.com/security/cve/CVE-2026-63829"
},
{
"category": "external",
"summary": "SUSE Bug 1272176 for CVE-2026-63829",
"url": "https://bugzilla.suse.com/1272176"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63829"
},
{
"cve": "CVE-2026-63830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63830"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: skmsg: preserve sg.copy across SG transforms\n\nThe sk_msg sg.copy bitmap is part of the scatterlist entry ownership\nstate. A set bit tells sk_msg_compute_data_pointers() not to expose the\nentry through writable BPF ctx-\u003edata. This protects entries backed by\npages that are not private to the sk_msg, such as splice-backed file\npage-cache pages.\n\nSeveral sk_msg transform paths move, copy, split, or compact\nmsg-\u003esg.data[] entries without moving the matching sg.copy bit. This can\nmake an externally backed entry arrive at a new slot with a clear copy\nbit. A later SK_MSG verdict can then expose sg_virt(sge) as writable\nctx-\u003edata and BPF stores can modify the original page cache.\n\nKeep sg.copy synchronized with sg.data[] whenever entries are\ntransferred, shifted, split, or copied into a new sk_msg. Clear the bit\nwhen an entry is replaced by a newly allocated private page or freed.\nThis covers the BPF pull/push/pop helpers, sk_msg_shift_left/right(),\nsk_msg_xfer(), and tls_split_open_record(), including the partial tail\nentry created during TLS open-record splitting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63830",
"url": "https://www.suse.com/security/cve/CVE-2026-63830"
},
{
"category": "external",
"summary": "SUSE Bug 1272178 for CVE-2026-63830",
"url": "https://bugzilla.suse.com/1272178"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63830"
},
{
"cve": "CVE-2026-63831",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63831"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmac802154: llsec: add skb_cow_data() before in-place crypto\n\nllsec_do_encrypt_unauth(), llsec_do_encrypt_auth(),\nllsec_do_decrypt_unauth(), and llsec_do_decrypt_auth() all perform\nin-place cryptographic transformations on skb data. They build a\nscatterlist with sg_init_one() pointing into the skb\u0027s linear data area\nand then pass the same scatterlist as both src and dst to the crypto API\n(e.g. crypto_skcipher_encrypt/decrypt, crypto_aead_encrypt/decrypt).\n\nOn the RX path, __ieee802154_rx_handle_packet() clones the received skb\nbefore handing it to each subscriber via ieee802154_subif_frame(). The\ncloned skb shares the same underlying data buffer via reference\ncounting. When llsec_do_decrypt() subsequently modifies this shared\nbuffer in place, it corrupts data that other clones -- potentially\nbelonging to other sockets or subsystems -- still reference.\n\nOn the TX path, similar data sharing can occur when an skb\u0027s head has\nbeen cloned (skb_cloned() returns true).\n\nThe fix is to call skb_cow_data() before performing any in-place crypto\noperation. skb_cow_data() ensures that the skb\u0027s data area is not\nshared: if the skb head is cloned or the data spans multiple fragments,\nit copies the data into a private buffer that can be safely modified in\nplace. This is the same pattern used by:\n\n - ESP (net/ipv4/esp4.c, net/ipv6/esp6.c)\n - MACsec (drivers/net/macsec.c)\n - WireGuard (drivers/net/wireguard/receive.c)\n - TIPC (net/tipc/crypto.c)\n\nWithout this guard, in-place crypto on shared skb data leads to:\n - Silent data corruption of other skb clones\n - Use-after-free when the crypto API scatterwalk writes through a\n page that has already been freed by another clone\u0027s kfree_skb()\n - Kernel crashes under concurrent 802.15.4 traffic with security\n enabled (KASAN/KMSAN reports slab-use-after-free)\n\nFound by 0sec (https://0sec.ai) using automated source analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63831",
"url": "https://www.suse.com/security/cve/CVE-2026-63831"
},
{
"category": "external",
"summary": "SUSE Bug 1272184 for CVE-2026-63831",
"url": "https://bugzilla.suse.com/1272184"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63831"
},
{
"cve": "CVE-2026-63832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63832"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: add wcid publish check in mt76_sta_add\n\nSince mt7925_mac_sta_add publishes wcid, add publish check in mt76_sta_add\nto avoid reinitializing the wcid-\u003epoll_list.\n\nFound dev-\u003esta_poll_list corruption when using mt7925 and 7.1-rc4.\nAccording to the corruption information, prev-\u003enext was changed to itself.\n\nwlan0: disconnect from AP 90:fb:5d:94:8b:e3 for new auth to 90:fb:5d:94:8b:e2\nwlan0: authenticate with 90:fb:5d:94:8b:e2 (local address=84:9e:56:9c:7e:6b)\nwlan0: send auth to 90:fb:5d:94:8b:e2 (try 1/3)\n slab kmalloc-8k start ffff8c80958a6000 pointer offset 4160 size 8192\nlist_add corruption. prev-\u003enext should be next (ffff8c808a7488f8), but was ffff8c80958a7040. (prev=ffff8c80958a7040).\n\n mt76_wcid_add_poll+0x95/0xd0 [mt76]\n mt7925_mac_add_txs.part.0+0xa5/0xe0 [mt7925_common]\n mt7925_rx_check+0xa7/0xc0 [mt7925_common]\n mt76_dma_rx_poll+0x50d/0x790 [mt76]\n mt792x_poll_rx+0x52/0xe0 [mt792x_lib]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63832",
"url": "https://www.suse.com/security/cve/CVE-2026-63832"
},
{
"category": "external",
"summary": "SUSE Bug 1272186 for CVE-2026-63832",
"url": "https://bugzilla.suse.com/1272186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63832"
},
{
"cve": "CVE-2026-63833",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63833"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs3: reject direct userspace writes to reserved $LX* xattrs\n\nNTFS3 uses $LXUID, $LXGID, $LXMOD and $LXDEV as internal WSL\npermission metadata and reloads them into i_uid, i_gid and i_mode\nfrom ntfs_get_wsl_perm().\n\nBecause the empty-prefix xattr handler also lets file owners call\nsetxattr() on these names directly, an unprivileged writer on a\nwritable ntfs3 mount can plant root ownership and S_ISUID on their own\nfile and gain euid 0 after inode reload.\n\nReject direct userspace writes to the reserved $LX* names. Internal\nntfs3 metadata updates are unchanged because ntfs_save_wsl_perm()\nwrites them via ntfs_set_ea() directly.\n\n[almaz.alexandrovich@paragon-software.com: added an additional check for non privileged users]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63833",
"url": "https://www.suse.com/security/cve/CVE-2026-63833"
},
{
"category": "external",
"summary": "SUSE Bug 1272177 for CVE-2026-63833",
"url": "https://bugzilla.suse.com/1272177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63833"
},
{
"cve": "CVE-2026-63834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63834"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbatman-adv: tp_meter: restrict number of unacked list entries\n\nWhen the unacked_list is unbound, an attacker could send messages with\nsmall lengths and appropriated seqno + gaps to force the receiver to\nallocate more and more unacked_list entries. And the end either causing an\nout-of-memory situation or increase the management overhead for the (large)\nlist that significant portions of CPU cycles are wasted in searching\nthrough the list.\n\nWhen limiting the list to a specific number, it is important to still\ncorrectly add a new entry to the list. But if the list became larger than\nthe limit, the last entry of the list (with the highest seqno) must be\ndropped to still allow the earlier seqnos to finish and therefore to\ncontinue the process. Otherwise, the process might get stuck with too high\nseqnos which are not handled by batadv_tp_ack_unordered().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63834",
"url": "https://www.suse.com/security/cve/CVE-2026-63834"
},
{
"category": "external",
"summary": "SUSE Bug 1272239 for CVE-2026-63834",
"url": "https://bugzilla.suse.com/1272239"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63834"
},
{
"cve": "CVE-2026-63835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63835"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbatman-adv: v: prevent OGM aggregation on disabled hardif\n\nWhen an interface gets disabled, the worker is correctly disabled by\nbatadv_hardif_disable_interface() -\u003e ... -\u003e batadv_v_ogm_iface_disable().\nIn this process, the skb aggr_list is also freed.\n\nBut batadv_v_ogm_send_meshif() can still queue new skbs (via\nbatadv_v_ogm_queue_on_if()) to the aggr_list. This will only stop after all\ncores can no longer find the RCU protected list of hard interfaces. These\nqueued skbs will never be freed or consumed by batadv_v_ogm_aggr_work.\n\nThe batadv_v_ogm_iface_disable() function must block\nbatadv_v_ogm_queue_on_if() to avoid leak of skbs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63835",
"url": "https://www.suse.com/security/cve/CVE-2026-63835"
},
{
"category": "external",
"summary": "SUSE Bug 1272244 for CVE-2026-63835",
"url": "https://bugzilla.suse.com/1272244"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63835"
},
{
"cve": "CVE-2026-63836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63836"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbatman-adv: tp_meter: avoid divide-by-zero for dec_cwnd\n\nThe cwnd is always MSS \u003c= cwnd \u003c= 0x20000000. But the calculation in\nbatadv_tp_update_cwnd() assumes unsigned 32 bit arithmetics.\n\n ((mss * 8) ** 2) / (cwnd * 8)\n\nIn case cwnd is actually 0x20000000, it will be shifted by 3 bit to the\nleft end up at 0x100000000 or U32_MAX + 1. It will therefore wrap around\nand be 0 - resulting in:\n\n ((mss * 8) ** 2) / 0\n\nThis is of course invalid and cannot be calculated. The calculation should\nmust be simplified to avoid this overflow:\n\n (mss ** 2) * 8 / cwnd\n\nIt will keep the precision enhancement from the scaling (by 8) but avoid\nthe overflow in the divisor.\n\nIn theory, there could still be an overflow in the dividend. It is at the\nmoment fixed to BATADV_TP_PLEN in batadv_tp_recv_ack() - so it is not an\nimminent problem. But allowing it to use the whole u32 bit range, would\nmean that it can still use up to 67 bits. To keep this calculation safe for\n32 bit arithmetic, mss must never use more than floor((32 - 3) / 2) bits -\nor in other words: must never be larger than 16383.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63836",
"url": "https://www.suse.com/security/cve/CVE-2026-63836"
},
{
"category": "external",
"summary": "SUSE Bug 1272246 for CVE-2026-63836",
"url": "https://bugzilla.suse.com/1272246"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.4-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63836"
}
]
}
ubuntu-cve-2026-63820
Vulnerability from osv_ubuntu
(In the Linux kernel, the following vulnerability has been resolved: f ...)
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "block-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "crypto-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "crypto-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "dasd-extra-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "dasd-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fat-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fat-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "firewire-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "floppy-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-core-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "input-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "input-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ipmi-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ipmi-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "irda-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "irda-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "kernel-image-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "kernel-image-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-cloud-tools-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-tools-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-udebs-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-udebs-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-source-4.15.0",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "md-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "md-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "message-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "mouse-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "mouse-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "multipath-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "multipath-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nfs-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nfs-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "parport-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "parport-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pata-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pcmcia-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "plip-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "plip-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ppp-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ppp-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "sata-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "sata-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "scsi-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "scsi-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "serial-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "storage-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "storage-core-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "usb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "usb-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "virtio-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "vlan-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "vlan-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-hwe-edge",
"purl": "pkg:deb/ubuntu/linux-hwe-edge@4.15.0-23.25~16.04.1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.8.0-28.30~16.04.1",
"4.8.0-30.32~16.04.1",
"4.8.0-32.34~16.04.1",
"4.8.0-34.36~16.04.1",
"4.10.0-14.16~16.04.1",
"4.10.0-19.21~16.04.1",
"4.10.0-20.22~16.04.1",
"4.10.0-21.23~16.04.1",
"4.10.0-22.24~16.04.1",
"4.10.0-24.28~16.04.1",
"4.10.0-26.30~16.04.1",
"4.11.0-13.19~16.04.1",
"4.11.0-14.20~16.04.1",
"4.13.0-16.19~16.04.3",
"4.13.0-17.20~16.04.1",
"4.13.0-19.22~16.04.1",
"4.13.0-21.24~16.04.1",
"4.13.0-25.29~16.04.2",
"4.15.0-13.14~16.04.1",
"4.15.0-15.16~16.04.1",
"4.15.0-20.21~16.04.1",
"4.15.0-22.24~16.04.1",
"4.15.0-23.25~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.0-tools-5.0.0-1027",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-aws-headers-5.0.0-1027",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-buildinfo-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-headers-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-image-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-modules-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-modules-extra-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-tools-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-aws-5.0",
"purl": "pkg:deb/ubuntu/linux-aws-5.0@5.0.0-1027.30?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-1021.24~18.04.1",
"5.0.0-1022.25~18.04.1",
"5.0.0-1023.26~18.04.1",
"5.0.0-1024.27~18.04.1",
"5.0.0-1025.28",
"5.0.0-1027.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.3-cloud-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-aws-5.3-headers-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-aws-5.3-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-buildinfo-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-cloud-tools-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-headers-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-image-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-modules-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-modules-extra-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-tools-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-aws-5.3",
"purl": "pkg:deb/ubuntu/linux-aws-5.3@5.3.0-1035.37?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1016.17~18.04.1",
"5.3.0-1017.18~18.04.1",
"5.3.0-1019.21~18.04.1",
"5.3.0-1023.25~18.04.1",
"5.3.0-1028.30~18.04.1",
"5.3.0-1030.32~18.04.1",
"5.3.0-1032.34~18.04.2",
"5.3.0-1033.35",
"5.3.0-1034.36",
"5.3.0-1035.37"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-azure-headers-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-azure-tools-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-buildinfo-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-headers-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-modules-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-modules-extra-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-tools-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@5.0.0-1036.38?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.2",
"4.15.0-1003.3",
"4.15.0-1004.4",
"4.15.0-1008.8",
"4.15.0-1009.9",
"4.15.0-1012.12",
"4.15.0-1013.13",
"4.15.0-1014.14",
"4.15.0-1018.18",
"4.15.0-1019.19",
"4.15.0-1021.21",
"4.15.0-1022.23",
"4.15.0-1023.24",
"4.15.0-1025.26",
"4.15.0-1028.29",
"4.15.0-1030.31",
"4.15.0-1031.32",
"4.15.0-1032.33",
"4.15.0-1035.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.18.0-1011.11~18.04.1",
"4.18.0-1013.13~18.04.1",
"4.18.0-1014.14~18.04.1",
"4.18.0-1018.18~18.04.1",
"4.18.0-1019.19~18.04.1",
"4.18.0-1020.20~18.04.1",
"4.18.0-1023.24~18.04.1",
"4.18.0-1024.25~18.04.1",
"4.18.0-1025.27~18.04.1",
"5.0.0-1014.14~18.04.1",
"5.0.0-1016.17~18.04.1",
"5.0.0-1018.19~18.04.1",
"5.0.0-1020.21~18.04.1",
"5.0.0-1022.23~18.04.1",
"5.0.0-1023.24~18.04.1",
"5.0.0-1025.27~18.04.1",
"5.0.0-1027.29~18.04.1",
"5.0.0-1028.30~18.04.1",
"5.0.0-1029.31~18.04.1",
"5.0.0-1031.33",
"5.0.0-1032.34",
"5.0.0-1035.37",
"5.0.0-1036.38"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.3-cloud-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-azure-5.3-headers-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-azure-5.3-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-buildinfo-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-cloud-tools-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-headers-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-modules-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-modules-extra-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-tools-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure-5.3",
"purl": "pkg:deb/ubuntu/linux-azure-5.3@5.3.0-1035.36?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1007.8~18.04.1",
"5.3.0-1008.9~18.04.1",
"5.3.0-1009.10~18.04.1",
"5.3.0-1010.11~18.04.1",
"5.3.0-1012.13~18.04.1",
"5.3.0-1013.14~18.04.1",
"5.3.0-1016.17~18.04.1",
"5.3.0-1018.19~18.04.1",
"5.3.0-1019.20~18.04.1",
"5.3.0-1020.21~18.04.1",
"5.3.0-1022.23~18.04.1",
"5.3.0-1028.29~18.04.1",
"5.3.0-1031.32~18.04.1",
"5.3.0-1032.33~18.04.1",
"5.3.0-1034.35~18.04.1",
"5.3.0-1035.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-edge-cloud-tools-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-azure-edge-tools-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-azure-headers-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-headers-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-modules-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-modules-extra-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-tools-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure-edge",
"purl": "pkg:deb/ubuntu/linux-azure-edge@5.0.0-1012.12~18.04.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.18.0-1006.6~18.04.1",
"4.18.0-1007.7~18.04.1",
"4.18.0-1008.8~18.04.1",
"5.0.0-1012.12~18.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-gcp-headers-5.0.0-1034",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-gcp-tools-5.0.0-1034",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-headers-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-modules-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-modules-extra-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-tools-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@5.0.0-1034.35?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1001.1",
"4.15.0-1003.3",
"4.15.0-1005.5",
"4.15.0-1006.6",
"4.15.0-1008.8",
"4.15.0-1009.9",
"4.15.0-1010.10",
"4.15.0-1014.14",
"4.15.0-1015.15",
"4.15.0-1017.18",
"4.15.0-1018.19",
"4.15.0-1019.20",
"4.15.0-1021.22",
"4.15.0-1023.24",
"4.15.0-1024.25",
"4.15.0-1025.26",
"4.15.0-1026.27",
"4.15.0-1027.28",
"4.15.0-1028.29",
"4.15.0-1029.31",
"4.15.0-1030.32",
"4.15.0-1032.34",
"4.15.0-1033.35",
"4.15.0-1034.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.15.0-1040.42",
"4.15.0-1042.45",
"4.15.0-1044.70",
"5.0.0-1020.20~18.04.1",
"5.0.0-1021.21~18.04.1",
"5.0.0-1025.26~18.04.1",
"5.0.0-1026.27~18.04.1",
"5.0.0-1028.29~18.04.1",
"5.0.0-1029.30~18.04.1",
"5.0.0-1031.32",
"5.0.0-1033.34",
"5.0.0-1034.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-gcp-5.3-headers-5.3.0-1032",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-gcp-5.3-tools-5.3.0-1032",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-headers-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-modules-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-tools-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gcp-5.3",
"purl": "pkg:deb/ubuntu/linux-gcp-5.3@5.3.0-1032.34~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1008.9~18.04.1",
"5.3.0-1009.10~18.04.1",
"5.3.0-1010.11~18.04.1",
"5.3.0-1012.13~18.04.1",
"5.3.0-1014.15~18.04.1",
"5.3.0-1016.17~18.04.1",
"5.3.0-1017.18~18.04.1",
"5.3.0-1018.19~18.04.1",
"5.3.0-1020.22~18.04.1",
"5.3.0-1026.28~18.04.1",
"5.3.0-1029.31~18.04.1",
"5.3.0-1030.32~18.04.1",
"5.3.0-1032.34~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-gke-4.15-headers-4.15.0-1079",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-gke-4.15-tools-4.15.0-1079",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-headers-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-modules-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-modules-extra-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-tools-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gke-4.15",
"purl": "pkg:deb/ubuntu/linux-gke-4.15@4.15.0-1079.84?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1030.32",
"4.15.0-1032.34",
"4.15.0-1033.35",
"4.15.0-1034.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.15.0-1040.42",
"4.15.0-1041.43",
"4.15.0-1042.44",
"4.15.0-1044.46",
"4.15.0-1045.48",
"4.15.0-1046.49",
"4.15.0-1048.51",
"4.15.0-1049.52",
"4.15.0-1050.53",
"4.15.0-1052.55",
"4.15.0-1055.58",
"4.15.0-1057.60",
"4.15.0-1058.61",
"4.15.0-1059.62",
"4.15.0-1063.66",
"4.15.0-1064.67",
"4.15.0-1066.69",
"4.15.0-1067.70",
"4.15.0-1069.72",
"4.15.0-1070.73",
"4.15.0-1072.76",
"4.15.0-1073.78",
"4.15.0-1074.79",
"4.15.0-1076.81",
"4.15.0-1077.82",
"4.15.0-1078.83",
"4.15.0-1079.84"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-gke-5.4-headers-5.4.0-1080",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-gke-5.4-tools-5.4.0-1080",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gke-5.4",
"purl": "pkg:deb/ubuntu/linux-gke-5.4@5.4.0-1080.86~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1025.25~18.04.1",
"5.4.0-1027.28~18.04.1",
"5.4.0-1029.31~18.04.1",
"5.4.0-1030.32~18.04.1",
"5.4.0-1032.34~18.04.1",
"5.4.0-1033.35~18.04.1",
"5.4.0-1035.37~18.04.1",
"5.4.0-1036.38~18.04.1",
"5.4.0-1037.39~18.04.1",
"5.4.0-1039.41~18.04.1",
"5.4.0-1040.42~18.04.1",
"5.4.0-1042.44~18.04.1",
"5.4.0-1043.45~18.04.1",
"5.4.0-1044.46~18.04.1",
"5.4.0-1046.48~18.04.1",
"5.4.0-1049.52~18.04.1",
"5.4.0-1051.54~18.04.1",
"5.4.0-1052.55~18.04.1",
"5.4.0-1053.56~18.04.1",
"5.4.0-1054.57~18.04.1",
"5.4.0-1055.58~18.04.1",
"5.4.0-1056.59~18.04.1",
"5.4.0-1057.60~18.04.1",
"5.4.0-1059.62~18.04.1",
"5.4.0-1061.64~18.04.1",
"5.4.0-1062.65~18.04.1",
"5.4.0-1063.66~18.04.1",
"5.4.0-1065.68~18.04.1",
"5.4.0-1066.69~18.04.1",
"5.4.0-1067.70~18.04.1",
"5.4.0-1068.71~18.04.1",
"5.4.0-1071.76~18.04.3",
"5.4.0-1072.77~18.04.1",
"5.4.0-1074.79~18.04.1",
"5.4.0-1076.82~18.04.1",
"5.4.0-1078.84~18.04.1",
"5.4.0-1080.86~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-cloud-tools-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-headers-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-source-5.4.0",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-tools-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gkeop-5.4",
"purl": "pkg:deb/ubuntu/linux-gkeop-5.4@5.4.0-1051.54~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1001.1",
"5.4.0-1003.3",
"5.4.0-1004.5",
"5.4.0-1005.6",
"5.4.0-1007.8~18.04.1",
"5.4.0-1008.9~18.04.1",
"5.4.0-1009.10~18.04.1",
"5.4.0-1010.11~18.04.1",
"5.4.0-1011.12~18.04.2",
"5.4.0-1012.13~18.04.1",
"5.4.0-1013.14~18.04.1",
"5.4.0-1014.15~18.04.1",
"5.4.0-1015.16~18.04.1",
"5.4.0-1016.17~18.04.1",
"5.4.0-1018.19~18.04.1",
"5.4.0-1021.22~18.04.1",
"5.4.0-1022.23~18.04.1",
"5.4.0-1023.24~18.04.1",
"5.4.0-1024.25~18.04.1",
"5.4.0-1025.26~18.04.1",
"5.4.0-1026.27~18.04.1",
"5.4.0-1027.28~18.04.1",
"5.4.0-1029.30~18.04.2",
"5.4.0-1031.32~18.04.1",
"5.4.0-1032.33~18.04.1",
"5.4.0-1033.34~18.04.1",
"5.4.0-1034.35~18.04.1",
"5.4.0-1036.37~18.04.1",
"5.4.0-1037.38~18.04.1",
"5.4.0-1038.39~18.04.1",
"5.4.0-1039.40~18.04.1",
"5.4.0-1040.41~18.04.1",
"5.4.0-1043.44~18.04.1",
"5.4.0-1046.48~18.04.1",
"5.4.0-1048.51~18.04.1",
"5.4.0-1049.52~18.04.1",
"5.4.0-1051.54~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "crypto-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fat-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "firewire-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "floppy-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-secondary-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "input-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ipmi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "kernel-image-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-cloud-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-headers-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-udebs-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-extra-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "md-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "message-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "mouse-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "multipath-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nfs-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-shared-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "parport-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "plip-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ppp-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "sata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "scsi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "serial-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "storage-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "virtio-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "vlan-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe",
"purl": "pkg:deb/ubuntu/linux-hwe@5.3.0-76.72?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.18.0-13.14~18.04.1",
"4.18.0-14.15~18.04.1",
"4.18.0-15.16~18.04.1",
"4.18.0-16.17~18.04.1",
"4.18.0-17.18~18.04.1",
"4.18.0-18.19~18.04.1",
"4.18.0-20.21~18.04.1",
"4.18.0-21.22~18.04.1",
"4.18.0-22.23~18.04.1",
"4.18.0-24.25~18.04.1",
"4.18.0-25.26~18.04.1",
"5.0.0-23.24~18.04.1",
"5.0.0-25.26~18.04.1",
"5.0.0-27.28~18.04.1",
"5.0.0-29.31~18.04.1",
"5.0.0-31.33~18.04.1",
"5.0.0-32.34~18.04.2",
"5.0.0-35.38~18.04.1",
"5.0.0-36.39~18.04.1",
"5.0.0-37.40~18.04.1",
"5.3.0-26.28~18.04.1",
"5.3.0-28.30~18.04.1",
"5.3.0-40.32~18.04.1",
"5.3.0-42.34~18.04.1",
"5.3.0-45.37~18.04.1",
"5.3.0-46.38~18.04.1",
"5.3.0-51.44~18.04.2",
"5.3.0-53.47~18.04.1",
"5.3.0-59.53~18.04.1",
"5.3.0-61.55~18.04.1",
"5.3.0-62.56~18.04.1",
"5.3.0-64.58~18.04.1",
"5.3.0-65.59",
"5.3.0-66.60",
"5.3.0-67.61",
"5.3.0-68.63",
"5.3.0-69.65",
"5.3.0-70.66",
"5.3.0-72.68",
"5.3.0-73.69",
"5.3.0-74.70",
"5.3.0-75.71",
"5.3.0-76.72"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "block-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-extra-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "firewire-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "floppy-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-cloud-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-extra-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "message-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "serial-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "virtio-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe-edge",
"purl": "pkg:deb/ubuntu/linux-hwe-edge@5.3.0-24.26~18.04.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-15.16~18.04.1",
"5.0.0-16.17~18.04.1",
"5.0.0-17.18~18.04.1",
"5.0.0-19.20~18.04.1",
"5.0.0-20.21~18.04.1",
"5.3.0-19.20~18.04.2",
"5.3.0-22.24~18.04.1",
"5.3.0-23.25~18.04.1",
"5.3.0-23.25~18.04.2",
"5.3.0-24.26~18.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "crypto-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fat-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "firewire-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "floppy-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fs-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fs-secondary-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "input-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "ipmi-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "irda-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "kernel-image-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-buildinfo-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-headers-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-modules-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-oem-headers-4.15.0-1103",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-oem-tools-4.15.0-1103",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-tools-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-udebs-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "md-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "message-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "mouse-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "multipath-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nfs-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-shared-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-usb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "parport-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pata-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pcmcia-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "plip-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "ppp-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "sata-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "scsi-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "serial-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "storage-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "usb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "virtio-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "vlan-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oem",
"purl": "pkg:deb/ubuntu/linux-oem@4.15.0-1103.114?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.3",
"4.15.0-1004.5",
"4.15.0-1006.9",
"4.15.0-1008.11",
"4.15.0-1009.12",
"4.15.0-1012.15",
"4.15.0-1013.16",
"4.15.0-1015.18",
"4.15.0-1017.20",
"4.15.0-1018.21",
"4.15.0-1021.24",
"4.15.0-1024.29",
"4.15.0-1026.31",
"4.15.0-1028.33",
"4.15.0-1030.35",
"4.15.0-1033.38",
"4.15.0-1034.39",
"4.15.0-1035.40",
"4.15.0-1036.41",
"4.15.0-1038.43",
"4.15.0-1039.44",
"4.15.0-1043.48",
"4.15.0-1045.50",
"4.15.0-1050.57",
"4.15.0-1056.65",
"4.15.0-1057.66",
"4.15.0-1059.68",
"4.15.0-1063.72",
"4.15.0-1064.73",
"4.15.0-1065.75",
"4.15.0-1066.76",
"4.15.0-1067.77",
"4.15.0-1069.79",
"4.15.0-1073.83",
"4.15.0-1076.86",
"4.15.0-1079.89",
"4.15.0-1080.90",
"4.15.0-1081.91",
"4.15.0-1087.97",
"4.15.0-1090.100",
"4.15.0-1091.101",
"4.15.0-1093.103",
"4.15.0-1094.104",
"4.15.0-1096.106",
"4.15.0-1097.107",
"4.15.0-1099.109",
"4.15.0-1100.110",
"4.15.0-1101.112",
"4.15.0-1102.113",
"4.15.0-1103.114"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-headers-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-modules-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-modules-extra-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-oracle-5.0-headers-5.0.0-1014",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-oracle-5.0-tools-5.0.0-1014",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-tools-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oracle-5.0",
"purl": "pkg:deb/ubuntu/linux-oracle-5.0@5.0.0-1014.19?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-1007.12~18.04.1",
"5.0.0-1008.13~18.04.1",
"5.0.0-1009.14~18.04.1",
"5.0.0-1010.15~18.04.1",
"5.0.0-1011.16",
"5.0.0-1013.18",
"5.0.0-1014.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-headers-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-modules-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-oracle-5.3-headers-5.3.0-1030",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-oracle-5.3-tools-5.3.0-1030",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-tools-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oracle-5.3",
"purl": "pkg:deb/ubuntu/linux-oracle-5.3@5.3.0-1030.32~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1011.12~18.04.1",
"5.3.0-1013.14~18.04.1",
"5.3.0-1014.15~18.04.1",
"5.3.0-1016.18~18.04.1",
"5.3.0-1018.20~18.04.1",
"5.3.0-1024.26~18.04.1",
"5.3.0-1027.29~18.04.1",
"5.3.0-1028.30~18.04.1",
"5.3.0-1030.32~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.11-cloud-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-aws-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-aws-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.11",
"purl": "pkg:deb/ubuntu/linux-aws-5.11@5.11.0-1028.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1009.9~20.04.2",
"5.11.0-1014.15~20.04.1",
"5.11.0-1016.17~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.2",
"5.11.0-1021.22~20.04.2",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.13-cloud-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-aws-5.13-headers-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-aws-5.13-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.13",
"purl": "pkg:deb/ubuntu/linux-aws-5.13@5.13.0-1031.35~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.9~20.04.2",
"5.13.0-1011.12~20.04.1",
"5.13.0-1012.13~20.04.1",
"5.13.0-1014.15~20.04.1",
"5.13.0-1017.19~20.04.1",
"5.13.0-1019.21~20.04.1",
"5.13.0-1021.23~20.04.2",
"5.13.0-1022.24~20.04.1",
"5.13.0-1023.25~20.04.1",
"5.13.0-1025.27~20.04.1",
"5.13.0-1028.31~20.04.1",
"5.13.0-1029.32~20.04.1",
"5.13.0-1031.35~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.8-cloud-tools-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-aws-5.8-headers-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-aws-5.8-tools-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.8",
"purl": "pkg:deb/ubuntu/linux-aws-5.8@5.8.0-1042.44~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1035.37~20.04.1",
"5.8.0-1038.40~20.04.1",
"5.8.0-1041.43~20.04.1",
"5.8.0-1042.44~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.11-cloud-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-azure-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-azure-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-buildinfo-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-cloud-tools-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-headers-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-modules-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-tools-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.11",
"purl": "pkg:deb/ubuntu/linux-azure-5.11@5.11.0-1028.31~20.04.2?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1007.7~20.04.2",
"5.11.0-1012.13~20.04.1",
"5.11.0-1013.14~20.04.1",
"5.11.0-1015.16~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.13-cloud-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-azure-5.13-headers-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-azure-5.13-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.13",
"purl": "pkg:deb/ubuntu/linux-azure-5.13@5.13.0-1031.37~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1009.10~20.04.2",
"5.13.0-1012.14~20.04.1",
"5.13.0-1013.15~20.04.1",
"5.13.0-1014.16~20.04.1",
"5.13.0-1017.19~20.04.1",
"5.13.0-1021.24~20.04.1",
"5.13.0-1022.26~20.04.1",
"5.13.0-1023.27~20.04.1",
"5.13.0-1025.29~20.04.1",
"5.13.0-1028.33~20.04.1",
"5.13.0-1029.34~20.04.1",
"5.13.0-1031.37~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.8-cloud-tools-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-azure-5.8-headers-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-azure-5.8-tools-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.8",
"purl": "pkg:deb/ubuntu/linux-azure-5.8@5.8.0-1043.46~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1033.35~20.04.1",
"5.8.0-1036.38~20.04.1",
"5.8.0-1039.42~20.04.1",
"5.8.0-1040.43~20.04.1",
"5.8.0-1041.44~20.04.1",
"5.8.0-1042.45~20.04.1",
"5.8.0-1043.46~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-5.4.0-1103-azure-fde",
"binary_version": "5.4.0-1103.109+cvm1.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@5.4.0-1103.109+cvm1.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1063.66+cvm2.2",
"5.4.0-1063.66+cvm3.2",
"5.4.0-1064.67+cvm1.1",
"5.4.0-1065.68+cvm2.1",
"5.4.0-1067.70+cvm1.1",
"5.4.0-1068.71+cvm1.1",
"5.4.0-1069.72+cvm1.1",
"5.4.0-1070.73+cvm1.1",
"5.4.0-1072.75+cvm1.1",
"5.4.0-1073.76+cvm1.1",
"5.4.0-1074.77+cvm1.1",
"5.4.0-1076.79+cvm1.1",
"5.4.0-1078.81+cvm1.1",
"5.4.0-1080.83+cvm1.1",
"5.4.0-1083.87+cvm1.1",
"5.4.0-1085.90+cvm1.1",
"5.4.0-1085.90+cvm2.1",
"5.4.0-1086.91+cvm1.1",
"5.4.0-1089.94+cvm1.2",
"5.4.0-1090.95+cvm1.1",
"5.4.0-1091.96+cvm1.1",
"5.4.0-1092.97+cvm1.1",
"5.4.0-1095.101+cvm1.1",
"5.4.0-1098.104+cvm1.1",
"5.4.0-1100.106+cvm1.1",
"5.4.0-1103.109+cvm1.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-gcp-5.11-headers-5.11.0-1029",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-gcp-5.11-tools-5.11.0-1029",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-headers-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-modules-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-modules-extra-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-tools-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.11",
"purl": "pkg:deb/ubuntu/linux-gcp-5.11@5.11.0-1029.33~20.04.3?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1009.10~20.04.1",
"5.11.0-1014.16~20.04.1",
"5.11.0-1017.19~20.04.1",
"5.11.0-1018.20~20.04.2",
"5.11.0-1020.22~20.04.1",
"5.11.0-1021.23~20.04.1",
"5.11.0-1022.24~20.04.1",
"5.11.0-1023.25~20.04.1",
"5.11.0-1024.26~20.04.1",
"5.11.0-1026.29~20.04.1",
"5.11.0-1028.32~20.04.1",
"5.11.0-1029.33~20.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-gcp-5.13-headers-5.13.0-1033",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-gcp-5.13-tools-5.13.0-1033",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.13",
"purl": "pkg:deb/ubuntu/linux-gcp-5.13@5.13.0-1033.40~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.9~20.04.3",
"5.13.0-1012.15~20.04.1",
"5.13.0-1013.16~20.04.1",
"5.13.0-1015.18~20.04.1",
"5.13.0-1019.23~20.04.1",
"5.13.0-1021.25~20.04.1",
"5.13.0-1023.28~20.04.1",
"5.13.0-1024.29~20.04.1",
"5.13.0-1025.30~20.04.1",
"5.13.0-1027.32~20.04.1",
"5.13.0-1030.36~20.04.1",
"5.13.0-1031.37~20.04.1",
"5.13.0-1033.40~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-gcp-5.8-headers-5.8.0-1039",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-gcp-5.8-tools-5.8.0-1039",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-headers-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-modules-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-modules-extra-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-tools-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.8",
"purl": "pkg:deb/ubuntu/linux-gcp-5.8@5.8.0-1039.41?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1032.34~20.04.1",
"5.8.0-1035.37~20.04.1",
"5.8.0-1038.40~20.04.1",
"5.8.0-1039.41"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-headers-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-tools-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-headers-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-extra-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-tools-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@5.4.0-1105.112?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1033.35",
"5.4.0-1035.37",
"5.4.0-1036.38",
"5.4.0-1037.39",
"5.4.0-1039.41",
"5.4.0-1041.43",
"5.4.0-1042.44",
"5.4.0-1043.45",
"5.4.0-1044.46",
"5.4.0-1046.48",
"5.4.0-1049.52",
"5.4.0-1051.54",
"5.4.0-1052.55",
"5.4.0-1053.56",
"5.4.0-1054.57",
"5.4.0-1055.58",
"5.4.0-1056.59",
"5.4.0-1057.60",
"5.4.0-1059.62",
"5.4.0-1061.64",
"5.4.0-1062.65",
"5.4.0-1063.66",
"5.4.0-1065.68",
"5.4.0-1066.69",
"5.4.0-1067.70",
"5.4.0-1068.71",
"5.4.0-1071.76",
"5.4.0-1072.77",
"5.4.0-1074.79",
"5.4.0-1076.82",
"5.4.0-1078.84",
"5.4.0-1080.86",
"5.4.0-1081.87",
"5.4.0-1083.89",
"5.4.0-1084.90",
"5.4.0-1086.93",
"5.4.0-1087.94",
"5.4.0-1090.97",
"5.4.0-1091.98",
"5.4.0-1094.101",
"5.4.0-1095.102",
"5.4.0-1096.103",
"5.4.0-1097.104",
"5.4.0-1098.105",
"5.4.0-1099.106",
"5.4.0-1100.107",
"5.4.0-1101.108",
"5.4.0-1102.109",
"5.4.0-1103.110",
"5.4.0-1104.111",
"5.4.0-1105.112"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-gke-5.15-headers-5.15.0-1039",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-gke-5.15-tools-5.15.0-1039",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gke-5.15",
"purl": "pkg:deb/ubuntu/linux-gke-5.15@5.15.0-1039.44~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1011.14~20.04.1",
"5.15.0-1014.17~20.04.1",
"5.15.0-1015.18~20.04.1",
"5.15.0-1016.19~20.04.1",
"5.15.0-1019.23~20.04.1",
"5.15.0-1020.25~20.04.1",
"5.15.0-1023.28~20.04.2",
"5.15.0-1027.32~20.04.1",
"5.15.0-1028.33~20.04.1",
"5.15.0-1029.34~20.04.1",
"5.15.0-1031.36~20.04.1",
"5.15.0-1032.37~20.04.1",
"5.15.0-1033.38~20.04.1",
"5.15.0-1034.39~20.04.1",
"5.15.0-1036.41~20.04.1",
"5.15.0-1037.42~20.04.1",
"5.15.0-1038.43~20.04.1",
"5.15.0-1039.44~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-cloud-tools-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-headers-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-source-5.4.0",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-tools-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-headers-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-modules-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-modules-extra-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-tools-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gkeop",
"purl": "pkg:deb/ubuntu/linux-gkeop@5.4.0-1102.106?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1008.9",
"5.4.0-1009.10",
"5.4.0-1010.11",
"5.4.0-1011.12",
"5.4.0-1012.13",
"5.4.0-1013.14",
"5.4.0-1014.15",
"5.4.0-1015.16",
"5.4.0-1016.17",
"5.4.0-1018.19",
"5.4.0-1021.22",
"5.4.0-1022.23",
"5.4.0-1023.24",
"5.4.0-1024.25",
"5.4.0-1025.26",
"5.4.0-1026.27",
"5.4.0-1027.28",
"5.4.0-1029.30",
"5.4.0-1031.32",
"5.4.0-1032.33",
"5.4.0-1033.34",
"5.4.0-1034.35",
"5.4.0-1036.37",
"5.4.0-1037.38",
"5.4.0-1038.39",
"5.4.0-1039.40",
"5.4.0-1040.41",
"5.4.0-1043.44",
"5.4.0-1046.48",
"5.4.0-1048.51",
"5.4.0-1049.52",
"5.4.0-1051.54",
"5.4.0-1052.55",
"5.4.0-1053.56",
"5.4.0-1054.57",
"5.4.0-1056.60",
"5.4.0-1057.61",
"5.4.0-1060.64",
"5.4.0-1061.65",
"5.4.0-1062.66",
"5.4.0-1064.68",
"5.4.0-1065.69",
"5.4.0-1066.70",
"5.4.0-1067.71",
"5.4.0-1068.72",
"5.4.0-1069.73",
"5.4.0-1070.74",
"5.4.0-1071.75",
"5.4.0-1072.76",
"5.4.0-1073.77",
"5.4.0-1074.78",
"5.4.0-1075.79",
"5.4.0-1076.80",
"5.4.0-1077.81",
"5.4.0-1078.82",
"5.4.0-1079.83",
"5.4.0-1080.84",
"5.4.0-1081.85",
"5.4.0-1083.87",
"5.4.0-1084.88",
"5.4.0-1085.89",
"5.4.0-1086.90",
"5.4.0-1087.91",
"5.4.0-1088.92",
"5.4.0-1089.93",
"5.4.0-1090.94",
"5.4.0-1091.95",
"5.4.0-1092.96",
"5.4.0-1093.97",
"5.4.0-1094.98",
"5.4.0-1095.99",
"5.4.0-1096.100",
"5.4.0-1097.101",
"5.4.0-1098.102",
"5.4.0-1099.103",
"5.4.0-1100.104",
"5.4.0-1101.105",
"5.4.0-1102.106"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-cloud-tools-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-headers-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-tools-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gkeop-5.15",
"purl": "pkg:deb/ubuntu/linux-gkeop-5.15@5.15.0-1055.62~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1003.5~20.04.2",
"5.15.0-1005.7~20.04.1",
"5.15.0-1007.10~20.04.1",
"5.15.0-1008.12~20.04.1",
"5.15.0-1011.15~20.04.2",
"5.15.0-1012.16~20.04.1",
"5.15.0-1013.17~20.04.1",
"5.15.0-1015.19~20.04.1",
"5.15.0-1016.21~20.04.1",
"5.15.0-1017.22~20.04.1",
"5.15.0-1018.23~20.04.1",
"5.15.0-1019.24~20.04.1",
"5.15.0-1020.25~20.04.1",
"5.15.0-1021.26~20.04.1",
"5.15.0-1022.27~20.04.1",
"5.15.0-1023.28~20.04.1",
"5.15.0-1024.29~20.04.1",
"5.15.0-1025.30~20.04.1",
"5.15.0-1026.31~20.04.1",
"5.15.0-1027.32~20.04.1",
"5.15.0-1028.33~20.04.1",
"5.15.0-1030.35~20.04.1",
"5.15.0-1031.37~20.04.1",
"5.15.0-1032.38~20.04.1",
"5.15.0-1033.39~20.04.1",
"5.15.0-1034.40~20.04.1",
"5.15.0-1035.41~20.04.1",
"5.15.0-1036.42~20.04.1",
"5.15.0-1037.43~20.04.1",
"5.15.0-1038.44~20.04.1",
"5.15.0-1039.45~20.04.1",
"5.15.0-1040.46~20.04.1",
"5.15.0-1043.50~20.04.1",
"5.15.0-1044.51~20.04.1",
"5.15.0-1045.52~20.04.1",
"5.15.0-1046.53~20.04.1",
"5.15.0-1047.54~20.04.1",
"5.15.0-1048.55~20.04.1",
"5.15.0-1049.56~20.04.1",
"5.15.0-1050.57~20.04.1",
"5.15.0-1051.58~20.04.1",
"5.15.0-1052.59~20.04.1",
"5.15.0-1053.60~20.04.1",
"5.15.0-1054.61~20.04.1",
"5.15.0-1055.62~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "block-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "block-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "dasd-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "floppy-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-cloud-tools-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-cloud-tools-common",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-headers-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-source-5.11.0",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-common",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-host",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "message-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "message-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pata-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "serial-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "virtio-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "virtio-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.11",
"purl": "pkg:deb/ubuntu/linux-hwe-5.11@5.11.0-46.51~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-22.23~20.04.1",
"5.11.0-25.27~20.04.1",
"5.11.0-27.29~20.04.1",
"5.11.0-34.36~20.04.1",
"5.11.0-36.40~20.04.1",
"5.11.0-37.41~20.04.2",
"5.11.0-38.42~20.04.1",
"5.11.0-40.44~20.04.2",
"5.11.0-41.45~20.04.1",
"5.11.0-43.47~20.04.2",
"5.11.0-44.48~20.04.2",
"5.11.0-46.51~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "block-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "block-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "dasd-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "floppy-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-cloud-tools-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-cloud-tools-common",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-headers-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-source-5.13.0",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-common",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-host",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "message-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "message-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pata-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "serial-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "virtio-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "virtio-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.13",
"purl": "pkg:deb/ubuntu/linux-hwe-5.13@5.13.0-52.59~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-21.21~20.04.1",
"5.13.0-22.22~20.04.1",
"5.13.0-23.23~20.04.2",
"5.13.0-25.26~20.04.1",
"5.13.0-27.29~20.04.1",
"5.13.0-28.31~20.04.1",
"5.13.0-30.33~20.04.1",
"5.13.0-35.40~20.04.1",
"5.13.0-37.42~20.04.1",
"5.13.0-39.44~20.04.1",
"5.13.0-40.45~20.04.1",
"5.13.0-41.46~20.04.1",
"5.13.0-44.49~20.04.1",
"5.13.0-48.54~20.04.1",
"5.13.0-51.58~20.04.1",
"5.13.0-52.59~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "block-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "block-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "dasd-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "floppy-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-cloud-tools-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-cloud-tools-common",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-headers-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-source-5.8.0",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-common",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-host",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pata-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "serial-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.8",
"purl": "pkg:deb/ubuntu/linux-hwe-5.8@5.8.0-63.71~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-23.24~20.04.1",
"5.8.0-25.26~20.04.1",
"5.8.0-28.30~20.04.1",
"5.8.0-29.31~20.04.1",
"5.8.0-31.33~20.04.1",
"5.8.0-33.36~20.04.1",
"5.8.0-34.37~20.04.2",
"5.8.0-36.40~20.04.1",
"5.8.0-38.43~20.04.1",
"5.8.0-40.45~20.04.1",
"5.8.0-41.46~20.04.1",
"5.8.0-43.49~20.04.1",
"5.8.0-44.50~20.04.1",
"5.8.0-45.51~20.04.1",
"5.8.0-48.54~20.04.1",
"5.8.0-49.55~20.04.1",
"5.8.0-50.56~20.04.1",
"5.8.0-53.60~20.04.1",
"5.8.0-55.62~20.04.1",
"5.8.0-59.66~20.04.1",
"5.8.0-63.71~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-headers-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-cloud-tools-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-cloud-tools-common",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-headers-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-source-5.13.0",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-common",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-host",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-modules-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-modules-extra-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-tools-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-intel-5.13",
"purl": "pkg:deb/ubuntu/linux-intel-5.13@5.13.0-1017.19?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1007.7",
"5.13.0-1008.8",
"5.13.0-1009.9",
"5.13.0-1010.10",
"5.13.0-1011.11",
"5.13.0-1014.15",
"5.13.0-1017.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-headers-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-image-unsigned-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-modules-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-headers-5.10.0-1057",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-tools-5.10.0-1057",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-tools-host",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-tools-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.10",
"purl": "pkg:deb/ubuntu/linux-oem-5.10@5.10.0-1057.61?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.10.0-1008.9",
"5.10.0-1011.12",
"5.10.0-1013.14",
"5.10.0-1014.15",
"5.10.0-1016.17",
"5.10.0-1017.18",
"5.10.0-1019.20",
"5.10.0-1021.22",
"5.10.0-1022.23",
"5.10.0-1023.24",
"5.10.0-1025.26",
"5.10.0-1026.27",
"5.10.0-1029.30",
"5.10.0-1032.33",
"5.10.0-1033.34",
"5.10.0-1034.35",
"5.10.0-1038.40",
"5.10.0-1044.46",
"5.10.0-1045.47",
"5.10.0-1049.51",
"5.10.0-1050.52",
"5.10.0-1051.53",
"5.10.0-1052.54",
"5.10.0-1053.55",
"5.10.0-1055.58",
"5.10.0-1057.61"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-headers-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-modules-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-headers-5.13.0-1029",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-tools-5.13.0-1029",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-tools-host",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-tools-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.13",
"purl": "pkg:deb/ubuntu/linux-oem-5.13@5.13.0-1029.36?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1009.10",
"5.13.0-1010.11",
"5.13.0-1012.16",
"5.13.0-1014.18",
"5.13.0-1017.21",
"5.13.0-1019.23",
"5.13.0-1020.24",
"5.13.0-1021.25",
"5.13.0-1022.26",
"5.13.0-1026.32",
"5.13.0-1028.35",
"5.13.0-1029.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-headers-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-image-unsigned-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-modules-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-modules-iwlwifi-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-headers-5.14.0-1059",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-tools-5.14.0-1059",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-tools-host",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-tools-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.14",
"purl": "pkg:deb/ubuntu/linux-oem-5.14@5.14.0-1059.67?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.14.0-1004.4",
"5.14.0-1005.5",
"5.14.0-1007.7",
"5.14.0-1008.8",
"5.14.0-1010.10",
"5.14.0-1011.11",
"5.14.0-1013.13",
"5.14.0-1018.19",
"5.14.0-1020.22",
"5.14.0-1022.24",
"5.14.0-1024.26",
"5.14.0-1027.30",
"5.14.0-1029.32",
"5.14.0-1031.34",
"5.14.0-1032.35",
"5.14.0-1033.36",
"5.14.0-1034.37",
"5.14.0-1036.40",
"5.14.0-1038.42",
"5.14.0-1042.47",
"5.14.0-1044.49",
"5.14.0-1045.51",
"5.14.0-1046.53",
"5.14.0-1047.54",
"5.14.0-1048.55",
"5.14.0-1049.56",
"5.14.0-1050.57",
"5.14.0-1051.58",
"5.14.0-1052.59",
"5.14.0-1054.61",
"5.14.0-1055.62",
"5.14.0-1056.63",
"5.14.0-1057.64",
"5.14.0-1058.66",
"5.14.0-1059.67"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-headers-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-image-unsigned-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-modules-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-headers-5.6.0-1056",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-tools-5.6.0-1056",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-tools-host",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-tools-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.6",
"purl": "pkg:deb/ubuntu/linux-oem-5.6@5.6.0-1056.60?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.6.0-1007.7",
"5.6.0-1008.8",
"5.6.0-1010.10",
"5.6.0-1011.11",
"5.6.0-1013.13",
"5.6.0-1017.17",
"5.6.0-1018.18",
"5.6.0-1020.20",
"5.6.0-1021.21",
"5.6.0-1023.23",
"5.6.0-1026.26",
"5.6.0-1027.27",
"5.6.0-1028.28",
"5.6.0-1031.32",
"5.6.0-1032.33",
"5.6.0-1033.35",
"5.6.0-1034.36",
"5.6.0-1035.37",
"5.6.0-1036.39",
"5.6.0-1039.43",
"5.6.0-1042.46",
"5.6.0-1047.51",
"5.6.0-1048.52",
"5.6.0-1050.54",
"5.6.0-1052.56",
"5.6.0-1053.57",
"5.6.0-1054.58",
"5.6.0-1055.59",
"5.6.0-1056.60"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-oracle-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-oracle-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.11",
"purl": "pkg:deb/ubuntu/linux-oracle-5.11@5.11.0-1028.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1008.8~20.04.1",
"5.11.0-1013.14~20.04.1",
"5.11.0-1016.17~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-oracle-5.13-headers-5.13.0-1036",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-oracle-5.13-tools-5.13.0-1036",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.13",
"purl": "pkg:deb/ubuntu/linux-oracle-5.13@5.13.0-1036.43~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1011.13~20.04.2",
"5.13.0-1015.19~20.04.1",
"5.13.0-1016.20~20.04.1",
"5.13.0-1018.22~20.04.1",
"5.13.0-1021.26~20.04.1",
"5.13.0-1025.30~20.04.1",
"5.13.0-1027.32~20.04.1",
"5.13.0-1028.33~20.04.1",
"5.13.0-1030.35~20.04.1",
"5.13.0-1033.39~20.04.1",
"5.13.0-1034.40~20.04.1",
"5.13.0-1036.43~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-oracle-5.8-headers-5.8.0-1038",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-oracle-5.8-tools-5.8.0-1038",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.8",
"purl": "pkg:deb/ubuntu/linux-oracle-5.8@5.8.0-1038.39~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1031.32~20.04.2",
"5.8.0-1033.34~20.04.1",
"5.8.0-1034.35~20.04.2",
"5.8.0-1037.38~20.04.1",
"5.8.0-1038.39~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-headers-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-image-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-modules-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-headers-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-tools-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-tools-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-raspi2",
"purl": "pkg:deb/ubuntu/linux-raspi2@5.4.0-1006.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1007.8",
"5.3.0-1014.16",
"5.3.0-1015.17",
"5.3.0-1017.19",
"5.4.0-1004.4",
"5.4.0-1006.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "crypto-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fat-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "firewire-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-secondary-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "input-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ipmi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "kernel-image-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-buildinfo-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-headers-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-image-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-extra-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-headers-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-tools-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-tools-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "md-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "message-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "mouse-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "multipath-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nfs-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-shared-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "parport-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "pata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "plip-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ppp-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "sata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "scsi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "storage-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "virtio-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "vlan-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.4.0-40.45?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-24.28",
"5.4.0-26.30",
"5.4.0-27.31",
"5.4.0-28.32",
"5.4.0-30.34",
"5.4.0-31.35",
"5.4.0-33.37",
"5.4.0-34.38",
"5.4.0-36.41",
"5.4.0-37.42",
"5.4.0-39.44",
"5.4.0-40.45"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-headers-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-image-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-modules-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-modules-extra-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-riscv-5.11-headers-5.11.0-1031",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-riscv-5.11-tools-5.11.0-1031",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-tools-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv-5.11",
"purl": "pkg:deb/ubuntu/linux-riscv-5.11@5.11.0-1031.35?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1015.16~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1018.19~20.04.2",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1024.25~20.04.1",
"5.11.0-1026.28~20.04.1",
"5.11.0-1028.31~20.04.1",
"5.11.0-1029.32~20.04.1",
"5.11.0-1030.34",
"5.11.0-1031.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-riscv-5.8-headers-5.8.0-29",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-riscv-5.8-tools-5.8.0-29",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "pata-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv-5.8",
"purl": "pkg:deb/ubuntu/linux-riscv-5.8@5.8.0-29.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-14.16~20.04.1",
"5.8.0-14.16~20.04.3",
"5.8.0-16.18~20.04.1",
"5.8.0-17.19~20.04.1",
"5.8.0-18.20~20.04.1",
"5.8.0-20.22~20.04.1",
"5.8.0-22.24~20.04.1",
"5.8.0-25.27~20.04.1",
"5.8.0-26.28~20.04.1",
"5.8.0-29.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-allwinner-5.19-headers-5.19.0-1015",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-allwinner-5.19-tools-5.19.0-1015",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-buildinfo-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-allwinner-5.19",
"purl": "pkg:deb/ubuntu/linux-allwinner-5.19@5.19.0-1015.15~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1007.7~22.04.1",
"5.19.0-1009.9~22.04.1",
"5.19.0-1010.10~22.04.1",
"5.19.0-1011.11~22.04.1",
"5.19.0-1012.12~22.04.1",
"5.19.0-1013.13~22.04.1",
"5.19.0-1014.14~22.04.1",
"5.19.0-1015.15~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.19-cloud-tools-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-aws-5.19-headers-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-aws-5.19-tools-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-buildinfo-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-5.19",
"purl": "pkg:deb/ubuntu/linux-aws-5.19@5.19.0-1029.30~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1019.20~22.04.1",
"5.19.0-1020.21~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1024.25~22.04.1",
"5.19.0-1025.26~22.04.1",
"5.19.0-1026.27~22.04.1",
"5.19.0-1027.28~22.04.1",
"5.19.0-1028.29~22.04.1",
"5.19.0-1029.30~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.2-cloud-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-aws-6.2-headers-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-aws-6.2-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.2",
"purl": "pkg:deb/ubuntu/linux-aws-6.2@6.2.0-1018.18~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1005.5~22.04.1",
"6.2.0-1006.6~22.04.1",
"6.2.0-1007.7~22.04.1",
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.3",
"6.2.0-1010.10~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.5-cloud-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-aws-6.5-headers-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-aws-6.5-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.5",
"purl": "pkg:deb/ubuntu/linux-aws-6.5@6.5.0-1024.24~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1008.8~22.04.1",
"6.5.0-1010.10~22.04.1",
"6.5.0-1011.11~22.04.1",
"6.5.0-1012.12~22.04.1",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.2",
"6.5.0-1018.18~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1021.21~22.04.1",
"6.5.0-1022.22~22.04.1",
"6.5.0-1023.23~22.04.1",
"6.5.0-1024.24~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.19-cloud-tools-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-azure-5.19-headers-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-azure-5.19-tools-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-buildinfo-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-headers-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-modules-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-modules-extra-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-tools-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-5.19",
"purl": "pkg:deb/ubuntu/linux-azure-5.19@5.19.0-1027.30~22.04.2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1020.21~22.04.1",
"5.19.0-1021.22~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1025.28~22.04.1",
"5.19.0-1026.29~22.04.1",
"5.19.0-1027.30~22.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.2-cloud-tools-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-azure-6.2-headers-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-azure-6.2-tools-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.2",
"purl": "pkg:deb/ubuntu/linux-azure-6.2@6.2.0-1019.19~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1005.5~22.04.1",
"6.2.0-1006.6~22.04.1",
"6.2.0-1007.7~22.04.1",
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.3",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1",
"6.2.0-1019.19~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.5-cloud-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-azure-6.5-headers-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-azure-6.5-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.5",
"purl": "pkg:deb/ubuntu/linux-azure-6.5@6.5.0-1025.26~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7~22.04.1",
"6.5.0-1009.9~22.04.1",
"6.5.0-1010.10~22.04.1",
"6.5.0-1011.11~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.1",
"6.5.0-1018.19~22.04.2",
"6.5.0-1019.20~22.04.1",
"6.5.0-1021.22~22.04.1",
"6.5.0-1022.23~22.04.1",
"6.5.0-1023.24~22.04.1",
"6.5.0-1024.25~22.04.1",
"6.5.0-1025.26~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-5.19.0-1027-azure-fde",
"binary_version": "5.19.0-1027.30~22.04.2.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-5.19",
"purl": "pkg:deb/ubuntu/linux-azure-fde-5.19@5.19.0-1027.30~22.04.2.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1025.28~22.04.1.1",
"5.19.0-1026.29~22.04.1.1",
"5.19.0-1027.30~22.04.2.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-6.2.0-1019-azure-fde",
"binary_version": "6.2.0-1019.19~22.04.1.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-6.2",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.2@6.2.0-1019.19~22.04.1.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1008.8~22.04.1.1",
"6.2.0-1009.9~22.04.3.1",
"6.2.0-1011.11~22.04.1.1",
"6.2.0-1012.12~22.04.1.1",
"6.2.0-1014.14~22.04.1.1",
"6.2.0-1015.15~22.04.1.1",
"6.2.0-1016.16~22.04.1.1",
"6.2.0-1017.17~22.04.1.1",
"6.2.0-1018.18~22.04.1.1",
"6.2.0-1019.19~22.04.1.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-gcp-5.19-headers-5.19.0-1030",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-gcp-5.19-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-5.19",
"purl": "pkg:deb/ubuntu/linux-gcp-5.19@5.19.0-1030.32~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1020.22~22.04.2",
"5.19.0-1021.23~22.04.1",
"5.19.0-1022.24~22.04.1",
"5.19.0-1024.26~22.04.1",
"5.19.0-1025.27~22.04.1",
"5.19.0-1026.28~22.04.1",
"5.19.0-1027.29~22.04.1",
"5.19.0-1030.32~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-gcp-6.2-headers-6.2.0-1021",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-gcp-6.2-tools-6.2.0-1021",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.2",
"purl": "pkg:deb/ubuntu/linux-gcp-6.2@6.2.0-1021.23~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1009.9~22.04.3",
"6.2.0-1010.10~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1011.11~22.04.3",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1016.18~22.04.1",
"6.2.0-1017.19~22.04.1",
"6.2.0-1018.20~22.04.1",
"6.2.0-1019.21~22.04.1",
"6.2.0-1021.23~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-gcp-6.5-headers-6.5.0-1025",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-gcp-6.5-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.5",
"purl": "pkg:deb/ubuntu/linux-gcp-6.5@6.5.0-1025.27~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1010.10~22.04.3",
"6.5.0-1011.11~22.04.1",
"6.5.0-1013.13~22.04.1",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.1",
"6.5.0-1018.18~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1022.24~22.04.1",
"6.5.0-1023.25~22.04.1",
"6.5.0-1024.26~22.04.1",
"6.5.0-1025.27~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-buildinfo-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-buildinfo-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-cloud-tools-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-cloud-tools-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-cloud-tools-common",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-headers-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-common",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-host",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-unsigned-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-unsigned-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-extra-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-ipu6-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-ivsc-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-iwlwifi-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-source-5.19.0",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-5.19",
"purl": "pkg:deb/ubuntu/linux-hwe-5.19@5.19.0-50.50?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-28.29~22.04.1",
"5.19.0-32.33~22.04.1",
"5.19.0-35.36~22.04.1",
"5.19.0-38.39~22.04.1",
"5.19.0-40.41~22.04.1",
"5.19.0-41.42~22.04.1",
"5.19.0-42.43~22.04.1",
"5.19.0-43.44~22.04.1",
"5.19.0-45.46~22.04.1",
"5.19.0-46.47~22.04.1",
"5.19.0-50.50"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-cloud-tools-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-cloud-tools-common",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-headers-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-common",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-host",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-source-6.2.0",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.2",
"purl": "pkg:deb/ubuntu/linux-hwe-6.2@6.2.0-39.40~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-25.25~22.04.2",
"6.2.0-26.26~22.04.1",
"6.2.0-31.31~22.04.1",
"6.2.0-32.32~22.04.1",
"6.2.0-33.33~22.04.1",
"6.2.0-34.34~22.04.1",
"6.2.0-35.35~22.04.1",
"6.2.0-36.37~22.04.1",
"6.2.0-37.38~22.04.1",
"6.2.0-39.40~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-cloud-tools-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-cloud-tools-common",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-common",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-host",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-source-6.5.0",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.5",
"purl": "pkg:deb/ubuntu/linux-hwe-6.5@6.5.0-45.45~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-14.14~22.04.1",
"6.5.0-15.15~22.04.1",
"6.5.0-17.17~22.04.1",
"6.5.0-18.18~22.04.1",
"6.5.0-21.21~22.04.1",
"6.5.0-25.25~22.04.1",
"6.5.0-26.26~22.04.1",
"6.5.0-27.28~22.04.1",
"6.5.0-28.29~22.04.1",
"6.5.0-35.35~22.04.1",
"6.5.0-41.41~22.04.2",
"6.5.0-44.44~22.04.1",
"6.5.0-45.45~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-headers-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-headers-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-host",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-extra-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-intel-iot-realtime",
"purl": "pkg:deb/ubuntu/linux-intel-iot-realtime@5.15.0-1073.75?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1073.75"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-buildinfo-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-headers-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-headers-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-cloud-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-cloud-tools-common",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-headers-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-common",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-host",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-ipu6-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-ivsc-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-iwlwifi-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-tools-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-tools-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-5.19",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-5.19@5.19.0-1030.30?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1017.18~22.04.1",
"5.19.0-1018.19~22.04.1",
"5.19.0-1021.22~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1024.25~22.04.1",
"5.19.0-1025.26~22.04.1",
"5.19.0-1027.28~22.04.1",
"5.19.0-1028.29~22.04.1",
"5.19.0-1030.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-cloud-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-cloud-tools-common",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-headers-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-common",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-host",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.2",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.2@6.2.0-1018.18~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-cloud-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-cloud-tools-common",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-lib-rust-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-common",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-host",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.5",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.5@6.5.0-45.45.1~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-14.14.1~22.04.1",
"6.5.0-15.15.1.1~22.04.1",
"6.5.0-17.17.1.1.1~22.04.1",
"6.5.0-21.21.1~22.04.1",
"6.5.0-25.25.1~22.04.1",
"6.5.0-26.26.1~22.04.1",
"6.5.0-27.28.1~22.04.1",
"6.5.0-28.29.1~22.04.1",
"6.5.0-35.35.1~22.04.1",
"6.5.0-41.41.1~22.04.1",
"6.5.0-42.42.1~22.04.1",
"6.5.0-44.44.1~22.04.1",
"6.5.0-45.45.1~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-buildinfo-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-headers-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-headers-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-extra-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-headers-6.2.0-1015",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-tools-6.2.0-1015",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-tools-host",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-tools-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-tools-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.2",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.2@6.2.0-1015.15?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1003.3~22.04.1",
"6.2.0-1009.9",
"6.2.0-1010.10",
"6.2.0-1011.11",
"6.2.0-1012.12",
"6.2.0-1013.13",
"6.2.0-1015.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-buildinfo-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-headers-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-headers-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-nvidia-fs-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-nvidia-fs-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-headers-6.5.0-1024",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-tools-host",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-tools-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-tools-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.5",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.5@6.5.0-1024.25?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1004.4",
"6.5.0-1007.7",
"6.5.0-1013.13",
"6.5.0-1014.14",
"6.5.0-1015.15",
"6.5.0-1018.18",
"6.5.0-1019.19",
"6.5.0-1021.22",
"6.5.0-1022.23",
"6.5.0-1023.24",
"6.5.0-1024.25"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-headers-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-image-unsigned-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-ipu6-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-ivsc-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-iwlwifi-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-headers-5.17.0-1035",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-tools-5.17.0-1035",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-tools-host",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-tools-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-5.17",
"purl": "pkg:deb/ubuntu/linux-oem-5.17@5.17.0-1035.36?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.17.0-1003.3",
"5.17.0-1004.4",
"5.17.0-1006.6",
"5.17.0-1011.12",
"5.17.0-1012.13",
"5.17.0-1013.14",
"5.17.0-1014.15",
"5.17.0-1015.16",
"5.17.0-1016.17",
"5.17.0-1017.18",
"5.17.0-1018.19",
"5.17.0-1019.20",
"5.17.0-1020.21",
"5.17.0-1021.22",
"5.17.0-1024.25",
"5.17.0-1025.26",
"5.17.0-1026.27",
"5.17.0-1027.28",
"5.17.0-1028.29",
"5.17.0-1029.30",
"5.17.0-1030.31",
"5.17.0-1031.32",
"5.17.0-1032.33",
"5.17.0-1033.34",
"5.17.0-1034.35",
"5.17.0-1035.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-headers-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-image-unsigned-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-ipu6-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-ivsc-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-iwlwifi-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-headers-6.0.0-1021",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-tools-6.0.0-1021",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-tools-host",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-tools-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.0",
"purl": "pkg:deb/ubuntu/linux-oem-6.0@6.0.0-1021.21?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.0.0-1006.6",
"6.0.0-1007.7",
"6.0.0-1008.8",
"6.0.0-1009.9",
"6.0.0-1010.10",
"6.0.0-1011.11",
"6.0.0-1012.12",
"6.0.0-1013.13",
"6.0.0-1014.14",
"6.0.0-1015.15",
"6.0.0-1016.16",
"6.0.0-1017.17",
"6.0.0-1018.18",
"6.0.0-1019.19",
"6.0.0-1020.20",
"6.0.0-1021.21"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-headers-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-image-unsigned-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-ipu6-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-ivsc-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-iwlwifi-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-headers-6.1.0-1036",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-tools-6.1.0-1036",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-tools-host",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-tools-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.1",
"purl": "pkg:deb/ubuntu/linux-oem-6.1@6.1.0-1036.36?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.0-1004.4",
"6.1.0-1006.6",
"6.1.0-1007.7",
"6.1.0-1008.8",
"6.1.0-1009.9",
"6.1.0-1010.10",
"6.1.0-1012.12",
"6.1.0-1013.13",
"6.1.0-1014.14",
"6.1.0-1015.15",
"6.1.0-1016.16",
"6.1.0-1017.17",
"6.1.0-1019.19",
"6.1.0-1020.20",
"6.1.0-1021.21",
"6.1.0-1022.22",
"6.1.0-1023.23",
"6.1.0-1024.24",
"6.1.0-1025.25",
"6.1.0-1026.26",
"6.1.0-1027.27",
"6.1.0-1028.28",
"6.1.0-1029.29",
"6.1.0-1033.33",
"6.1.0-1034.34",
"6.1.0-1035.35",
"6.1.0-1036.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-headers-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-ipu6-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-ivsc-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-usbio-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-headers-6.5.0-1027",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-lib-rust-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-tools-6.5.0-1027",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-tools-host",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-tools-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.5",
"purl": "pkg:deb/ubuntu/linux-oem-6.5@6.5.0-1027.28?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1003.3",
"6.5.0-1004.4",
"6.5.0-1006.6",
"6.5.0-1007.7",
"6.5.0-1008.8",
"6.5.0-1009.10",
"6.5.0-1011.12",
"6.5.0-1013.14",
"6.5.0-1014.15",
"6.5.0-1015.16",
"6.5.0-1016.17",
"6.5.0-1018.19",
"6.5.0-1019.20",
"6.5.0-1020.21",
"6.5.0-1022.23",
"6.5.0-1023.24",
"6.5.0-1024.25",
"6.5.0-1025.26",
"6.5.0-1027.28"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-oracle-6.5-headers-6.5.0-1027",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-oracle-6.5-tools-6.5.0-1027",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oracle-6.5",
"purl": "pkg:deb/ubuntu/linux-oracle-6.5@6.5.0-1027.27~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1013.13~22.04.4",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1018.18~22.04.1",
"6.5.0-1019.19~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1021.21~22.04.1",
"6.5.0-1023.23~22.04.1",
"6.5.0-1024.24~22.04.1",
"6.5.0-1025.25~22.04.1",
"6.5.0-1026.26~22.04.1",
"6.5.0-1027.27~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-headers-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-extra-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-headers-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-host",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@5.15.0-1032.35?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1032.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-headers-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-image-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-extra-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-headers-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-tools-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-tools-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.15.0-1028.32?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1004.4",
"5.13.0-1006.6+22.04.1",
"5.13.0-1007.7+22.04.1",
"5.13.0-1010.11+22.04.1",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1006.6",
"5.15.0-1007.7",
"5.15.0-1008.8",
"5.15.0-1011.12",
"5.15.0-1012.13",
"5.15.0-1014.16",
"5.15.0-1015.17",
"5.15.0-1016.18",
"5.15.0-1017.19",
"5.15.0-1018.21",
"5.15.0-1019.22",
"5.15.0-1020.23",
"5.15.0-1022.26",
"5.15.0-1023.27",
"5.15.0-1026.30",
"5.15.0-1027.31",
"5.15.0-1028.32"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-riscv-5.19-headers-5.19.0-1021",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-riscv-5.19-tools-5.19.0-1021",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-5.19",
"purl": "pkg:deb/ubuntu/linux-riscv-5.19@5.19.0-1021.23~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1012.13~22.04.1",
"5.19.0-1015.16~22.04.1",
"5.19.0-1016.17~22.04.1",
"5.19.0-1017.18~22.04.1",
"5.19.0-1018.19~22.04.1",
"5.19.0-1019.21~22.04.1",
"5.19.0-1020.22~22.04.1",
"5.19.0-1021.23~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-riscv-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-riscv-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-6.5",
"purl": "pkg:deb/ubuntu/linux-riscv-6.5@6.5.0-45.45.1~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-17.17.1.1~22.04.1",
"6.5.0-21.21.1~22.04.1",
"6.5.0-25.25.1~22.04.1",
"6.5.0-26.26.1~22.04.1",
"6.5.0-27.28.1~22.04.1",
"6.5.0-28.29.1~22.04.1",
"6.5.0-35.35.1~22.04.1",
"6.5.0-40.40.1~22.04.1",
"6.5.0-42.42.1~22.04.1",
"6.5.0-45.45.1~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-starfive-5.19-headers-5.19.0-1020",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-starfive-5.19-tools-5.19.0-1020",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-5.19",
"purl": "pkg:deb/ubuntu/linux-starfive-5.19@5.19.0-1020.22~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1014.16~22.04.1",
"5.19.0-1015.17~22.04.1",
"5.19.0-1016.18~22.04.1",
"5.19.0-1017.19~22.04.1",
"5.19.0-1018.20~22.04.1",
"5.19.0-1019.21~22.04.1",
"5.19.0-1020.22~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-starfive-6.2-headers-6.2.0-1009",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-starfive-6.2-tools-6.2.0-1009",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-6.2",
"purl": "pkg:deb/ubuntu/linux-starfive-6.2@6.2.0-1009.10~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1006.7~22.04.1",
"6.2.0-1007.8~22.04.1",
"6.2.0-1009.10~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-starfive-6.5-headers-6.5.0-1018",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-starfive-6.5-tools-6.5.0-1018",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-6.5",
"purl": "pkg:deb/ubuntu/linux-starfive-6.5@6.5.0-1018.19~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.8~22.04.1",
"6.5.0-1008.9~22.04.1",
"6.5.0-1009.10~22.04.1",
"6.5.0-1010.11~22.04.1",
"6.5.0-1011.12~22.04.1",
"6.5.0-1012.13~22.04.1",
"6.5.0-1014.15~22.04.1",
"6.5.0-1015.16~22.04.1",
"6.5.0-1016.17~22.04.1",
"6.5.0-1017.18~22.04.1",
"6.5.0-1018.19~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.14-cloud-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-aws-6.14-headers-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-aws-6.14-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws-6.14",
"purl": "pkg:deb/ubuntu/linux-aws-6.14@6.14.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1009.9~24.04.1",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1",
"6.14.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.17-cloud-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-aws-6.17-headers-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-aws-6.17-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws-6.17",
"purl": "pkg:deb/ubuntu/linux-aws-6.17@6.17.0-1019.19~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5~24.04.2",
"6.17.0-1007.7~24.04.1",
"6.17.0-1009.9~24.04.2",
"6.17.0-1010.10~24.04.1",
"6.17.0-1012.12~24.04.1",
"6.17.0-1013.13~24.04.1",
"6.17.0-1015.15~24.04.1",
"6.17.0-1017.17~24.04.1",
"6.17.0-1019.19~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.11-cloud-tools-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-6.11-headers-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-6.11-tools-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.11",
"purl": "pkg:deb/ubuntu/linux-azure-6.11@6.11.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1008.8~24.04.1",
"6.11.0-1012.12~24.04.1",
"6.11.0-1013.13~24.04.1",
"6.11.0-1014.14~24.04.1",
"6.11.0-1015.15~24.04.1",
"6.11.0-1017.17~24.04.1",
"6.11.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1010.10~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-6.17-cloud-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-headers-6.17.0-1017",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde-6.17",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.17@6.17.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1015.15~24.04.1",
"6.17.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-nvidia-6.14-cloud-tools-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-azure-nvidia-6.14-headers-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-azure-nvidia-6.14-tools-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-buildinfo-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-headers-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-modules-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-modules-extra-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-tools-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-nvidia-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-nvidia-6.14@6.14.0-1007.7?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1003.3",
"6.14.0-1006.6",
"6.14.0-1007.7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-headers-6.11.0-1017",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-lib-rust-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-tools-6.11.0-1017",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.11",
"purl": "pkg:deb/ubuntu/linux-gcp-6.11@6.11.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1006.6~24.04.2",
"6.11.0-1011.11~24.04.1",
"6.11.0-1013.13~24.04.1",
"6.11.0-1014.14~24.04.1",
"6.11.0-1015.15~24.04.1",
"6.11.0-1016.16~24.04.1",
"6.11.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-gcp-6.14-headers-6.14.0-1021",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-gcp-6.14-tools-6.14.0-1021",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.14",
"purl": "pkg:deb/ubuntu/linux-gcp-6.14@6.14.0-1021.22~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1014.15~24.04.1",
"6.14.0-1015.16~24.04.1",
"6.14.0-1016.17~24.04.1",
"6.14.0-1017.18~24.04.1",
"6.14.0-1018.19~24.04.1",
"6.14.0-1019.20~24.04.1",
"6.14.0-1020.21~24.04.1",
"6.14.0-1021.22~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-cloud-tools-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-headers-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-lib-rust-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-tools-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-usbio-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-vision-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.11",
"purl": "pkg:deb/ubuntu/linux-hwe-6.11@6.11.0-29.29~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-17.17~24.04.2",
"6.11.0-19.19~24.04.1",
"6.11.0-21.21~24.04.1",
"6.11.0-24.24~24.04.1",
"6.11.0-25.25~24.04.1",
"6.11.0-26.26~24.04.1",
"6.11.0-28.28~24.04.1",
"6.11.0-29.29~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-cloud-tools-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-headers-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-tools-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-usbio-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-vision-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.14",
"purl": "pkg:deb/ubuntu/linux-hwe-6.14@6.14.0-37.37~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-24.24~24.04.3",
"6.14.0-27.27~24.04.1",
"6.14.0-28.28~24.04.1",
"6.14.0-29.29~24.04.1",
"6.14.0-32.32~24.04.1",
"6.14.0-33.33~24.04.1",
"6.14.0-34.34~24.04.1",
"6.14.0-35.35~24.04.1",
"6.14.0-36.36~24.04.1",
"6.14.0-37.37~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-buildinfo-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-cloud-tools-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-hwe-7.0-cloud-tools-7.0.0-28",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-hwe-7.0-headers-7.0.0-28",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-hwe-7.0-tools-7.0.0-28",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-image-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-lib-rust-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-evdi-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-usbio-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-modules-vision-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-28-generic",
"binary_version": "7.0.0-28.28~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-7.0",
"purl": "pkg:deb/ubuntu/linux-hwe-7.0@7.0.0-28.28~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-14.14~24.04.3",
"7.0.0-28.28~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-cloud-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-headers-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-lib-rust-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-lowlatency-hwe-6.11",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.11@6.11.0-1016.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1009.10~24.04.1",
"6.11.0-1011.12~24.04.1",
"6.11.0-1012.13~24.04.1",
"6.11.0-1013.14~24.04.1",
"6.11.0-1014.15~24.04.1",
"6.11.0-1015.16~24.04.2",
"6.11.0-1016.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-buildinfo-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-headers-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-headers-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-extra-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-extra-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-nvidia-fs-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-nvidia-fs-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-headers-6.11.0-1016",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-lib-rust-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-tools-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-tools-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-6.11",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.11@6.11.0-1016.16?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1002.2",
"6.11.0-1003.3",
"6.11.0-1007.7",
"6.11.0-1010.10",
"6.11.0-1011.11",
"6.11.0-1012.12",
"6.11.0-1013.13",
"6.11.0-1016.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-buildinfo-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-nvidia-7.0-headers-7.0.0-1013",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-nvidia-7.0-tools-7.0.0-1013",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-7.0",
"purl": "pkg:deb/ubuntu/linux-nvidia-7.0@7.0.0-1013.13~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1013.13~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-headers-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-ipu6-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-ipu7-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-usbio-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-vision-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-oem-6.11-headers-6.11.0-1027",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-oem-6.11-tools-6.11.0-1027",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-tools-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.11",
"purl": "pkg:deb/ubuntu/linux-oem-6.11@6.11.0-1027.27?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1007.7",
"6.11.0-1008.8",
"6.11.0-1009.9",
"6.11.0-1010.10",
"6.11.0-1011.11",
"6.11.0-1012.12",
"6.11.0-1013.13",
"6.11.0-1015.15",
"6.11.0-1016.16",
"6.11.0-1017.17",
"6.11.0-1018.18",
"6.11.0-1020.20",
"6.11.0-1021.21",
"6.11.0-1022.22",
"6.11.0-1023.23",
"6.11.0-1024.24",
"6.11.0-1025.25",
"6.11.0-1027.27"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-headers-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-ipu6-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-ipu7-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-usbio-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-vision-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-oem-6.14-headers-6.14.0-1020",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-oem-6.14-tools-6.14.0-1020",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-tools-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.14",
"purl": "pkg:deb/ubuntu/linux-oem-6.14@6.14.0-1020.20?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1004.4",
"6.14.0-1005.5",
"6.14.0-1006.6",
"6.14.0-1007.7",
"6.14.0-1008.8",
"6.14.0-1010.10",
"6.14.0-1011.11",
"6.14.0-1012.12",
"6.14.0-1013.13",
"6.14.0-1014.14",
"6.14.0-1015.15",
"6.14.0-1016.16",
"6.14.0-1017.17",
"6.14.0-1018.18",
"6.14.0-1019.19",
"6.14.0-1020.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-headers-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-usbio-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-oem-6.8-headers-6.8.0-1032",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-oem-6.8-tools-6.8.0-1032",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-tools-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.8",
"purl": "pkg:deb/ubuntu/linux-oem-6.8@6.8.0-1032.32?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.11",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1014.14",
"6.8.0-1016.16",
"6.8.0-1017.17",
"6.8.0-1018.18",
"6.8.0-1019.19",
"6.8.0-1020.20",
"6.8.0-1024.24",
"6.8.0-1025.25",
"6.8.0-1026.26",
"6.8.0-1027.27",
"6.8.0-1028.28",
"6.8.0-1029.29",
"6.8.0-1030.30",
"6.8.0-1031.31",
"6.8.0-1032.32"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-oracle-6.14-headers-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-oracle-6.14-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle-6.14",
"purl": "pkg:deb/ubuntu/linux-oracle-6.14@6.14.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1009.9~24.04.1",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1",
"6.14.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-headers-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-image-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-modules-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-headers-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-tools-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-tools-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-raspi-realtime",
"purl": "pkg:deb/ubuntu/linux-raspi-realtime@6.8.0-2019.20?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-2019.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-headers-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-extra-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-cloud-tools-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-headers-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-tools-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-tools-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@6.8.1-1015.16?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.1-1015.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-headers-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-image-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-modules-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-riscv-headers-6.8.0-60",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-riscv-tools-6.8.0-60",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-tools-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@6.8.0-60.63.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9.1",
"6.8.0-20.20.1",
"6.8.0-28.28.1",
"6.8.0-31.31.1",
"6.8.0-35.35.1",
"6.8.0-36.36.1",
"6.8.0-38.38.1",
"6.8.0-39.39.1",
"6.8.0-40.40.1",
"6.8.0-41.41.1",
"6.8.0-44.44.1",
"6.8.0-47.47.1",
"6.8.0-48.48.1",
"6.8.0-49.49.1",
"6.8.0-50.51.1",
"6.8.0-51.52.1",
"6.8.0-52.53.1",
"6.8.0-53.55.1",
"6.8.0-55.57.1",
"6.8.0-56.58.1",
"6.8.0-57.59.1",
"6.8.0-58.60.1",
"6.8.0-59.61.1",
"6.8.0-60.63.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-image-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.14-headers-6.14.0-37",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.14-tools-6.14.0-37",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv-6.14",
"purl": "pkg:deb/ubuntu/linux-riscv-6.14@6.14.0-37.37.1~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-22.22.1~24.04.1",
"6.14.0-23.23.1~24.04.1",
"6.14.0-24.24.1~24.04.1",
"6.14.0-27.27.1~24.04.1",
"6.14.0-28.28.1~24.04.1",
"6.14.0-29.29.1~24.04.1",
"6.14.0-32.32.1~24.04.1",
"6.14.0-33.33.1~24.04.1",
"6.14.0-34.34.1~24.04.1",
"6.14.0-35.35.1~24.04.1",
"6.14.0-36.36.1~24.04.1",
"6.14.0-37.37.1~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-image-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.17-headers-6.17.0-38",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.17-tools-6.17.0-38",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv-6.17",
"purl": "pkg:deb/ubuntu/linux-riscv-6.17@6.17.0-38.38.1~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-14.14.1~24.04.1",
"6.17.0-19.19.1~24.04.1",
"6.17.0-20.20.1~24.04.1",
"6.17.0-22.22.1~24.04.1",
"6.17.0-23.23.1~24.04.1",
"6.17.0-29.29.1~24.04.1",
"6.17.0-35.35.1~24.04.1",
"6.17.0-38.38.1~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-bluefield-headers-6.8.0-1026",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-bluefield-tools-6.8.0-1026",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-buildinfo-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-buildinfo-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-headers-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-headers-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-tools-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-tools-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
}
]
},
"package": {
"ecosystem": "Ubuntu:Nvidia-BlueField:24.04:LTS",
"name": "linux-bluefield",
"purl": "pkg:deb/ubuntu/linux-bluefield@6.8.0-1026.30?arch=source\u0026distro=bluefield/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1011.15",
"6.8.0-1012.16",
"6.8.0-1013.17",
"6.8.0-1014.18",
"6.8.0-1016.20",
"6.8.0-1017.21",
"6.8.0-1022.26",
"6.8.0-1023.27",
"6.8.0-1026.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime-6.14",
"purl": "pkg:deb/ubuntu/linux-realtime-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1003.3~24.04.3",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "bpftool",
"binary_version": "7.7.0+7.0.0-28.28"
},
{
"binary_name": "linux-buildinfo-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-buildinfo-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-cloud-tools-7.0.0-28",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-cloud-tools-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-headers-7.0.0-28",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-headers-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-headers-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-image-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-lib-rust-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-modules-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-modules-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-perf",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-source-7.0.0",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-tools-7.0.0-28",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-tools-7.0.0-28-generic",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-tools-7.0.0-28-generic-64k",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-tools-common",
"binary_version": "7.0.0-28.28"
},
{
"binary_name": "linux-tools-host",
"binary_version": "7.0.0-28.28"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@7.0.0-28.28?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-5.5",
"6.17.0-6.6",
"6.17.0-8.8",
"6.18.0-8.8",
"6.18.0-9.9",
"6.19.0-3.3",
"6.19.0-5.5",
"6.19.0-6.6",
"6.19.0-9.9",
"7.0.0-7.7",
"7.0.0-10.10",
"7.0.0-12.12",
"7.0.0-13.13",
"7.0.0-14.14",
"7.0.0-15.15",
"7.0.0-22.22",
"7.0.0-27.27",
"7.0.0-28.28"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-aws-headers-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-aws-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-buildinfo-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-buildinfo-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-aws",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-aws-64k",
"binary_version": "7.0.0-1009.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@7.0.0-1009.9?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.19.0-1002.2",
"6.19.0-1003.3",
"7.0.0-1001.1",
"7.0.0-1003.3",
"7.0.0-1004.4",
"7.0.0-1006.6",
"7.0.0-1008.8",
"7.0.0-1009.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-azure-headers-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-azure-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-buildinfo-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-azure",
"binary_version": "7.0.0-1009.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@7.0.0-1009.9?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.19.0-1001.1",
"6.19.0-1002.2",
"7.0.0-1001.1",
"7.0.0-1002.2",
"7.0.0-1003.3",
"7.0.0-1004.4",
"7.0.0-1007.7",
"7.0.0-1009.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-azure-fde-headers-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-azure-fde-tools-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-buildinfo-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-headers-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-modules-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-tools-7.0.0-1008-azure-fde",
"binary_version": "7.0.0-1008.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@7.0.0-1008.8?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1003.3",
"7.0.0-1004.4",
"7.0.0-1006.6",
"7.0.0-1008.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1008-gcp",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-buildinfo-7.0.0-1008-gcp-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-gcp-headers-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-gcp-tools-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-headers-7.0.0-1008-gcp",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-headers-7.0.0-1008-gcp-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1008-gcp",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1008-gcp-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-modules-7.0.0-1008-gcp",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-modules-7.0.0-1008-gcp-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-tools-7.0.0-1008-gcp",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-tools-7.0.0-1008-gcp-64k",
"binary_version": "7.0.0-1008.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@7.0.0-1008.8?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.19.0-1001.1",
"7.0.0-1001.1",
"7.0.0-1002.2",
"7.0.0-1003.3",
"7.0.0-1005.5",
"7.0.0-1007.7",
"7.0.0-1008.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1003-gke",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-buildinfo-7.0.0-1003-gke-64k",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-gke-headers-7.0.0-1003",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-gke-tools-7.0.0-1003",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-headers-7.0.0-1003-gke",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-headers-7.0.0-1003-gke-64k",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1003-gke",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1003-gke-64k",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-modules-7.0.0-1003-gke",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-modules-7.0.0-1003-gke-64k",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-tools-7.0.0-1003-gke",
"binary_version": "7.0.0-1003.4"
},
{
"binary_name": "linux-tools-7.0.0-1003-gke-64k",
"binary_version": "7.0.0-1003.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@7.0.0-1003.4?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1002.3",
"7.0.0-1003.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1010-ibm",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-headers-7.0.0-1010-ibm",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-ibm-headers-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-ibm-tools-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1010-ibm",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-modules-7.0.0-1010-ibm",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-tools-7.0.0-1010-ibm",
"binary_version": "7.0.0-1010.10"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@7.0.0-1010.10?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.19.0-1002.2",
"6.19.0-1003.3",
"7.0.0-1002.2",
"7.0.0-1004.4",
"7.0.0-1005.5",
"7.0.0-1007.7",
"7.0.0-1009.9",
"7.0.0-1010.10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-buildinfo-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-headers-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-headers-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-modules-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-modules-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-nvidia-headers-7.0.0-1013",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-nvidia-tools-7.0.0-1013",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-tools-7.0.0-1013-nvidia",
"binary_version": "7.0.0-1013.13"
},
{
"binary_name": "linux-tools-7.0.0-1013-nvidia-64k",
"binary_version": "7.0.0-1013.13"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-nvidia",
"purl": "pkg:deb/ubuntu/linux-nvidia@7.0.0-1013.13?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1005.5",
"7.0.0-1006.6",
"7.0.0-1009.9",
"7.0.0-1013.13"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-buildinfo-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-headers-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-headers-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-image-unsigned-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-image-unsigned-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-modules-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-modules-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-nvidia-bos-headers-7.0.0-2012",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-nvidia-bos-tools-7.0.0-2012",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-tools-7.0.0-2012-nvidia-bos",
"binary_version": "7.0.0-2012.12"
},
{
"binary_name": "linux-tools-7.0.0-2012-nvidia-bos-64k",
"binary_version": "7.0.0-2012.12"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-nvidia-bos",
"purl": "pkg:deb/ubuntu/linux-nvidia-bos@7.0.0-2012.12?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-2012.12"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1009-oem",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-oem",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-oem",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-oem",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-oem-7.0-headers-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-oem-7.0-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-oem",
"binary_version": "7.0.0-1009.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-oem-7.0",
"purl": "pkg:deb/ubuntu/linux-oem-7.0@7.0.0-1009.9?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1005.5",
"7.0.0-1008.8",
"7.0.0-1009.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1008-oracle",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-buildinfo-7.0.0-1008-oracle-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-headers-7.0.0-1008-oracle",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-headers-7.0.0-1008-oracle-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1008-oracle",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1008-oracle-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-modules-7.0.0-1008-oracle",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-modules-7.0.0-1008-oracle-64k",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-oracle-headers-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-oracle-tools-7.0.0-1008",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-tools-7.0.0-1008-oracle",
"binary_version": "7.0.0-1008.8"
},
{
"binary_name": "linux-tools-7.0.0-1008-oracle-64k",
"binary_version": "7.0.0-1008.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@7.0.0-1008.8?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.19.0-1001.1",
"6.19.0-1002.2",
"7.0.0-1001.1",
"7.0.0-1002.2",
"7.0.0-1003.3",
"7.0.0-1005.5",
"7.0.0-1007.7",
"7.0.0-1008.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1014-raspi",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-buildinfo-7.0.0-1014-raspi-realtime",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-headers-7.0.0-1014-raspi",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-headers-7.0.0-1014-raspi-realtime",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-image-7.0.0-1014-raspi",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-image-7.0.0-1014-raspi-realtime",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-modules-7.0.0-1014-raspi",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-modules-7.0.0-1014-raspi-realtime",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-raspi-headers-7.0.0-1014",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-raspi-tools-7.0.0-1014",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-tools-7.0.0-1014-raspi",
"binary_version": "7.0.0-1014.14"
},
{
"binary_name": "linux-tools-7.0.0-1014-raspi-realtime",
"binary_version": "7.0.0-1014.14"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@7.0.0-1014.14?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1003.3",
"7.0.0-1004.4",
"7.0.0-1008.8",
"7.0.0-1009.9",
"7.0.0-1010.10",
"7.0.0-1011.11",
"7.0.0-1014.14"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-buildinfo-7.0.0-28-realtime-64k",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-cloud-tools-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-headers-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-headers-7.0.0-28-realtime-64k",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-28-realtime-64k",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-modules-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-modules-7.0.0-28-realtime-64k",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-realtime-cloud-tools-7.0.0-28",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-realtime-headers-7.0.0-28",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-realtime-tools-7.0.0-28",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-tools-7.0.0-28-realtime",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-tools-7.0.0-28-realtime-64k",
"binary_version": "7.0.0-28.28.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@7.0.0-28.28.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1001.2",
"7.0.0-10.10.3",
"7.0.0-12.12.1",
"7.0.0-14.14.1",
"7.0.0-22.22.1",
"7.0.0-27.27.1",
"7.0.0-28.28.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-28-generic",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-headers-7.0.0-28-generic",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-image-7.0.0-28-generic",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-modules-7.0.0-28-generic",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-riscv-headers-7.0.0-28",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-riscv-tools-7.0.0-28",
"binary_version": "7.0.0-28.28.1"
},
{
"binary_name": "linux-tools-7.0.0-28-generic",
"binary_version": "7.0.0-28.28.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@7.0.0-28.28.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-5.5.1",
"7.0.0-7.7.1",
"7.0.0-12.12.1",
"7.0.0-14.14.2",
"7.0.0-22.22.1",
"7.0.0-27.27.1",
"7.0.0-28.28.1"
]
}
],
"aliases": [],
"details": "(In the Linux kernel, the following vulnerability has been resolved: f ...)",
"id": "UBUNTU-CVE-2026-63820",
"modified": "2026-07-22T09:15:21Z",
"published": "2026-07-20T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-63820"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63820"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/linus/74c8d2ec95c59a5651ecd975c466998af1961fd4"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-63820"
]
}
WID-SEC-W-2026-2403
Vulnerability from csaf_certbund - Published: 2026-07-19 22:00 - Updated: 2026-07-21 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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 nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren, m\u00f6glicherweise Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand herbeizuf\u00fchren oder vertrauliche Informationen offenzulegen.",
"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-2403 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2403.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2403 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2403"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53367",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-53367-b8b1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53368",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-53368-9e8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53369",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-53369-8633@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53370",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-53370-9b22@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53371",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-53371-d566@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53372",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-53372-07f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53373",
"url": "https://lore.kernel.org/linux-cve-announce/2026071944-CVE-2026-53373-3856@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53374",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-53374-a981@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53375",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-53375-58f4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53376",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-53376-281b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53377",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-53377-a415@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53378",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-53378-d41e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53379",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-53379-316d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53380",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-53380-12df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53381",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-53381-73c3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53382",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-53382-a456@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53383",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-53383-f003@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53384",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-53384-cc26@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53385",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-53385-95d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53386",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-53386-d76b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53387",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-53387-700e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53388",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-53388-eeaf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53389",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-53389-36cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53390",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-53390-f377@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53391",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-53391-d4df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53392",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-53392-540c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53393",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-53393-37ff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53394",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-53394-9a20@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53395",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-53395-a139@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53396",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-53396-df9c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53397",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-53397-396f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53398",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-53398-56e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53399",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-53399-c8aa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53400",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-53400-1a67@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53401",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-53401-69e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53402",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-53402-a896@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-53403",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-53403-6dc1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63793",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63793-2d83@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63794",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63794-b463@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63795",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63795-709a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63796",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63796-9a88@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63797",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63797-44ec@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63798",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63798-458a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63799",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63799-ee59@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63800",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63800-dbef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63801",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63801-f5e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63802",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63802-1c53@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63803",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63803-3bf1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63804",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63804-8035@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63805",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63805-118e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63806",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63806-b5c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63807",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63807-1018@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63808",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63808-263b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63809",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63809-0af7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63810",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63810-f30d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63811",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63811-b686@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63812",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63812-93b5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63813",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63813-bfa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63814",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63814-7dd7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63815",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63815-4dba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63816",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63816-0e95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63817",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63817-2f5c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63818",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63818-f404@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63819",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63819-e07a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63820",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63820-1fc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63821",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63821-7257@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63822",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63822-fdd2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63823",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63823-4e1e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63824",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63824-6a2f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63825",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-63825-306e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63826",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-63826-5ace@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63827",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-63827-1c75@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63828",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-63828-c436@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63829",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-63829-ff2a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63830",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-63830-1297@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63831",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-63831-36ca@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63832",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-63832-d93b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63833",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-63833-b826@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63834",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-63834-41ac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63835",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-63835-5915@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63836",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-63836-24b8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63837",
"url": "https://lore.kernel.org/linux-cve-announce/2026071926-CVE-2026-63837-55cd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63838",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-63838-5ee3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63839",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-63839-785e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63840",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-63840-03cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63841",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-63841-79e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63842",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-63842-8a96@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63843",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-63843-a40b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63844",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-63844-61e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63845",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-63845-59b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63846",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-63846-079b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63847",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-63847-2fb3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63848",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-63848-7a61@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63849",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-63849-73c0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63850",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-63850-bc64@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63851",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-63851-b10e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63852",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-63852-cc70@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63853",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-63853-ad90@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63854",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-63854-0287@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63855",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-63855-c40e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63856",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-63856-cac0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63857",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-63857-2bda@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63858",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-63858-618e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63859",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-63859-613f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63860",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-63860-6168@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63861",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-63861-838f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63862",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-63862-533e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63863",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-63863-7079@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63864",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-63864-e441@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63865",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-63865-5cb3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63866",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-63866-d861@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63867",
"url": "https://lore.kernel.org/linux-cve-announce/2026071912-CVE-2026-63867-eac1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63868",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-63868-b5b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63869",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-63869-940a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63870",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-63870-d621@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63871",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-63871-a023@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63872",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-63872-a943@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63873",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-63873-75bc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63874",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-63874-dd25@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63875",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-63875-97f2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63876",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-63876-877f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63877",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-63877-1ce7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63878",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-63878-d23a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63879",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-63879-3372@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63880",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-63880-7fd3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63881",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-63881-5a86@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63882",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-63882-b0db@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63883",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-63883-bdaa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63884",
"url": "https://lore.kernel.org/linux-cve-announce/2026071940-CVE-2026-63884-39d7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63885",
"url": "https://lore.kernel.org/linux-cve-announce/2026071940-CVE-2026-63885-ad72@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63886",
"url": "https://lore.kernel.org/linux-cve-announce/2026071940-CVE-2026-63886-48e4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63887",
"url": "https://lore.kernel.org/linux-cve-announce/2026071940-CVE-2026-63887-cf4b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63888",
"url": "https://lore.kernel.org/linux-cve-announce/2026071940-CVE-2026-63888-a5d6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63889",
"url": "https://lore.kernel.org/linux-cve-announce/2026071941-CVE-2026-63889-b894@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63890",
"url": "https://lore.kernel.org/linux-cve-announce/2026071941-CVE-2026-63890-9acc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63891",
"url": "https://lore.kernel.org/linux-cve-announce/2026071941-CVE-2026-63891-bde5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63892",
"url": "https://lore.kernel.org/linux-cve-announce/2026071941-CVE-2026-63892-1bb4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63893",
"url": "https://lore.kernel.org/linux-cve-announce/2026071942-CVE-2026-63893-aa7f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63894",
"url": "https://lore.kernel.org/linux-cve-announce/2026071942-CVE-2026-63894-cd83@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63895",
"url": "https://lore.kernel.org/linux-cve-announce/2026071942-CVE-2026-63895-bbd1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63896",
"url": "https://lore.kernel.org/linux-cve-announce/2026071942-CVE-2026-63896-6fb2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63897",
"url": "https://lore.kernel.org/linux-cve-announce/2026071942-CVE-2026-63897-d20f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63898",
"url": "https://lore.kernel.org/linux-cve-announce/2026071943-CVE-2026-63898-d22a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63899",
"url": "https://lore.kernel.org/linux-cve-announce/2026071943-CVE-2026-63899-cd10@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63900",
"url": "https://lore.kernel.org/linux-cve-announce/2026071943-CVE-2026-63900-a0cf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63901",
"url": "https://lore.kernel.org/linux-cve-announce/2026071943-CVE-2026-63901-f99b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63902",
"url": "https://lore.kernel.org/linux-cve-announce/2026071944-CVE-2026-63902-68cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63903",
"url": "https://lore.kernel.org/linux-cve-announce/2026071944-CVE-2026-63903-eeba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63904",
"url": "https://lore.kernel.org/linux-cve-announce/2026071944-CVE-2026-63904-e989@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63905",
"url": "https://lore.kernel.org/linux-cve-announce/2026071944-CVE-2026-63905-909d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63906",
"url": "https://lore.kernel.org/linux-cve-announce/2026071945-CVE-2026-63906-eb79@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63907",
"url": "https://lore.kernel.org/linux-cve-announce/2026071945-CVE-2026-63907-709c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63908",
"url": "https://lore.kernel.org/linux-cve-announce/2026071945-CVE-2026-63908-32f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63909",
"url": "https://lore.kernel.org/linux-cve-announce/2026071945-CVE-2026-63909-d312@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63910",
"url": "https://lore.kernel.org/linux-cve-announce/2026071945-CVE-2026-63910-d6b3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63911",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-63911-be2c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63912",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-63912-a43c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63913",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-63913-9646@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63914",
"url": "https://lore.kernel.org/linux-cve-announce/2026071946-CVE-2026-63914-d406@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63915",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-63915-8654@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63916",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-63916-5ec3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63917",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-63917-4a8f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63918",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-63918-2288@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63919",
"url": "https://lore.kernel.org/linux-cve-announce/2026071947-CVE-2026-63919-e224@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63920",
"url": "https://lore.kernel.org/linux-cve-announce/2026071948-CVE-2026-63920-54a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63921",
"url": "https://lore.kernel.org/linux-cve-announce/2026071948-CVE-2026-63921-ea11@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63922",
"url": "https://lore.kernel.org/linux-cve-announce/2026071948-CVE-2026-63922-5716@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63923",
"url": "https://lore.kernel.org/linux-cve-announce/2026071948-CVE-2026-63923-8d3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63924",
"url": "https://lore.kernel.org/linux-cve-announce/2026071948-CVE-2026-63924-ec60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63925",
"url": "https://lore.kernel.org/linux-cve-announce/2026071949-CVE-2026-63925-2f73@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63926",
"url": "https://lore.kernel.org/linux-cve-announce/2026071949-CVE-2026-63926-cc75@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63927",
"url": "https://lore.kernel.org/linux-cve-announce/2026071949-CVE-2026-63927-9505@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63928",
"url": "https://lore.kernel.org/linux-cve-announce/2026071949-CVE-2026-63928-7715@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63929",
"url": "https://lore.kernel.org/linux-cve-announce/2026071950-CVE-2026-63929-42fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63930",
"url": "https://lore.kernel.org/linux-cve-announce/2026071950-CVE-2026-63930-6bca@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63931",
"url": "https://lore.kernel.org/linux-cve-announce/2026071950-CVE-2026-63931-1154@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63932",
"url": "https://lore.kernel.org/linux-cve-announce/2026071950-CVE-2026-63932-a1df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63933",
"url": "https://lore.kernel.org/linux-cve-announce/2026071951-CVE-2026-63933-13f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63934",
"url": "https://lore.kernel.org/linux-cve-announce/2026071951-CVE-2026-63934-5d74@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63935",
"url": "https://lore.kernel.org/linux-cve-announce/2026071951-CVE-2026-63935-227a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63936",
"url": "https://lore.kernel.org/linux-cve-announce/2026071951-CVE-2026-63936-26d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63937",
"url": "https://lore.kernel.org/linux-cve-announce/2026071951-CVE-2026-63937-80da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63938",
"url": "https://lore.kernel.org/linux-cve-announce/2026071952-CVE-2026-63938-2d13@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63939",
"url": "https://lore.kernel.org/linux-cve-announce/2026071952-CVE-2026-63939-8061@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63940",
"url": "https://lore.kernel.org/linux-cve-announce/2026071952-CVE-2026-63940-904d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63941",
"url": "https://lore.kernel.org/linux-cve-announce/2026071952-CVE-2026-63941-7aa3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63942",
"url": "https://lore.kernel.org/linux-cve-announce/2026071953-CVE-2026-63942-2771@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63943",
"url": "https://lore.kernel.org/linux-cve-announce/2026071953-CVE-2026-63943-6827@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63944",
"url": "https://lore.kernel.org/linux-cve-announce/2026071953-CVE-2026-63944-d15d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63945",
"url": "https://lore.kernel.org/linux-cve-announce/2026071953-CVE-2026-63945-87fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63946",
"url": "https://lore.kernel.org/linux-cve-announce/2026071954-CVE-2026-63946-b5d8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63947",
"url": "https://lore.kernel.org/linux-cve-announce/2026071954-CVE-2026-63947-dc2f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63948",
"url": "https://lore.kernel.org/linux-cve-announce/2026071954-CVE-2026-63948-8f4d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63949",
"url": "https://lore.kernel.org/linux-cve-announce/2026071954-CVE-2026-63949-7f56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63950",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-63950-be9c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63951",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-63951-ab46@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63952",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-63952-0c7b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63953",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-63953-4f91@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63954",
"url": "https://lore.kernel.org/linux-cve-announce/2026071955-CVE-2026-63954-d2b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63955",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-63955-bf37@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63956",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-63956-0fee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63957",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-63957-b4f1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63958",
"url": "https://lore.kernel.org/linux-cve-announce/2026071956-CVE-2026-63958-c77b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63959",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-63959-bbc0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63960",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-63960-990c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63961",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-63961-a5e6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63962",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-63962-f729@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63963",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-63963-56d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63964",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-63964-9e8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63965",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-63965-3603@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63966",
"url": "https://lore.kernel.org/linux-cve-announce/2026071958-CVE-2026-63966-4f6a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63967",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63967-5590@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63968",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63968-949b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63969",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63969-04d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63970",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63970-1142@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63971",
"url": "https://lore.kernel.org/linux-cve-announce/2026071959-CVE-2026-63971-dd46@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63972",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63972-403c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63973",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63973-1018@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63974",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63974-2863@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63975",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-63975-635f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63976",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63976-f786@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63977",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63977-be9d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63978",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63978-8f72@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63979",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-63979-85c4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63980",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63980-7ef7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63981",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63981-1d04@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63982",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63982-9bf5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63983",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63983-9047@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63984",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-63984-8dc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63985",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63985-56d0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63986",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63986-0269@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63987",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63987-bda5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63988",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-63988-b641@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63989",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63989-5868@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63990",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63990-3e0a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63991",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63991-8744@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63992",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-63992-2846@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63993",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63993-165e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63994",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63994-97bf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63995",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63995-a31c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63996",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63996-cc5e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63997",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-63997-c99c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63998",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63998-e5c0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-63999",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-63999-6f50@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64000",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64000-fb1e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64001",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64001-48e3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64002",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64002-b8fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64003",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64003-a0d3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64004",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64004-7455@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64005",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64005-594b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64006",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64006-0d9d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64007",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64007-5e61@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64008",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64008-8d40@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64009",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64009-4587@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64010",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64010-4f09@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64011",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64011-41cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64012",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64012-8c0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64013",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64013-adae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64014",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64014-d94b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64015",
"url": "https://lore.kernel.org/linux-cve-announce/2026071957-CVE-2026-64015-19c9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64016",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-64016-577b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64017",
"url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-64017-c8ee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64018",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64018-43bb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64019",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64019-b55d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64020",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64020-1e8e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64021",
"url": "https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64021-d915@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64022",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-64022-1155@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64023",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-64023-8096@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64024",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-64024-8c76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64025",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-64025-88f2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64026",
"url": "https://lore.kernel.org/linux-cve-announce/2026071902-CVE-2026-64026-372d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64027",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-64027-1667@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64028",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-64028-1c01@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64029",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-64029-4b58@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64030",
"url": "https://lore.kernel.org/linux-cve-announce/2026071903-CVE-2026-64030-51b6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64031",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-64031-b0e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64032",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-64032-9dca@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64033",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-64033-b08e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64034",
"url": "https://lore.kernel.org/linux-cve-announce/2026071904-CVE-2026-64034-6fd0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64035",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-64035-207f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64036",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-64036-48ad@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64037",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-64037-3ce2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64038",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-64038-16c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64039",
"url": "https://lore.kernel.org/linux-cve-announce/2026071905-CVE-2026-64039-d68a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64040",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64040-6908@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64041",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64041-c0ad@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64042",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64042-c30f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64043",
"url": "https://lore.kernel.org/linux-cve-announce/2026071906-CVE-2026-64043-b591@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64044",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64044-eda0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64045",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64045-4cbf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64046",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64046-bfdc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64047",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64047-e420@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64048",
"url": "https://lore.kernel.org/linux-cve-announce/2026071907-CVE-2026-64048-a8e3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64049",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64049-5474@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64050",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64050-625f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64051",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64051-c665@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64052",
"url": "https://lore.kernel.org/linux-cve-announce/2026071908-CVE-2026-64052-452e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64053",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64053-29c0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64054",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64054-45dc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64055",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64055-9cff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64056",
"url": "https://lore.kernel.org/linux-cve-announce/2026071909-CVE-2026-64056-47cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64057",
"url": "https://lore.kernel.org/linux-cve-announce/2026071910-CVE-2026-64057-0290@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64058",
"url": "https://lore.kernel.org/linux-cve-announce/2026071910-CVE-2026-64058-8c4d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64059",
"url": "https://lore.kernel.org/linux-cve-announce/2026071910-CVE-2026-64059-9d95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64060",
"url": "https://lore.kernel.org/linux-cve-announce/2026071910-CVE-2026-64060-4633@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64061",
"url": "https://lore.kernel.org/linux-cve-announce/2026071910-CVE-2026-64061-8b7f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64062",
"url": "https://lore.kernel.org/linux-cve-announce/2026071911-CVE-2026-64062-a774@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64063",
"url": "https://lore.kernel.org/linux-cve-announce/2026071911-CVE-2026-64063-7e32@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64064",
"url": "https://lore.kernel.org/linux-cve-announce/2026071911-CVE-2026-64064-048b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64065",
"url": "https://lore.kernel.org/linux-cve-announce/2026071911-CVE-2026-64065-d010@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64066",
"url": "https://lore.kernel.org/linux-cve-announce/2026071912-CVE-2026-64066-9d98@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64067",
"url": "https://lore.kernel.org/linux-cve-announce/2026071912-CVE-2026-64067-9bf7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64068",
"url": "https://lore.kernel.org/linux-cve-announce/2026071912-CVE-2026-64068-4225@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64069",
"url": "https://lore.kernel.org/linux-cve-announce/2026071912-CVE-2026-64069-0000@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64070",
"url": "https://lore.kernel.org/linux-cve-announce/2026071913-CVE-2026-64070-6db2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64071",
"url": "https://lore.kernel.org/linux-cve-announce/2026071913-CVE-2026-64071-5a2d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64072",
"url": "https://lore.kernel.org/linux-cve-announce/2026071913-CVE-2026-64072-6fc4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64073",
"url": "https://lore.kernel.org/linux-cve-announce/2026071913-CVE-2026-64073-0486@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64074",
"url": "https://lore.kernel.org/linux-cve-announce/2026071913-CVE-2026-64074-06ce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64075",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-64075-4eb1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64076",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-64076-4346@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64077",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-64077-eafe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64078",
"url": "https://lore.kernel.org/linux-cve-announce/2026071914-CVE-2026-64078-ff87@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64079",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-64079-866e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64080",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-64080-7f28@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64081",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-64081-cb26@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64082",
"url": "https://lore.kernel.org/linux-cve-announce/2026071915-CVE-2026-64082-bf76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64083",
"url": "https://lore.kernel.org/linux-cve-announce/2026071916-CVE-2026-64083-d36b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64084",
"url": "https://lore.kernel.org/linux-cve-announce/2026071916-CVE-2026-64084-b17b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64085",
"url": "https://lore.kernel.org/linux-cve-announce/2026071916-CVE-2026-64085-d28f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64086",
"url": "https://lore.kernel.org/linux-cve-announce/2026071916-CVE-2026-64086-fb53@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64087",
"url": "https://lore.kernel.org/linux-cve-announce/2026071916-CVE-2026-64087-8589@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64088",
"url": "https://lore.kernel.org/linux-cve-announce/2026071917-CVE-2026-64088-8d44@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64089",
"url": "https://lore.kernel.org/linux-cve-announce/2026071917-CVE-2026-64089-321e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64090",
"url": "https://lore.kernel.org/linux-cve-announce/2026071917-CVE-2026-64090-b9d3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64091",
"url": "https://lore.kernel.org/linux-cve-announce/2026071917-CVE-2026-64091-9273@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64092",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-64092-670e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64093",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-64093-ea10@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64094",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-64094-150b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64095",
"url": "https://lore.kernel.org/linux-cve-announce/2026071918-CVE-2026-64095-81a9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64096",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-64096-f0fd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64097",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-64097-8e06@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64098",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-64098-b8ed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64099",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-64099-f51b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64100",
"url": "https://lore.kernel.org/linux-cve-announce/2026071919-CVE-2026-64100-39f2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64101",
"url": "https://lore.kernel.org/linux-cve-announce/2026071920-CVE-2026-64101-0c9a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64102",
"url": "https://lore.kernel.org/linux-cve-announce/2026071920-CVE-2026-64102-dcb6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64103",
"url": "https://lore.kernel.org/linux-cve-announce/2026071920-CVE-2026-64103-24fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64104",
"url": "https://lore.kernel.org/linux-cve-announce/2026071920-CVE-2026-64104-0d8a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64105",
"url": "https://lore.kernel.org/linux-cve-announce/2026071921-CVE-2026-64105-8d68@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64106",
"url": "https://lore.kernel.org/linux-cve-announce/2026071921-CVE-2026-64106-767b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64107",
"url": "https://lore.kernel.org/linux-cve-announce/2026071921-CVE-2026-64107-2c96@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64108",
"url": "https://lore.kernel.org/linux-cve-announce/2026071921-CVE-2026-64108-b278@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64109",
"url": "https://lore.kernel.org/linux-cve-announce/2026071922-CVE-2026-64109-efb0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64110",
"url": "https://lore.kernel.org/linux-cve-announce/2026071922-CVE-2026-64110-4d45@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64111",
"url": "https://lore.kernel.org/linux-cve-announce/2026071922-CVE-2026-64111-6b23@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64112",
"url": "https://lore.kernel.org/linux-cve-announce/2026071922-CVE-2026-64112-9724@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64113",
"url": "https://lore.kernel.org/linux-cve-announce/2026071922-CVE-2026-64113-87d9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64114",
"url": "https://lore.kernel.org/linux-cve-announce/2026071923-CVE-2026-64114-d584@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64115",
"url": "https://lore.kernel.org/linux-cve-announce/2026071923-CVE-2026-64115-de9e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64116",
"url": "https://lore.kernel.org/linux-cve-announce/2026071923-CVE-2026-64116-59bb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64117",
"url": "https://lore.kernel.org/linux-cve-announce/2026071923-CVE-2026-64117-34d1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64118",
"url": "https://lore.kernel.org/linux-cve-announce/2026071924-CVE-2026-64118-bbfe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64119",
"url": "https://lore.kernel.org/linux-cve-announce/2026071924-CVE-2026-64119-3061@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64120",
"url": "https://lore.kernel.org/linux-cve-announce/2026071924-CVE-2026-64120-195a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64121",
"url": "https://lore.kernel.org/linux-cve-announce/2026071924-CVE-2026-64121-7da8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64122",
"url": "https://lore.kernel.org/linux-cve-announce/2026071925-CVE-2026-64122-3ed2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64123",
"url": "https://lore.kernel.org/linux-cve-announce/2026071925-CVE-2026-64123-fbd9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64124",
"url": "https://lore.kernel.org/linux-cve-announce/2026071925-CVE-2026-64124-0de6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64125",
"url": "https://lore.kernel.org/linux-cve-announce/2026071925-CVE-2026-64125-e433@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64126",
"url": "https://lore.kernel.org/linux-cve-announce/2026071925-CVE-2026-64126-a17e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64127",
"url": "https://lore.kernel.org/linux-cve-announce/2026071926-CVE-2026-64127-fb1b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64128",
"url": "https://lore.kernel.org/linux-cve-announce/2026071926-CVE-2026-64128-f336@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64129",
"url": "https://lore.kernel.org/linux-cve-announce/2026071926-CVE-2026-64129-c1ed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64130",
"url": "https://lore.kernel.org/linux-cve-announce/2026071926-CVE-2026-64130-ae27@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64131",
"url": "https://lore.kernel.org/linux-cve-announce/2026071927-CVE-2026-64131-ccf9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64132",
"url": "https://lore.kernel.org/linux-cve-announce/2026071927-CVE-2026-64132-dd76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64133",
"url": "https://lore.kernel.org/linux-cve-announce/2026071927-CVE-2026-64133-e669@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64134",
"url": "https://lore.kernel.org/linux-cve-announce/2026071927-CVE-2026-64134-9e81@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64135",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-64135-afaf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64136",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-64136-5fb4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64137",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-64137-f080@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64138",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-64138-e6dd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64139",
"url": "https://lore.kernel.org/linux-cve-announce/2026071928-CVE-2026-64139-d9cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64140",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-64140-c119@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64141",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-64141-2e37@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64142",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-64142-4f9d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64143",
"url": "https://lore.kernel.org/linux-cve-announce/2026071929-CVE-2026-64143-f5eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64144",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-64144-5963@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64145",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-64145-e585@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64146",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-64146-ab54@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64147",
"url": "https://lore.kernel.org/linux-cve-announce/2026071930-CVE-2026-64147-ffb3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64148",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-64148-ef5f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64149",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-64149-7a2b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64150",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-64150-056b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64151",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-64151-1bcc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64152",
"url": "https://lore.kernel.org/linux-cve-announce/2026071931-CVE-2026-64152-0751@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64153",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-64153-812b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64154",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-64154-a112@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64155",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-64155-7dde@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64156",
"url": "https://lore.kernel.org/linux-cve-announce/2026071932-CVE-2026-64156-5bcd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64157",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-64157-8f76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64158",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-64158-a366@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64159",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-64159-e6bb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64160",
"url": "https://lore.kernel.org/linux-cve-announce/2026071933-CVE-2026-64160-8bee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64161",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-64161-0f95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64162",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-64162-9107@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64163",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-64163-f1a4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64164",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-64164-a963@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64165",
"url": "https://lore.kernel.org/linux-cve-announce/2026071934-CVE-2026-64165-f0cf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64166",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-64166-98a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64167",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-64167-a168@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64168",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-64168-2d86@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64169",
"url": "https://lore.kernel.org/linux-cve-announce/2026071935-CVE-2026-64169-5c69@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64170",
"url": "https://lore.kernel.org/linux-cve-announce/2026071936-CVE-2026-64170-0eeb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64171",
"url": "https://lore.kernel.org/linux-cve-announce/2026071936-CVE-2026-64171-5160@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64172",
"url": "https://lore.kernel.org/linux-cve-announce/2026071936-CVE-2026-64172-c960@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64173",
"url": "https://lore.kernel.org/linux-cve-announce/2026071936-CVE-2026-64173-6ece@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64174",
"url": "https://lore.kernel.org/linux-cve-announce/2026071937-CVE-2026-64174-ee61@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64175",
"url": "https://lore.kernel.org/linux-cve-announce/2026071937-CVE-2026-64175-d543@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64176",
"url": "https://lore.kernel.org/linux-cve-announce/2026071937-CVE-2026-64176-70c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64177",
"url": "https://lore.kernel.org/linux-cve-announce/2026071937-CVE-2026-64177-79cf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64178",
"url": "https://lore.kernel.org/linux-cve-announce/2026071937-CVE-2026-64178-c16a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64179",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-64179-ef68@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64180",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-64180-a316@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64181",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-64181-e460@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64182",
"url": "https://lore.kernel.org/linux-cve-announce/2026071938-CVE-2026-64182-c1a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64183",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-64183-ffa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64184",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-64184-0f6b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64185",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-64185-8b0d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64186",
"url": "https://lore.kernel.org/linux-cve-announce/2026071939-CVE-2026-64186-7a61@gregkh/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8569-1 vom 2026-07-20",
"url": "https://ubuntu.com/security/notices/USN-8569-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8575-1 vom 2026-07-21",
"url": "https://ubuntu.com/security/notices/USN-8575-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8574-1 vom 2026-07-21",
"url": "https://ubuntu.com/security/notices/USN-8574-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8576-1 vom 2026-07-21",
"url": "https://ubuntu.com/security/notices/USN-8576-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6393 vom 2026-07-21",
"url": "https://security-tracker.debian.org/tracker/DSA-6393-1"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-07-21T22:00:00.000+00:00",
"generator": {
"date": "2026-07-22T08:57:55.223+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2403",
"initial_release_date": "2026-07-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-20T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T056778",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T055947",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-43500",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-43500"
},
{
"cve": "CVE-2026-53367",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53367"
},
{
"cve": "CVE-2026-53368",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53368"
},
{
"cve": "CVE-2026-53369",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53369"
},
{
"cve": "CVE-2026-53370",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53370"
},
{
"cve": "CVE-2026-53371",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53371"
},
{
"cve": "CVE-2026-53372",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53372"
},
{
"cve": "CVE-2026-53373",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53373"
},
{
"cve": "CVE-2026-53374",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53374"
},
{
"cve": "CVE-2026-53375",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53375"
},
{
"cve": "CVE-2026-53376",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53376"
},
{
"cve": "CVE-2026-53377",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53377"
},
{
"cve": "CVE-2026-53378",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53378"
},
{
"cve": "CVE-2026-53379",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53379"
},
{
"cve": "CVE-2026-53380",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53380"
},
{
"cve": "CVE-2026-53381",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53381"
},
{
"cve": "CVE-2026-53382",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53382"
},
{
"cve": "CVE-2026-53383",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53383"
},
{
"cve": "CVE-2026-53384",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53384"
},
{
"cve": "CVE-2026-53385",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53385"
},
{
"cve": "CVE-2026-53386",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53386"
},
{
"cve": "CVE-2026-53387",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53387"
},
{
"cve": "CVE-2026-53388",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53388"
},
{
"cve": "CVE-2026-53389",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53389"
},
{
"cve": "CVE-2026-53390",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53390"
},
{
"cve": "CVE-2026-53391",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53391"
},
{
"cve": "CVE-2026-53392",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53392"
},
{
"cve": "CVE-2026-53393",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53393"
},
{
"cve": "CVE-2026-53394",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53394"
},
{
"cve": "CVE-2026-53395",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53395"
},
{
"cve": "CVE-2026-53396",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53396"
},
{
"cve": "CVE-2026-53397",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53397"
},
{
"cve": "CVE-2026-53398",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53398"
},
{
"cve": "CVE-2026-53399",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53399"
},
{
"cve": "CVE-2026-53400",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53400"
},
{
"cve": "CVE-2026-53401",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53401"
},
{
"cve": "CVE-2026-53402",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53402"
},
{
"cve": "CVE-2026-53403",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-53403"
},
{
"cve": "CVE-2026-63793",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63793"
},
{
"cve": "CVE-2026-63794",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63794"
},
{
"cve": "CVE-2026-63795",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63795"
},
{
"cve": "CVE-2026-63796",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63796"
},
{
"cve": "CVE-2026-63797",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63797"
},
{
"cve": "CVE-2026-63798",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63798"
},
{
"cve": "CVE-2026-63799",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63799"
},
{
"cve": "CVE-2026-63800",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63800"
},
{
"cve": "CVE-2026-63801",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63801"
},
{
"cve": "CVE-2026-63802",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63802"
},
{
"cve": "CVE-2026-63803",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63803"
},
{
"cve": "CVE-2026-63804",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63804"
},
{
"cve": "CVE-2026-63805",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63805"
},
{
"cve": "CVE-2026-63806",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63806"
},
{
"cve": "CVE-2026-63807",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63807"
},
{
"cve": "CVE-2026-63808",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63808"
},
{
"cve": "CVE-2026-63809",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63809"
},
{
"cve": "CVE-2026-63810",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63810"
},
{
"cve": "CVE-2026-63811",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63811"
},
{
"cve": "CVE-2026-63812",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63812"
},
{
"cve": "CVE-2026-63813",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63813"
},
{
"cve": "CVE-2026-63814",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63814"
},
{
"cve": "CVE-2026-63815",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63815"
},
{
"cve": "CVE-2026-63816",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63816"
},
{
"cve": "CVE-2026-63817",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63817"
},
{
"cve": "CVE-2026-63818",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63818"
},
{
"cve": "CVE-2026-63819",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63819"
},
{
"cve": "CVE-2026-63820",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63820"
},
{
"cve": "CVE-2026-63821",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63821"
},
{
"cve": "CVE-2026-63822",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63822"
},
{
"cve": "CVE-2026-63823",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63823"
},
{
"cve": "CVE-2026-63824",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63824"
},
{
"cve": "CVE-2026-63825",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63825"
},
{
"cve": "CVE-2026-63826",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63826"
},
{
"cve": "CVE-2026-63827",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63827"
},
{
"cve": "CVE-2026-63828",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63828"
},
{
"cve": "CVE-2026-63829",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63829"
},
{
"cve": "CVE-2026-63830",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63830"
},
{
"cve": "CVE-2026-63831",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63831"
},
{
"cve": "CVE-2026-63832",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63832"
},
{
"cve": "CVE-2026-63833",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63833"
},
{
"cve": "CVE-2026-63834",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63834"
},
{
"cve": "CVE-2026-63835",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63835"
},
{
"cve": "CVE-2026-63836",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63836"
},
{
"cve": "CVE-2026-63837",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63837"
},
{
"cve": "CVE-2026-63838",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63838"
},
{
"cve": "CVE-2026-63839",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63839"
},
{
"cve": "CVE-2026-63840",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63840"
},
{
"cve": "CVE-2026-63841",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63841"
},
{
"cve": "CVE-2026-63842",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63842"
},
{
"cve": "CVE-2026-63843",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63843"
},
{
"cve": "CVE-2026-63844",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63844"
},
{
"cve": "CVE-2026-63845",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63845"
},
{
"cve": "CVE-2026-63846",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63846"
},
{
"cve": "CVE-2026-63847",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63847"
},
{
"cve": "CVE-2026-63848",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63848"
},
{
"cve": "CVE-2026-63849",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63849"
},
{
"cve": "CVE-2026-63850",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63850"
},
{
"cve": "CVE-2026-63851",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63851"
},
{
"cve": "CVE-2026-63852",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63852"
},
{
"cve": "CVE-2026-63853",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63853"
},
{
"cve": "CVE-2026-63854",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63854"
},
{
"cve": "CVE-2026-63855",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63855"
},
{
"cve": "CVE-2026-63856",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63856"
},
{
"cve": "CVE-2026-63857",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63857"
},
{
"cve": "CVE-2026-63858",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63858"
},
{
"cve": "CVE-2026-63859",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63859"
},
{
"cve": "CVE-2026-63860",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63860"
},
{
"cve": "CVE-2026-63861",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63861"
},
{
"cve": "CVE-2026-63862",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63862"
},
{
"cve": "CVE-2026-63863",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63863"
},
{
"cve": "CVE-2026-63864",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63864"
},
{
"cve": "CVE-2026-63865",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63865"
},
{
"cve": "CVE-2026-63866",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63866"
},
{
"cve": "CVE-2026-63867",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63867"
},
{
"cve": "CVE-2026-63868",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63868"
},
{
"cve": "CVE-2026-63869",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63869"
},
{
"cve": "CVE-2026-63870",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63870"
},
{
"cve": "CVE-2026-63871",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63871"
},
{
"cve": "CVE-2026-63872",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63872"
},
{
"cve": "CVE-2026-63873",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63873"
},
{
"cve": "CVE-2026-63874",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63874"
},
{
"cve": "CVE-2026-63875",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63875"
},
{
"cve": "CVE-2026-63876",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63876"
},
{
"cve": "CVE-2026-63877",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63877"
},
{
"cve": "CVE-2026-63878",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63878"
},
{
"cve": "CVE-2026-63879",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63879"
},
{
"cve": "CVE-2026-63880",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63880"
},
{
"cve": "CVE-2026-63881",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63881"
},
{
"cve": "CVE-2026-63882",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63882"
},
{
"cve": "CVE-2026-63883",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63883"
},
{
"cve": "CVE-2026-63884",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63884"
},
{
"cve": "CVE-2026-63885",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63885"
},
{
"cve": "CVE-2026-63886",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63886"
},
{
"cve": "CVE-2026-63887",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63887"
},
{
"cve": "CVE-2026-63888",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63888"
},
{
"cve": "CVE-2026-63889",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63889"
},
{
"cve": "CVE-2026-63890",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63890"
},
{
"cve": "CVE-2026-63891",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63891"
},
{
"cve": "CVE-2026-63892",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63892"
},
{
"cve": "CVE-2026-63893",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63893"
},
{
"cve": "CVE-2026-63894",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63894"
},
{
"cve": "CVE-2026-63895",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63895"
},
{
"cve": "CVE-2026-63896",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63896"
},
{
"cve": "CVE-2026-63897",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63897"
},
{
"cve": "CVE-2026-63898",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63898"
},
{
"cve": "CVE-2026-63899",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63899"
},
{
"cve": "CVE-2026-63900",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63900"
},
{
"cve": "CVE-2026-63901",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63901"
},
{
"cve": "CVE-2026-63902",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63902"
},
{
"cve": "CVE-2026-63903",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63903"
},
{
"cve": "CVE-2026-63904",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63904"
},
{
"cve": "CVE-2026-63905",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63905"
},
{
"cve": "CVE-2026-63906",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63906"
},
{
"cve": "CVE-2026-63907",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63907"
},
{
"cve": "CVE-2026-63908",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63908"
},
{
"cve": "CVE-2026-63909",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63909"
},
{
"cve": "CVE-2026-63910",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63910"
},
{
"cve": "CVE-2026-63911",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63911"
},
{
"cve": "CVE-2026-63912",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63912"
},
{
"cve": "CVE-2026-63913",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63913"
},
{
"cve": "CVE-2026-63914",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63914"
},
{
"cve": "CVE-2026-63915",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63915"
},
{
"cve": "CVE-2026-63916",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63916"
},
{
"cve": "CVE-2026-63917",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63917"
},
{
"cve": "CVE-2026-63918",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63918"
},
{
"cve": "CVE-2026-63919",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63919"
},
{
"cve": "CVE-2026-63920",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63920"
},
{
"cve": "CVE-2026-63921",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63921"
},
{
"cve": "CVE-2026-63922",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63922"
},
{
"cve": "CVE-2026-63923",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63923"
},
{
"cve": "CVE-2026-63924",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63924"
},
{
"cve": "CVE-2026-63925",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63925"
},
{
"cve": "CVE-2026-63926",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63926"
},
{
"cve": "CVE-2026-63927",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63927"
},
{
"cve": "CVE-2026-63928",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63928"
},
{
"cve": "CVE-2026-63929",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63929"
},
{
"cve": "CVE-2026-63930",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63930"
},
{
"cve": "CVE-2026-63931",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63931"
},
{
"cve": "CVE-2026-63932",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63932"
},
{
"cve": "CVE-2026-63933",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63933"
},
{
"cve": "CVE-2026-63934",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63934"
},
{
"cve": "CVE-2026-63935",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63935"
},
{
"cve": "CVE-2026-63936",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63936"
},
{
"cve": "CVE-2026-63937",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63937"
},
{
"cve": "CVE-2026-63938",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63938"
},
{
"cve": "CVE-2026-63939",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63939"
},
{
"cve": "CVE-2026-63940",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63940"
},
{
"cve": "CVE-2026-63941",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63941"
},
{
"cve": "CVE-2026-63942",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63942"
},
{
"cve": "CVE-2026-63943",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63943"
},
{
"cve": "CVE-2026-63944",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63944"
},
{
"cve": "CVE-2026-63945",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63945"
},
{
"cve": "CVE-2026-63946",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63946"
},
{
"cve": "CVE-2026-63947",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63947"
},
{
"cve": "CVE-2026-63948",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63948"
},
{
"cve": "CVE-2026-63949",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63949"
},
{
"cve": "CVE-2026-63950",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63950"
},
{
"cve": "CVE-2026-63951",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63951"
},
{
"cve": "CVE-2026-63952",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63952"
},
{
"cve": "CVE-2026-63953",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63953"
},
{
"cve": "CVE-2026-63954",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63954"
},
{
"cve": "CVE-2026-63955",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63955"
},
{
"cve": "CVE-2026-63956",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63956"
},
{
"cve": "CVE-2026-63957",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63957"
},
{
"cve": "CVE-2026-63958",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63958"
},
{
"cve": "CVE-2026-63959",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63959"
},
{
"cve": "CVE-2026-63960",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63960"
},
{
"cve": "CVE-2026-63961",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63961"
},
{
"cve": "CVE-2026-63962",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63962"
},
{
"cve": "CVE-2026-63963",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63963"
},
{
"cve": "CVE-2026-63964",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63964"
},
{
"cve": "CVE-2026-63965",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63965"
},
{
"cve": "CVE-2026-63966",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63966"
},
{
"cve": "CVE-2026-63967",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63967"
},
{
"cve": "CVE-2026-63968",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63968"
},
{
"cve": "CVE-2026-63969",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63969"
},
{
"cve": "CVE-2026-63970",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63970"
},
{
"cve": "CVE-2026-63971",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63971"
},
{
"cve": "CVE-2026-63972",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63972"
},
{
"cve": "CVE-2026-63973",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63973"
},
{
"cve": "CVE-2026-63974",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63974"
},
{
"cve": "CVE-2026-63975",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63975"
},
{
"cve": "CVE-2026-63976",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63976"
},
{
"cve": "CVE-2026-63977",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63977"
},
{
"cve": "CVE-2026-63978",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63978"
},
{
"cve": "CVE-2026-63979",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63979"
},
{
"cve": "CVE-2026-63980",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63980"
},
{
"cve": "CVE-2026-63981",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63981"
},
{
"cve": "CVE-2026-63982",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63982"
},
{
"cve": "CVE-2026-63983",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63983"
},
{
"cve": "CVE-2026-63984",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63984"
},
{
"cve": "CVE-2026-63985",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63985"
},
{
"cve": "CVE-2026-63986",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63986"
},
{
"cve": "CVE-2026-63987",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63987"
},
{
"cve": "CVE-2026-63988",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63988"
},
{
"cve": "CVE-2026-63989",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63989"
},
{
"cve": "CVE-2026-63990",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63990"
},
{
"cve": "CVE-2026-63991",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63991"
},
{
"cve": "CVE-2026-63992",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63992"
},
{
"cve": "CVE-2026-63993",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63993"
},
{
"cve": "CVE-2026-63994",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63994"
},
{
"cve": "CVE-2026-63995",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63995"
},
{
"cve": "CVE-2026-63996",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63996"
},
{
"cve": "CVE-2026-63997",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63997"
},
{
"cve": "CVE-2026-63998",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63998"
},
{
"cve": "CVE-2026-63999",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-63999"
},
{
"cve": "CVE-2026-64000",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64000"
},
{
"cve": "CVE-2026-64001",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64001"
},
{
"cve": "CVE-2026-64002",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64002"
},
{
"cve": "CVE-2026-64003",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64003"
},
{
"cve": "CVE-2026-64004",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64004"
},
{
"cve": "CVE-2026-64005",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64005"
},
{
"cve": "CVE-2026-64006",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64006"
},
{
"cve": "CVE-2026-64007",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64007"
},
{
"cve": "CVE-2026-64008",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64008"
},
{
"cve": "CVE-2026-64009",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64009"
},
{
"cve": "CVE-2026-64010",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64010"
},
{
"cve": "CVE-2026-64011",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64011"
},
{
"cve": "CVE-2026-64012",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64012"
},
{
"cve": "CVE-2026-64013",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64013"
},
{
"cve": "CVE-2026-64014",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64014"
},
{
"cve": "CVE-2026-64015",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64015"
},
{
"cve": "CVE-2026-64016",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64016"
},
{
"cve": "CVE-2026-64017",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64017"
},
{
"cve": "CVE-2026-64018",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64018"
},
{
"cve": "CVE-2026-64019",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64019"
},
{
"cve": "CVE-2026-64020",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64020"
},
{
"cve": "CVE-2026-64021",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64021"
},
{
"cve": "CVE-2026-64022",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64022"
},
{
"cve": "CVE-2026-64023",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64023"
},
{
"cve": "CVE-2026-64024",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64024"
},
{
"cve": "CVE-2026-64025",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64025"
},
{
"cve": "CVE-2026-64026",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64026"
},
{
"cve": "CVE-2026-64027",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64027"
},
{
"cve": "CVE-2026-64028",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64028"
},
{
"cve": "CVE-2026-64029",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64029"
},
{
"cve": "CVE-2026-64030",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64030"
},
{
"cve": "CVE-2026-64031",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64031"
},
{
"cve": "CVE-2026-64032",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64032"
},
{
"cve": "CVE-2026-64033",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64033"
},
{
"cve": "CVE-2026-64034",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64034"
},
{
"cve": "CVE-2026-64035",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64035"
},
{
"cve": "CVE-2026-64036",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64036"
},
{
"cve": "CVE-2026-64037",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64037"
},
{
"cve": "CVE-2026-64038",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64038"
},
{
"cve": "CVE-2026-64039",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64039"
},
{
"cve": "CVE-2026-64040",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64040"
},
{
"cve": "CVE-2026-64041",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64041"
},
{
"cve": "CVE-2026-64042",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64042"
},
{
"cve": "CVE-2026-64043",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64043"
},
{
"cve": "CVE-2026-64044",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64044"
},
{
"cve": "CVE-2026-64045",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64045"
},
{
"cve": "CVE-2026-64046",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64046"
},
{
"cve": "CVE-2026-64047",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64047"
},
{
"cve": "CVE-2026-64048",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64048"
},
{
"cve": "CVE-2026-64049",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64049"
},
{
"cve": "CVE-2026-64050",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64050"
},
{
"cve": "CVE-2026-64051",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64051"
},
{
"cve": "CVE-2026-64052",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64052"
},
{
"cve": "CVE-2026-64053",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64053"
},
{
"cve": "CVE-2026-64054",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64054"
},
{
"cve": "CVE-2026-64055",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64055"
},
{
"cve": "CVE-2026-64056",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64056"
},
{
"cve": "CVE-2026-64057",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64057"
},
{
"cve": "CVE-2026-64058",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64058"
},
{
"cve": "CVE-2026-64059",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64059"
},
{
"cve": "CVE-2026-64060",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64060"
},
{
"cve": "CVE-2026-64061",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64061"
},
{
"cve": "CVE-2026-64062",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64062"
},
{
"cve": "CVE-2026-64063",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64063"
},
{
"cve": "CVE-2026-64064",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64064"
},
{
"cve": "CVE-2026-64065",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64065"
},
{
"cve": "CVE-2026-64066",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64066"
},
{
"cve": "CVE-2026-64067",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64067"
},
{
"cve": "CVE-2026-64068",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64068"
},
{
"cve": "CVE-2026-64069",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64069"
},
{
"cve": "CVE-2026-64070",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64070"
},
{
"cve": "CVE-2026-64071",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64071"
},
{
"cve": "CVE-2026-64072",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64072"
},
{
"cve": "CVE-2026-64073",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64073"
},
{
"cve": "CVE-2026-64074",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64074"
},
{
"cve": "CVE-2026-64075",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64075"
},
{
"cve": "CVE-2026-64076",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64076"
},
{
"cve": "CVE-2026-64077",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64077"
},
{
"cve": "CVE-2026-64078",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64078"
},
{
"cve": "CVE-2026-64079",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64079"
},
{
"cve": "CVE-2026-64080",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64080"
},
{
"cve": "CVE-2026-64081",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64081"
},
{
"cve": "CVE-2026-64082",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64082"
},
{
"cve": "CVE-2026-64083",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64083"
},
{
"cve": "CVE-2026-64084",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64084"
},
{
"cve": "CVE-2026-64085",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64085"
},
{
"cve": "CVE-2026-64086",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64086"
},
{
"cve": "CVE-2026-64087",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64087"
},
{
"cve": "CVE-2026-64088",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64088"
},
{
"cve": "CVE-2026-64089",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64089"
},
{
"cve": "CVE-2026-64090",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64090"
},
{
"cve": "CVE-2026-64091",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64091"
},
{
"cve": "CVE-2026-64092",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64092"
},
{
"cve": "CVE-2026-64093",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64093"
},
{
"cve": "CVE-2026-64094",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64094"
},
{
"cve": "CVE-2026-64095",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64095"
},
{
"cve": "CVE-2026-64096",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64096"
},
{
"cve": "CVE-2026-64097",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64097"
},
{
"cve": "CVE-2026-64098",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64098"
},
{
"cve": "CVE-2026-64099",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64099"
},
{
"cve": "CVE-2026-64100",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64100"
},
{
"cve": "CVE-2026-64101",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64101"
},
{
"cve": "CVE-2026-64102",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64102"
},
{
"cve": "CVE-2026-64103",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64103"
},
{
"cve": "CVE-2026-64104",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64104"
},
{
"cve": "CVE-2026-64105",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64105"
},
{
"cve": "CVE-2026-64106",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64106"
},
{
"cve": "CVE-2026-64107",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64107"
},
{
"cve": "CVE-2026-64108",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64108"
},
{
"cve": "CVE-2026-64109",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64109"
},
{
"cve": "CVE-2026-64110",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64110"
},
{
"cve": "CVE-2026-64111",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64111"
},
{
"cve": "CVE-2026-64112",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64112"
},
{
"cve": "CVE-2026-64113",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64113"
},
{
"cve": "CVE-2026-64114",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64114"
},
{
"cve": "CVE-2026-64115",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64115"
},
{
"cve": "CVE-2026-64116",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64116"
},
{
"cve": "CVE-2026-64117",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64117"
},
{
"cve": "CVE-2026-64118",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64118"
},
{
"cve": "CVE-2026-64119",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64119"
},
{
"cve": "CVE-2026-64120",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64120"
},
{
"cve": "CVE-2026-64121",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64121"
},
{
"cve": "CVE-2026-64122",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64122"
},
{
"cve": "CVE-2026-64123",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64123"
},
{
"cve": "CVE-2026-64124",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64124"
},
{
"cve": "CVE-2026-64125",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64125"
},
{
"cve": "CVE-2026-64126",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64126"
},
{
"cve": "CVE-2026-64127",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64127"
},
{
"cve": "CVE-2026-64128",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64128"
},
{
"cve": "CVE-2026-64129",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64129"
},
{
"cve": "CVE-2026-64130",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64130"
},
{
"cve": "CVE-2026-64131",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64131"
},
{
"cve": "CVE-2026-64132",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64132"
},
{
"cve": "CVE-2026-64133",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64133"
},
{
"cve": "CVE-2026-64134",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64134"
},
{
"cve": "CVE-2026-64135",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64135"
},
{
"cve": "CVE-2026-64136",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64136"
},
{
"cve": "CVE-2026-64137",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64137"
},
{
"cve": "CVE-2026-64138",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64138"
},
{
"cve": "CVE-2026-64139",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64139"
},
{
"cve": "CVE-2026-64140",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64140"
},
{
"cve": "CVE-2026-64141",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64141"
},
{
"cve": "CVE-2026-64142",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64142"
},
{
"cve": "CVE-2026-64143",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64143"
},
{
"cve": "CVE-2026-64144",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64144"
},
{
"cve": "CVE-2026-64145",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64145"
},
{
"cve": "CVE-2026-64146",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64146"
},
{
"cve": "CVE-2026-64147",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64147"
},
{
"cve": "CVE-2026-64148",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64148"
},
{
"cve": "CVE-2026-64149",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64149"
},
{
"cve": "CVE-2026-64150",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64150"
},
{
"cve": "CVE-2026-64151",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64151"
},
{
"cve": "CVE-2026-64152",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64152"
},
{
"cve": "CVE-2026-64153",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64153"
},
{
"cve": "CVE-2026-64154",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64154"
},
{
"cve": "CVE-2026-64155",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64155"
},
{
"cve": "CVE-2026-64156",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64156"
},
{
"cve": "CVE-2026-64157",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64157"
},
{
"cve": "CVE-2026-64158",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64158"
},
{
"cve": "CVE-2026-64159",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64159"
},
{
"cve": "CVE-2026-64160",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64160"
},
{
"cve": "CVE-2026-64161",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64161"
},
{
"cve": "CVE-2026-64162",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64162"
},
{
"cve": "CVE-2026-64163",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64163"
},
{
"cve": "CVE-2026-64164",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64164"
},
{
"cve": "CVE-2026-64165",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64165"
},
{
"cve": "CVE-2026-64166",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64166"
},
{
"cve": "CVE-2026-64167",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64167"
},
{
"cve": "CVE-2026-64168",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64168"
},
{
"cve": "CVE-2026-64169",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64169"
},
{
"cve": "CVE-2026-64170",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64170"
},
{
"cve": "CVE-2026-64171",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64171"
},
{
"cve": "CVE-2026-64172",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64172"
},
{
"cve": "CVE-2026-64173",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64173"
},
{
"cve": "CVE-2026-64174",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64174"
},
{
"cve": "CVE-2026-64175",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64175"
},
{
"cve": "CVE-2026-64176",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64176"
},
{
"cve": "CVE-2026-64177",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64177"
},
{
"cve": "CVE-2026-64178",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64178"
},
{
"cve": "CVE-2026-64179",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64179"
},
{
"cve": "CVE-2026-64180",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64180"
},
{
"cve": "CVE-2026-64181",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64181"
},
{
"cve": "CVE-2026-64182",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64182"
},
{
"cve": "CVE-2026-64183",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64183"
},
{
"cve": "CVE-2026-64184",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64184"
},
{
"cve": "CVE-2026-64185",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64185"
},
{
"cve": "CVE-2026-64186",
"product_status": {
"known_affected": [
"T056778",
"2951",
"T055947"
]
},
"release_date": "2026-07-19T22:00:00.000+00:00",
"title": "CVE-2026-64186"
}
]
}
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.