Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-64305 (GCVE-0-2026-64305)
Vulnerability from cvelistv5 – Published: 2026-07-25 08:49 – Updated: 2026-07-25 08:49| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
d8cba25d2c68992a6e7c1d329b690a9ebe01167d , < 222fa7b453b612f4407f260146d89a2ce2bc831d
(git)
Affected: d8cba25d2c68992a6e7c1d329b690a9ebe01167d , < c3c5925791cff3b84d313293fd60f384d877d793 (git) Affected: d8cba25d2c68992a6e7c1d329b690a9ebe01167d , < 0dbcecea740d943002c1cbdafa39bdfc108e32a5 (git) Affected: d8cba25d2c68992a6e7c1d329b690a9ebe01167d , < 5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e (git) |
|
| Linux | Linux |
Affected:
3.17
Unaffected: 0 , < 3.17 (semver) Unaffected: 6.12.96 , ≤ 6.12.* (semver) Unaffected: 6.18.39 , ≤ 6.18.* (semver) Unaffected: 7.1.4 , ≤ 7.1.* (semver) Unaffected: 7.2-rc1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/crypto/intel/qat/qat_common/adf_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "222fa7b453b612f4407f260146d89a2ce2bc831d",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "c3c5925791cff3b84d313293fd60f384d877d793",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "0dbcecea740d943002c1cbdafa39bdfc108e32a5",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/crypto/intel/qat/qat_common/adf_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "3.17"
},
{
"lessThan": "3.17",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.96",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.39",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.4",
"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": "6.12.96",
"versionStartIncluding": "3.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.39",
"versionStartIncluding": "3.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.4",
"versionStartIncluding": "3.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2-rc1",
"versionStartIncluding": "3.17",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - protect service table iterations with service_lock\n\nThe service_table list is protected by service_lock when entries are\nadded or removed (in adf_service_add() and adf_service_remove()), but\nseveral functions iterate over the list without holding this lock.\n\nA concurrent adf_service_register() or adf_service_unregister() call\ncould modify the list during traversal, leading to list corruption or\na use-after-free.\n\nFix this by holding service_lock across all list_for_each_entry()\niterations of service_table in adf_dev_init(), adf_dev_start(),\nadf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(),\nadf_dev_restarted_notify(), and adf_error_notifier().\n\nThe lock ordering is safe: callers of the static helpers (adf_dev_up()\nand adf_dev_down()) acquire state_lock before service_lock, and no\nevent_hld callback or service_lock holder ever acquires state_lock in\nthe reverse order."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-25T08:49:39.536Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/222fa7b453b612f4407f260146d89a2ce2bc831d"
},
{
"url": "https://git.kernel.org/stable/c/c3c5925791cff3b84d313293fd60f384d877d793"
},
{
"url": "https://git.kernel.org/stable/c/0dbcecea740d943002c1cbdafa39bdfc108e32a5"
},
{
"url": "https://git.kernel.org/stable/c/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e"
}
],
"title": "crypto: qat - protect service table iterations with service_lock",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-64305",
"datePublished": "2026-07-25T08:49:39.536Z",
"dateReserved": "2026-07-19T15:36:31.779Z",
"dateUpdated": "2026-07-25T08:49:39.536Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-64305",
"date": "2026-08-10",
"epss": "0.00168",
"percentile": "0.06402"
},
"microsoft_vex": {
"current_release_date": "2026-07-27T14:48:43.000Z",
"cve": "CVE-2026-64305",
"id": "msrc_CVE-2026-64305",
"initial_release_date": "2026-07-26T01:06:32.000Z",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "crypto: qat - protect service table iterations with service_lock",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-64305.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-64305\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-25T10:17:11.530\",\"lastModified\":\"2026-07-25T10:17:11.530\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncrypto: qat - protect service table iterations with service_lock\\n\\nThe service_table list is protected by service_lock when entries are\\nadded or removed (in adf_service_add() and adf_service_remove()), but\\nseveral functions iterate over the list without holding this lock.\\n\\nA concurrent adf_service_register() or adf_service_unregister() call\\ncould modify the list during traversal, leading to list corruption or\\na use-after-free.\\n\\nFix this by holding service_lock across all list_for_each_entry()\\niterations of service_table in adf_dev_init(), adf_dev_start(),\\nadf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(),\\nadf_dev_restarted_notify(), and adf_error_notifier().\\n\\nThe lock ordering is safe: callers of the static helpers (adf_dev_up()\\nand adf_dev_down()) acquire state_lock before service_lock, and no\\nevent_hld callback or service_lock holder ever acquires state_lock in\\nthe reverse order.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/crypto/intel/qat/qat_common/adf_init.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d8cba25d2c68992a6e7c1d329b690a9ebe01167d\",\"lessThan\":\"222fa7b453b612f4407f260146d89a2ce2bc831d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d8cba25d2c68992a6e7c1d329b690a9ebe01167d\",\"lessThan\":\"c3c5925791cff3b84d313293fd60f384d877d793\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d8cba25d2c68992a6e7c1d329b690a9ebe01167d\",\"lessThan\":\"0dbcecea740d943002c1cbdafa39bdfc108e32a5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d8cba25d2c68992a6e7c1d329b690a9ebe01167d\",\"lessThan\":\"5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/crypto/intel/qat/qat_common/adf_init.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.96\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.39\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.4\",\"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/0dbcecea740d943002c1cbdafa39bdfc108e32a5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/222fa7b453b612f4407f260146d89a2ce2bc831d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c3c5925791cff3b84d313293fd60f384d877d793\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-29T14:23:14+00:00",
"cve": "CVE-2026-64305",
"id": "CVE-2026-64305",
"initial_release_date": "2026-07-25T00:00:00+00:00",
"product_status:known_affected": "184",
"product_status:known_not_affected": "90",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: crypto: qat - protect service table iterations with service_lock",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64305.json",
"version": "3"
}
}
}
FKIE_CVE-2026-64305
Vulnerability from fkie_nvd - Published: 2026-07-25 10:17 - Updated: 2026-07-25 10:17| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/crypto/intel/qat/qat_common/adf_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "222fa7b453b612f4407f260146d89a2ce2bc831d",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "c3c5925791cff3b84d313293fd60f384d877d793",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "0dbcecea740d943002c1cbdafa39bdfc108e32a5",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
},
{
"lessThan": "5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e",
"status": "affected",
"version": "d8cba25d2c68992a6e7c1d329b690a9ebe01167d",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/crypto/intel/qat/qat_common/adf_init.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "3.17"
},
{
"lessThan": "3.17",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.96",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.39",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.4",
"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\ncrypto: qat - protect service table iterations with service_lock\n\nThe service_table list is protected by service_lock when entries are\nadded or removed (in adf_service_add() and adf_service_remove()), but\nseveral functions iterate over the list without holding this lock.\n\nA concurrent adf_service_register() or adf_service_unregister() call\ncould modify the list during traversal, leading to list corruption or\na use-after-free.\n\nFix this by holding service_lock across all list_for_each_entry()\niterations of service_table in adf_dev_init(), adf_dev_start(),\nadf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(),\nadf_dev_restarted_notify(), and adf_error_notifier().\n\nThe lock ordering is safe: callers of the static helpers (adf_dev_up()\nand adf_dev_down()) acquire state_lock before service_lock, and no\nevent_hld callback or service_lock holder ever acquires state_lock in\nthe reverse order."
}
],
"id": "CVE-2026-64305",
"lastModified": "2026-07-25T10:17:11.530",
"metrics": {},
"published": "2026-07-25T10:17:11.530",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/0dbcecea740d943002c1cbdafa39bdfc108e32a5"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/222fa7b453b612f4407f260146d89a2ce2bc831d"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/c3c5925791cff3b84d313293fd60f384d877d793"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Received"
}
GHSA-RF9W-458J-7PQC
Vulnerability from github – Published: 2026-07-25 12:31 – Updated: 2026-07-25 12:31In the Linux kernel, the following vulnerability has been resolved:
crypto: qat - protect service table iterations with service_lock
The service_table list is protected by service_lock when entries are added or removed (in adf_service_add() and adf_service_remove()), but several functions iterate over the list without holding this lock.
A concurrent adf_service_register() or adf_service_unregister() call could modify the list during traversal, leading to list corruption or a use-after-free.
Fix this by holding service_lock across all list_for_each_entry() iterations of service_table in adf_dev_init(), adf_dev_start(), adf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(), adf_dev_restarted_notify(), and adf_error_notifier().
The lock ordering is safe: callers of the static helpers (adf_dev_up() and adf_dev_down()) acquire state_lock before service_lock, and no event_hld callback or service_lock holder ever acquires state_lock in the reverse order.
{
"affected": [],
"aliases": [
"CVE-2026-64305"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-25T10:17:11Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - protect service table iterations with service_lock\n\nThe service_table list is protected by service_lock when entries are\nadded or removed (in adf_service_add() and adf_service_remove()), but\nseveral functions iterate over the list without holding this lock.\n\nA concurrent adf_service_register() or adf_service_unregister() call\ncould modify the list during traversal, leading to list corruption or\na use-after-free.\n\nFix this by holding service_lock across all list_for_each_entry()\niterations of service_table in adf_dev_init(), adf_dev_start(),\nadf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(),\nadf_dev_restarted_notify(), and adf_error_notifier().\n\nThe lock ordering is safe: callers of the static helpers (adf_dev_up()\nand adf_dev_down()) acquire state_lock before service_lock, and no\nevent_hld callback or service_lock holder ever acquires state_lock in\nthe reverse order.",
"id": "GHSA-rf9w-458j-7pqc",
"modified": "2026-07-25T12:31:30Z",
"published": "2026-07-25T12:31:30Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64305"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0dbcecea740d943002c1cbdafa39bdfc108e32a5"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/222fa7b453b612f4407f260146d89a2ce2bc831d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/c3c5925791cff3b84d313293fd60f384d877d793"
}
],
"schema_version": "1.4.0",
"severity": []
}
OPENSUSE-SU-2026:11476-1
Vulnerability from csaf_opensuse - Published: 2026-08-09 00:00 - Updated: 2026-08-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-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.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11476",
"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_11476-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-52972 page",
"url": "https://www.suse.com/security/cve/CVE-2026-52972/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64187 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64189 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64192 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64192/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64205 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64205/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64206 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64206/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64207 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64207/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64244 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64244/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64245 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64245/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64246 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64246/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64247 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64247/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64248 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64248/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64249 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64249/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64250 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64250/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64251 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64251/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64252 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64252/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64253 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64253/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64254 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64254/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64255 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64255/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64256 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64256/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64257 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64258 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64258/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64259 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64259/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64260 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64260/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64261 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64261/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64262 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64262/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64263 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64263/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64264 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64264/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64265 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64265/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64266 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64266/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64267 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64267/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64268 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64268/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64269 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64269/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64270 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64270/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64271 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64272 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64272/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64273 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64273/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64274 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64274/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64275 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64275/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64276 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64276/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64277 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64277/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64278 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64278/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64279 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64279/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64280 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64280/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64281 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64281/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64282 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64283 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64283/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64284 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64285 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64286 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64287 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64287/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64288 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64289 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64289/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64290 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64290/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64291 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64291/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64292 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64292/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64293 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64293/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64294 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64294/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64295 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64295/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64296 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64296/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64298 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64298/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64300 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64300/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64301 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64301/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64302 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64302/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64303 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64303/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64304 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64304/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64305 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64305/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64306 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64306/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64307 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64307/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64308 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64308/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64309 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64309/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64310 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64310/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64311 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64311/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64312 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64312/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64313 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64313/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64314 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64314/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64315 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64315/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64316 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64316/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64317 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64317/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64318 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64318/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64319 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64319/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64320 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64320/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64321 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64321/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64322 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64322/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64323 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64323/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64324 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64324/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64325 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64325/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64326 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64326/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64327 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64327/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64328 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64328/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64329 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64330 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64331 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64331/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64332 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64332/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64333 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64333/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64334 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64334/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64335 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64335/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64336 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64337 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64338 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64339 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64340 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64340/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64341 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64342 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64342/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64343 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64344 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64344/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64345 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64346 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64347 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64348 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64348/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64349 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64349/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64350 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64351 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64351/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64352 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64352/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64353 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64353/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64354 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64354/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64355 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64355/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64356 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64356/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64357 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64358 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64359 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64359/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64360 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64360/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64361 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64361/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64362 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64362/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64363 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64363/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64364 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64364/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64365 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64365/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64366 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64367 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64368 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64368/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64369 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64369/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64370 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64370/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64371 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64371/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64372 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64372/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64373 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64373/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64374 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64374/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64375 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64375/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64376 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64376/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64377 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64377/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64378 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64378/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64379 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64379/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64380 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64380/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64381 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64381/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64382 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64382/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64383 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64383/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64384 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64384/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64385 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64385/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64386 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64386/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64391 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64391/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64392 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64392/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64393 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64393/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64394 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64394/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64395 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64395/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64396 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64396/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64397 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64397/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64398 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64398/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64399 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64399/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64400 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64400/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64402 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64402/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64403 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64403/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64404 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64404/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64405 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64405/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64406 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64406/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64407 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64408 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64408/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64409 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64409/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64410 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64410/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64411 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64411/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64412 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64412/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64413 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64413/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64414 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64414/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64415 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64415/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64416 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64416/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64417 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64417/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64418 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64418/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64419 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64420 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64421 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64421/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64422 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64422/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64423 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64423/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64424 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64424/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64425 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64425/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64426 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64426/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64427 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64427/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64428 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64428/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64429 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64429/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64430 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64430/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64431 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64431/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64432 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64432/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64433 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64433/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64434 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64434/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64435 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64436 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64436/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64437 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64437/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64438 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64438/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64439 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64439/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64440 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64440/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64441 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64442 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64442/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64443 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64443/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64444 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64444/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64445 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64445/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64446 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64446/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64447 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64447/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64448 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64448/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64449 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64449/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64450 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64450/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64451 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64451/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64452 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64452/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64453 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64453/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64454 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64454/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64455 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64455/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64456 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64456/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64457 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64457/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64458 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64458/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64459 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64459/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64460 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64460/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64461 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64461/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64462 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64462/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64463 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64463/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64464 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64464/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64465 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64466 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64467 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64468 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64469 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64469/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64470 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64470/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64471 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64471/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64472 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64472/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64473 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64473/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64474 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64474/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64475 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64475/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64476 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64476/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64477 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64477/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64478 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64478/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64480 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64480/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64481 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64481/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64482 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64482/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64483 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64483/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64484 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64484/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64485 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64485/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64486 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64486/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64487 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64487/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64488 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64488/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64489 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64489/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64490 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64490/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64491 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64491/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64492 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64492/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64493 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64493/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64494 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64494/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64495 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64495/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64496 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64496/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64497 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64497/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64498 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64498/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64499 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64499/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64500 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64500/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64501 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64501/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64503 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64503/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64504 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64504/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64505 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64505/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64506 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64506/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64507 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64507/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64508 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64508/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64509 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64509/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64510 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64510/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64511 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64511/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64512 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64512/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64513 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64513/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64514 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64514/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64529 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64529/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64530 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64530/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64531 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64531/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64532 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64532/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64533 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64533/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64536 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64537 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64538 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64538/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64539 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64540 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64541 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64541/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64542 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64542/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64543 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64544 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64545 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64546 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64546/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64548 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64548/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64549 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64549/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64550 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64550/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64551 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64551/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64552 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64552/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64553 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64553/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64554 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64554/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64555 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64555/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64556 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64556/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64557 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64557/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64558 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64559 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64559/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64560 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64560/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64561 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64561/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64562 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64562/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64563 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64563/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64564 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64564/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64566 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64566/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64567 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64567/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64568 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64568/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64569 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64569/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64570 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64570/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64571 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64571/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64572 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64572/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64573 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64573/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64574 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64574/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64575 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64575/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64576 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64576/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64577 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64577/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64578 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64578/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64579 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64579/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64580 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64581 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64582 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64582/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64583 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64583/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64584 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64584/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64585 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64585/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64586 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64586/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64588 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64589 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64589/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64590 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64590/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64591 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64591/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64592 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64593 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64593/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64594 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64594/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64595 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64595/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64596 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64597 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64598 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64598/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64599 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64600 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64600/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64601 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64602 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64603 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64604 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64604/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-68480 page",
"url": "https://www.suse.com/security/cve/CVE-2026-68480/"
}
],
"title": "kernel-devel-7.1.7-1.1 on GA media",
"tracking": {
"current_release_date": "2026-08-09T00:00:00Z",
"generator": {
"date": "2026-08-09T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11476-1",
"initial_release_date": "2026-08-09T00:00:00Z",
"revision_history": [
{
"date": "2026-08-09T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.7-1.1.aarch64",
"product": {
"name": "kernel-devel-7.1.7-1.1.aarch64",
"product_id": "kernel-devel-7.1.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.7-1.1.aarch64",
"product": {
"name": "kernel-macros-7.1.7-1.1.aarch64",
"product_id": "kernel-macros-7.1.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.7-1.1.aarch64",
"product": {
"name": "kernel-source-7.1.7-1.1.aarch64",
"product_id": "kernel-source-7.1.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.7-1.1.aarch64",
"product": {
"name": "kernel-source-vanilla-7.1.7-1.1.aarch64",
"product_id": "kernel-source-vanilla-7.1.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.7-1.1.ppc64le",
"product": {
"name": "kernel-devel-7.1.7-1.1.ppc64le",
"product_id": "kernel-devel-7.1.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.7-1.1.ppc64le",
"product": {
"name": "kernel-macros-7.1.7-1.1.ppc64le",
"product_id": "kernel-macros-7.1.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.7-1.1.ppc64le",
"product": {
"name": "kernel-source-7.1.7-1.1.ppc64le",
"product_id": "kernel-source-7.1.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.7-1.1.ppc64le",
"product": {
"name": "kernel-source-vanilla-7.1.7-1.1.ppc64le",
"product_id": "kernel-source-vanilla-7.1.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.7-1.1.s390x",
"product": {
"name": "kernel-devel-7.1.7-1.1.s390x",
"product_id": "kernel-devel-7.1.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.7-1.1.s390x",
"product": {
"name": "kernel-macros-7.1.7-1.1.s390x",
"product_id": "kernel-macros-7.1.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.7-1.1.s390x",
"product": {
"name": "kernel-source-7.1.7-1.1.s390x",
"product_id": "kernel-source-7.1.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.7-1.1.s390x",
"product": {
"name": "kernel-source-vanilla-7.1.7-1.1.s390x",
"product_id": "kernel-source-vanilla-7.1.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-7.1.7-1.1.x86_64",
"product": {
"name": "kernel-devel-7.1.7-1.1.x86_64",
"product_id": "kernel-devel-7.1.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-macros-7.1.7-1.1.x86_64",
"product": {
"name": "kernel-macros-7.1.7-1.1.x86_64",
"product_id": "kernel-macros-7.1.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-source-7.1.7-1.1.x86_64",
"product": {
"name": "kernel-source-7.1.7-1.1.x86_64",
"product_id": "kernel-source-7.1.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-7.1.7-1.1.x86_64",
"product": {
"name": "kernel-source-vanilla-7.1.7-1.1.x86_64",
"product_id": "kernel-source-vanilla-7.1.7-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.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64"
},
"product_reference": "kernel-devel-7.1.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le"
},
"product_reference": "kernel-devel-7.1.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x"
},
"product_reference": "kernel-devel-7.1.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-7.1.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64"
},
"product_reference": "kernel-devel-7.1.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64"
},
"product_reference": "kernel-macros-7.1.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le"
},
"product_reference": "kernel-macros-7.1.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x"
},
"product_reference": "kernel-macros-7.1.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-7.1.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64"
},
"product_reference": "kernel-macros-7.1.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64"
},
"product_reference": "kernel-source-7.1.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le"
},
"product_reference": "kernel-source-7.1.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x"
},
"product_reference": "kernel-source-7.1.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-7.1.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64"
},
"product_reference": "kernel-source-7.1.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64"
},
"product_reference": "kernel-source-vanilla-7.1.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le"
},
"product_reference": "kernel-source-vanilla-7.1.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x"
},
"product_reference": "kernel-source-vanilla-7.1.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-vanilla-7.1.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
},
"product_reference": "kernel-source-vanilla-7.1.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-52972",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-52972"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: af_alg - Cap AEAD AD length to 0x80000000\n\nIn order to prevent arithmetic overflows when checking the TX\nbuffer size, cap the associated data length to 0x80000000.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-52972",
"url": "https://www.suse.com/security/cve/CVE-2026-52972"
},
{
"category": "external",
"summary": "SUSE Bug 1269195 for CVE-2026-52972",
"url": "https://bugzilla.suse.com/1269195"
},
{
"category": "external",
"summary": "SUSE Bug 1269196 for CVE-2026-52972",
"url": "https://bugzilla.suse.com/1269196"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-52972"
},
{
"cve": "CVE-2026-64187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64187"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fail recovery on a committed log item with no regions\n\nIf the first op of a transaction is a bare transaction header\n(len == sizeof(struct xfs_trans_header)), xlog_recover_add_to_trans()\nadds an item but no region, leaving it on r_itemq with ri_cnt == 0 and\nri_buf == NULL.\n\nThe header can be split across op records, so later ops may still add\nregions; the item is only invalid if the transaction commits with none.\nThe runtime commit path never emits such a transaction, so this only\nhappens on a crafted log. It came from an AI-assisted code audit of the\nrecovery parser.\n\nxlog_recover_reorder_trans() calls ITEM_TYPE() on the item, which reads\n*(unsigned short *)item-\u003eri_buf[0].iov_base and faults on the NULL\nri_buf. Reject it there, before the commit handlers that also read\nri_buf[0].\n\n KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\n RIP: 0010:xlog_recover_reorder_trans (fs/xfs/xfs_log_recover.c:1836)\n xlog_recover_commit_trans (fs/xfs/xfs_log_recover.c:2043)\n xlog_recover_process_data (fs/xfs/xfs_log_recover.c:2501)\n xlog_do_recovery_pass (fs/xfs/xfs_log_recover.c:3244)\n xlog_recover (fs/xfs/xfs_log_recover.c:3493)\n xfs_log_mount (fs/xfs/xfs_log.c:618)\n xfs_mountfs (fs/xfs/xfs_mount.c:1034)\n xfs_fs_fill_super (fs/xfs/xfs_super.c:1938)\n vfs_get_tree (fs/super.c:1695)\n path_mount (fs/namespace.c:4161)\n __x64_sys_mount (fs/namespace.c:4367)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64187",
"url": "https://www.suse.com/security/cve/CVE-2026-64187"
},
{
"category": "external",
"summary": "SUSE Bug 1272204 for CVE-2026-64187",
"url": "https://bugzilla.suse.com/1272204"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64187"
},
{
"cve": "CVE-2026-64189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64189"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ipset: fix race between dump and ip_set_list resize\n\nThe release path of ip_set_dump_do() and ip_set_dump_done() read\ninst-\u003eip_set_list via ip_set_ref_netlink(), a plain rcu_dereference_raw()\nof the array pointer. These run from netlink_recvmsg() without the nfnl\nmutex and without an RCU read-side critical section.\n\nA concurrent ip_set_create() can grow the array: it publishes the new\narray, calls synchronize_net() and then kvfree()s the old one. Since the\ndump paths read the array outside any RCU reader, synchronize_net() does\nnot wait for them and the old array can be freed while they still index\ninto it, causing a use-after-free.\n\nThe dumped set itself stays pinned via set-\u003eref_netlink, so only the\narray load needs protecting. Take rcu_read_lock() around it, matching\nip_set_get_byname() and __ip_set_put_byindex().\n\n BUG: KASAN: slab-use-after-free in ip_set_dump_do (net/netfilter/ipset/ip_set_core.c:1697)\n Read of size 8 at addr ffff88800b5c4018 by task exploit/150\n Call Trace:\n ...\n kasan_report (mm/kasan/report.c:595)\n ip_set_dump_do (net/netfilter/ipset/ip_set_core.c:1697)\n netlink_dump (net/netlink/af_netlink.c:2325)\n netlink_recvmsg (net/netlink/af_netlink.c:1976)\n sock_recvmsg (net/socket.c:1159)\n __sys_recvfrom (net/socket.c:2315)\n ...\n Oops: general protection fault, probably for non-canonical address ... KASAN NOPTI\n KASAN: maybe wild-memory-access in range [0x02d6...d0-0x02d6...d7]\n RIP: 0010:ip_set_dump_do (net/netfilter/ipset/ip_set_core.c:1698)\n Kernel panic - not syncing: Fatal exception",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64189",
"url": "https://www.suse.com/security/cve/CVE-2026-64189"
},
{
"category": "external",
"summary": "SUSE Bug 1272207 for CVE-2026-64189",
"url": "https://bugzilla.suse.com/1272207"
},
{
"category": "external",
"summary": "SUSE Bug 1272208 for CVE-2026-64189",
"url": "https://bugzilla.suse.com/1272208"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64189"
},
{
"cve": "CVE-2026-64192",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64192"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized\n\nWhen CONFIG_BPF_LSM=y is set, BPF inode storage maps\n(BPF_MAP_TYPE_INODE_STORAGE) are compiled into the kernel. However,\nif the BPF LSM is not explicitly enabled at boot time (e.g. omitted\nfrom the \"lsm=\" boot parameter), lsm_prepare() is never executed for\nthe BPF LSM.\n\nConsequently, the BPF inode security blob offset\n(bpf_lsm_blob_sizes.lbs_inode) is never initialized and remains at\nits default compiled size of 8 bytes instead of being updated to a\nvalid offset past the reserved struct rcu_head (typically 16 bytes\nor more).\n\nWhen a privileged user creates and updates a BPF_MAP_TYPE_INODE_STORAGE\nmap, bpf_inode() evaluates inode-\u003ei_security + 8. This erroneously\naliases the struct rcu_head.func callback pointer at the beginning\nof the inode-\u003ei_security blob. During subsequent map element cleanup\nor inode destruction, writing NULL to owner_storage clears the queued\nRCU callback pointer. When rcu_do_batch() later executes the queued\ncallback, it attempts an instruction fetch at address 0x0, triggering\nan immediate kernel panic.\n\nFix this by introducing a global bpf_lsm_initialized boolean flag\nmarked with __ro_after_init. Set this flag to true inside bpf_lsm_init()\nwhen the LSM framework successfully registers the BPF LSM. Gate map\nallocation in inode_storage_map_alloc() on this flag, returning\n-EOPNOTSUPP if the BPF LSM is in turn uninitialized.\n\nThis fail-fast approach prevents userspace from allocating inode\nstorage maps when the supporting BPF LSM infrastructure is absent,\navoiding zombie map states.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64192",
"url": "https://www.suse.com/security/cve/CVE-2026-64192"
},
{
"category": "external",
"summary": "SUSE Bug 1272213 for CVE-2026-64192",
"url": "https://bugzilla.suse.com/1272213"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64192"
},
{
"cve": "CVE-2026-64205",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64205"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: i801: fix hardware state machine corruption in error path\n\nA severe livelock and subsequent Hung Task panic were observed in the\ni2c-i801 driver during concurrent Fuzzing. The crash is caused by an\nunconditional hardware register cleanup in the error handling path of\ni801_access().\n\nWhen i801_check_pre() fails (e.g., returning -EBUSY because the SMBus\ncontroller is actively used by BIOS/ACPI), the kernel does not actually\nacquire the hardware ownership. However, the code jumps to the \u0027out\u0027\nlabel and executes:\n\n iowrite8(SMBHSTSTS_INUSE_STS | STATUS_FLAGS, SMBHSTSTS(priv));\n\nThis forcefully clears the INUSE_STS lock and resets the hardware status\nflags without owning the controller. Doing so interrupts ongoing BIOS/ACPI\ntransactions and totally corrupts the SMBus hardware state machine.\n\nConsequently, all subsequent i801_access() calls fail at the pre-check\nstage, triggering an endless stream of \"SMBus is busy, can\u0027t use it!\"\nerror logs. Over a slow serial console, this printk flood monopolizes\nthe CPU (Console Livelock), starving other processes trying to acquire\nthe mmap_lock down_read semaphore, ultimately triggering the hung task\nwatchdog.\n\nFix this by moving the \u0027out\u0027 label below the hardware register cleanup.\nIf i801_check_pre() fails, we safely bypass the iowrite8() and only\nrelease the software locks (pm_runtime and mutex), strictly adhering to\nthe rule of not releasing resources that were never acquired.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64205",
"url": "https://www.suse.com/security/cve/CVE-2026-64205"
},
{
"category": "external",
"summary": "SUSE Bug 1272215 for CVE-2026-64205",
"url": "https://bugzilla.suse.com/1272215"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64205"
},
{
"cve": "CVE-2026-64206",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64206"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: cancel pending_rx_work before taking conn-\u003elock\n\nl2cap_conn_del() takes conn-\u003elock and then calls cancel_work_sync() for\npending_rx_work. process_pending_rx() takes the same mutex, so teardown\ncan deadlock against the worker it is flushing.\n\nThis issue was found by our static analysis tool and then manually\nreviewed against the current tree.\n\nThe grounded PoC kept the l2cap_conn_ready() -\u003e queue_work(...,\n\u0026conn-\u003epending_rx_work) submit path, the l2cap_conn_del() -\u003e\ncancel_work_sync(\u0026conn-\u003epending_rx_work) teardown path, and the\nprocess_pending_rx() -\u003e mutex_lock(\u0026conn-\u003elock) worker edge. Lockdep\n\n WARNING: possible circular locking dependency detected\n process_pending_rx+0x21/0x2a [vuln_msv]\n l2cap_conn_del.constprop.0+0x3f/0x4e [vuln_msv]\n *** DEADLOCK ***\n\nCancel pending_rx_work before taking conn-\u003elock, matching the existing\nlock-before-drain ordering used for the two delayed works in the same\nteardown path. The pending_rx queue is still purged after the work has\nbeen cancelled and conn-\u003elock has been acquired.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64206",
"url": "https://www.suse.com/security/cve/CVE-2026-64206"
},
{
"category": "external",
"summary": "SUSE Bug 1271058 for CVE-2026-64206",
"url": "https://bugzilla.suse.com/1271058"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64206"
},
{
"cve": "CVE-2026-64207",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64207"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: dualpi2: fix GSO backlog accounting\n\nWhen DualPI2 splits a GSO skb into N segments, it propagates N\nadditional packets to its parent before returning NET_XMIT_SUCCESS.\nThe parent then accounts for the original skb once more, leaving its\nqlen one larger than the number of packets actually queued.\n\nWith QFQ as the parent, after all real packets are dequeued, QFQ still\nhas a non-zero qlen while its in-service aggregate has no active\nclasses. qfq_choose_next_agg() returns NULL and qfq_dequeue() passes\nthe result to qfq_peek_skb(), causing a NULL pointer dereference.\n\nFollow the same pattern used by tbf_segment() and taprio: count only\nsuccessfully queued segments, propagate the difference between the\noriginal skb and those segments, and return NET_XMIT_SUCCESS whenever\nat least one segment was queued.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64207",
"url": "https://www.suse.com/security/cve/CVE-2026-64207"
},
{
"category": "external",
"summary": "SUSE Bug 1272216 for CVE-2026-64207",
"url": "https://bugzilla.suse.com/1272216"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64207"
},
{
"cve": "CVE-2026-64244",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64244"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrivers/base/memory: set mem-\u003ealtmap after successful device registration\n\nIf __add_memory_block() fails at xa_store() (under memory pressure for\nexample), device_unregister() is called, which eventually triggers\nmemory_block_release() with mem-\u003ealtmap still set, causing a\nWARN_ON(mem-\u003ealtmap). This was triggered by modifying virtio-mem driver.\n\nFix this by delaying the assignment of mem-\u003ealtmap until after\n__add_memory_block() has succeeded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64244",
"url": "https://www.suse.com/security/cve/CVE-2026-64244"
},
{
"category": "external",
"summary": "SUSE Bug 1273812 for CVE-2026-64244",
"url": "https://bugzilla.suse.com/1273812"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64244"
},
{
"cve": "CVE-2026-64245",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64245"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfbdev: modedb: fix a possible UAF in fb_find_mode()\n\nIf mode_option is NULL, it is assigned from mode_option_buf:\n\n if (!mode_option) {\n fb_get_options(NULL, \u0026mode_option_buf);\n mode_option = mode_option_buf;\n }\n\nLater, name is assigned from mode_option:\n\n const char *name = mode_option;\n\nHowever, mode_option_buf is freed before name is no longer used:\n\n kfree(mode_option_buf);\n\nwhile name is still accessed by:\n\n if ((name_matches(db[i], name, namelen) ||\n\nSince name aliases mode_option_buf, this may result in a\nuse-after-free.\n\nFix this by extending the lifetime of mode_option_buf until the end of the\nfunction by using scope-based resource management for cleanup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64245",
"url": "https://www.suse.com/security/cve/CVE-2026-64245"
},
{
"category": "external",
"summary": "SUSE Bug 1273905 for CVE-2026-64245",
"url": "https://bugzilla.suse.com/1273905"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64245"
},
{
"cve": "CVE-2026-64246",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64246"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npower: reset: linkstation-poweroff: fix use-after-free in the linkstation_poweroff_init()\n\nMove of_node_put(dn) after the of_match_node() call, which still needs\nthe node pointer. The node reference is correctly released after use.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64246",
"url": "https://www.suse.com/security/cve/CVE-2026-64246"
},
{
"category": "external",
"summary": "SUSE Bug 1273945 for CVE-2026-64246",
"url": "https://bugzilla.suse.com/1273945"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64246"
},
{
"cve": "CVE-2026-64247",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64247"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: hyper-v: Bound the bank index when querying sparse banks\n\nWhen checking if a VP ID is included in a sparse bank set, explicitly check\nthat the ID can actually be contained in a sparse bank (the TLFS allows for\na maximum of 64 banks of 64 vCPUs each). When handling a paravirtual TLB\nflush for L2, the VP ID is copied verbatim from the enlightened VMCS,\nwithout any bounds check, i.e. isn\u0027t guaranteed to be under the limit of\n4096.\n\nFailure to check the bounds of the VP ID leads to an out-of-bounds read\nwhen testing the sparse bank, and super strictly speaking could lead to KVM\nperforming an unnecessary TLB flush for an L2 vCPU.\n\n ==================================================================\n BUG: KASAN: use-after-free in hv_is_vp_in_sparse_set+0x85/0x100 [kvm]\n Read of size 8 at addr ffff88811ba5f598 by task hyperv_evmcs/2802\n\n CPU: 12 UID: 1000 PID: 2802 Comm: hyperv_evmcs Not tainted 7.1.0-rc2 #7 PREEMPT\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x51/0x60\n print_report+0xcb/0x5d0\n kasan_report+0xb4/0xe0\n kasan_check_range+0x35/0x1b0\n hv_is_vp_in_sparse_set+0x85/0x100 [kvm]\n kvm_hv_flush_tlb+0xe9e/0x16c0 [kvm]\n kvm_hv_hypercall+0xe6b/0x1e60 [kvm]\n vmx_handle_exit+0x485/0x1b60 [kvm_intel]\n kvm_arch_vcpu_ioctl_run+0x22e3/0x5070 [kvm]\n kvm_vcpu_ioctl+0x5d0/0x10c0 [kvm]\n __x64_sys_ioctl+0x129/0x1a0\n do_syscall_64+0xb9/0xcf0\n entry_SYSCALL_64_after_hwframe+0x4b/0x53\n RIP: 0033:0x7f0e62d1a9bf\n \u003c/TASK\u003e\n\n The buggy address belongs to the physical page:\n page: refcount:0 mapcount:0 mapping:0000000000000000 index:0xffffffffffffffff pfn:0x11ba5f\n flags: 0x4000000000000000(zone=1)\n raw: 4000000000000000 0000000000000000 00000000ffffffff 0000000000000000\n raw: ffffffffffffffff 0000000000000000 00000000ffffffff 0000000000000000\n page dumped because: kasan: bad access detected\n\n Memory state around the buggy address:\n ffff88811ba5f480: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88811ba5f500: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n \u003effff88811ba5f580: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ^\n ffff88811ba5f600: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88811ba5f680: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ==================================================================\n Disabling lock debugging due to kernel taint\n\nOpportunistically add a compile time assertion to ensure the maximum number\nof sparse banks exactly matches the number of possible bits in the passed\nin mask.\n\n[sean: add KASAN splat, drop comment, add assert, massage changelog]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64247",
"url": "https://www.suse.com/security/cve/CVE-2026-64247"
},
{
"category": "external",
"summary": "SUSE Bug 1273903 for CVE-2026-64247",
"url": "https://bugzilla.suse.com/1273903"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64247"
},
{
"cve": "CVE-2026-64248",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64248"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nMIPS: smp: report dying CPU to RCU in stop_this_cpu()\n\nsmp_send_stop() parks all secondary CPUs in stop_this_cpu(). The function\nmarks the CPU offline for the scheduler via set_cpu_online(false) but\nnever informs RCU, so RCU keeps expecting a quiescent state from CPUs\nthat are now spinning forever with interrupts disabled.\n\nAs long as nothing waits for an RCU grace period after smp_send_stop()\nthis is harmless, which is why it went unnoticed. Since commit\n91840be8f710 (\"irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT\")\nhowever, irq_work_sync() calls synchronize_rcu() on architectures without\nan irq_work self-IPI, i.e. where arch_irq_work_has_interrupt() returns\nfalse. That is the asm-generic default used by MIPS. Any irq_work_sync()\nissued in the reboot/shutdown path after smp_send_stop() then blocks on\na grace period that can never complete, hanging the reboot:\n\n WARNING: CPU: 0 PID: 15 at kernel/irq_work.c:144 irq_work_queue_on\n ...\n rcu: INFO: rcu_sched detected stalls on CPUs/tasks:\n rcu: Offline CPU 1 blocking current GP.\n rcu: Offline CPU 2 blocking current GP.\n rcu: Offline CPU 3 blocking current GP.\n\nThis issue was noticed on several Realtek MIPS switch SoCs (MIPS\ninterAptiv) and came up during kernel bump downstream in OpenWrt from\n6.18.33 to 6.18.34, after the backport of the patch to the 6.18 stable\nbranch. The patch also has been backported all the way back to 6.1.\n\nCall rcutree_report_cpu_dead() once interrupts are disabled, mirroring the\ngeneric CPU-hotplug offline path, so RCU stops waiting on the parked CPUs\nand grace periods can still complete. MIPS shuts down all CPUs here\nwithout going through the CPU-hotplug mechanism, so this report is not\notherwise issued. Reporting a dying CPU to RCU outside the regular hotplug\noffline path is not unprecedented: arm64 does the same in cpu_die_early().\nThere it is an exception for a CPU that was coming online and is aborting\nbringup, rather than the default shutdown action as on MIPS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64248",
"url": "https://www.suse.com/security/cve/CVE-2026-64248"
},
{
"category": "external",
"summary": "SUSE Bug 1273820 for CVE-2026-64248",
"url": "https://bugzilla.suse.com/1273820"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64248"
},
{
"cve": "CVE-2026-64249",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64249"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfpga: region: fix use-after-free in child_regions_with_firmware()\n\nMove of_node_put(child_region) after the error print to avoid accessing\nfreed memory when pr_err() references child_region.\n\n[ Yilun: Fix the Fixes tag ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64249",
"url": "https://www.suse.com/security/cve/CVE-2026-64249"
},
{
"category": "external",
"summary": "SUSE Bug 1273810 for CVE-2026-64249",
"url": "https://bugzilla.suse.com/1273810"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64249"
},
{
"cve": "CVE-2026-64250",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64250"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nLoongArch: Report dying CPU to RCU in stop_this_cpu()\n\nThis is a port of MIPS commit 9f3f3bdc6d9dac1 (\"MIPS: smp: report dying\nCPU to RCU in stop_this_cpu()\"). smp_send_stop() parks all secondary\nCPUs in stop_this_cpu(). And the function marks the CPU offline for the\nscheduler via set_cpu_online(false) but never informs RCU, so RCU keeps\nexpecting a quiescent state from CPUs that are now spinning forever with\ninterrupts disabled.\n\nAs long as nothing waits for an RCU grace period after smp_send_stop()\nthis is harmless, which is why it went unnoticed. However, since commit\n91840be8f710370 (\"irq_work: Fix use-after-free in irq_work_single() on\nPREEMPT_RT\"), irq_work_sync() calls synchronize_rcu() on architectures\nwithout an irq_work self-IPI, i.e. where arch_irq_work_has_interrupt()\nreturns false. Any irq_work_sync() issued in the reboot/shutdown/halt\npath after smp_send_stop() then blocks on a grace period that can never\ncomplete, hanging the reboot:\n\n WARNING: CPU: 0 PID: 15 at kernel/irq_work.c:144 irq_work_queue_on\n ...\n rcu: INFO: rcu_sched detected stalls on CPUs/tasks:\n rcu: Offline CPU 1 blocking current GP.\n rcu: Offline CPU 2 blocking current GP.\n rcu: Offline CPU 3 blocking current GP.\n\nThis issue needs some hacks to reproduce, and it was not noticed on\nLoongArch because arch_irq_work_has_interrupt() usually returns true.\n\nCall rcutree_report_cpu_dead() once interrupts are disabled, mirroring\nthe generic CPU-hotplug offline path, so RCU stops waiting on the parked\nCPUs and grace periods can still complete. LoongArch shuts down all CPUs\nhere without going through the CPU-hotplug mechanism, so this report is\nnot otherwise issued.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64250",
"url": "https://www.suse.com/security/cve/CVE-2026-64250"
},
{
"category": "external",
"summary": "SUSE Bug 1273815 for CVE-2026-64250",
"url": "https://bugzilla.suse.com/1273815"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64250"
},
{
"cve": "CVE-2026-64251",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64251"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()\n\npwrseq_debugfs_seq_next() declares \u0027next\u0027 with __free(put_device),\nwhich causes put_device() to be called on the returned pointer when\nthe variable goes out of scope. This results in a use-after-free\nsince the seq_file framework receives a pointer whose reference has\nalready been dropped.\n\nSimply removing __free(put_device) would fix the UAF but would leak\nthe reference acquired by bus_find_next_device(), as stop() only\ncalls up_read(\u0026pwrseq_sem) and never releases the device reference.\n\nFix this by making the reference counting consistent across all\nseq_file callbacks, matching the standard pattern used by PCI and\nSCSI:\n\n- start(): use get_device() so it returns a referenced pointer.\n- next(): explicitly put_device(curr) to release the previous\n device\u0027s reference (no NULL check needed - the seq_file framework\n only calls next() while the previous return was non-NULL).\n- stop(): put_device(data) to release the last iterated device\u0027s\n reference, with a NULL guard since stop() may be called with NULL\n when start() returned NULL or next() reached end-of-sequence.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64251",
"url": "https://www.suse.com/security/cve/CVE-2026-64251"
},
{
"category": "external",
"summary": "SUSE Bug 1273777 for CVE-2026-64251",
"url": "https://bugzilla.suse.com/1273777"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64251"
},
{
"cve": "CVE-2026-64252",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64252"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nMIPS: DEC: Prevent initial console buffer from landing in XKPHYS\n\nIn 64-bit configurations calling the initial console output handler from\na kernel thread other than the initial one will result in a situation\nwhere the stack has been placed in the XKPHYS 64-bit memory segment and\nconsequently so has been the buffer allocated there that is used as the\nargument corresponding to the `%s\u0027 output conversion specifier for the\nfirmware\u0027s printf() entry point.\n\nThis 64-bit address will then be truncated by 32-bit firmware, resulting\nin an attempt to access the wrong memory location, which in turn will\ncause all kinds of unpredictable behaviour, such as a kernel crash:\n\n Console: colour dummy device 160x64\n Calibrating delay loop... 49.36 BogoMIPS (lpj=192512)\n pid_max: default: 32768 minimum: 301\n CPU 0 Unable to handle kernel paging request at virtual address 000000000203bd00, epc == ffffffffbfc08364, ra == ffffffffbfc08800\n Oops[#1]:\n CPU: 0 PID: 0 Comm: swapper Not tainted 5.18.0-rc2-00254-gfb649bda6f56-dirty #121\n $ 0 : 0000000000000000 0000000000000001 0000000000000023 ffffffff80684ba0\n $ 4 : 000000000203bd00 ffffffffbfc0f3b4 ffffffffffffffff 0000000000000073\n $ 8 : 0a303d7469000000 0000000000000000 0000000000000073 ffffffffbfc0f473\n $12 : 0000000000000002 0000000000000000 ffffffff80684c1c 0000000000000000\n $16 : 0000000000000000 ffffffff80596dc9 0000000000000000 ffffffffbfc09240\n $20 : ffffffff80684c40 ffffffffbfc0f400 000000000000002d 000000000000002b\n $24 : ffffffffffffffbf 000000000203bd00\n $28 : ffffffff805f0000 ffffffff80684b58 0000000000000030 ffffffffbfc08800\n Hi : 0000000000000000\n Lo : 0000000000000aa8\n epc : ffffffffbfc08364 0xffffffffbfc08364\n ra : ffffffffbfc08800 0xffffffffbfc08800\n Status: 140120e2 KX SX UX KERNEL EXL\n Cause : 00000008 (ExcCode 02)\n BadVA : 000000000203bd00\n PrId : 00000430 (R4000SC)\n Modules linked in:\n Process swapper (pid: 0, threadinfo=(____ptrval____), task=(____ptrval____), tls=0000000000000000)\n Stack : 0000000000000000 0000000000000000 0000000000000000 0000004d0000004d\n 80684cc0806a2a40 80596dc80000004d 8061000000000000 bfc0850c80684c38\n 0000000000000000 000000000203bd00 0000000000000000 0000000000000000\n 0000000000000000 00000000bfc0f3b4 0000000000000000 0000000000000000\n 0000000000000000 0000000000000000 0000000000000000 0000000000000000\n 0000000000000000 0000000000000000 0000000000000000 0000000000000000\n 0000002500000000 0000000000000000 0000000000000000 802c1a7400000000\n 0203bd0080596dc8 0203bd4d69000000 6c61632000000018 5f746567646e6172\n 6c616320625f6d6f 5f736e5f6d6f7266 206361323778302b 303d74696e726320\n 806a0a38806b0000 806a0a38806b0000 00000000806b0000 80683c58806b0000\n ...\n Call Trace:\n\n Code: a082ffff 03e00008 00601021 \u003c80820000\u003e 00001821 10400005 24840001 80820000 24630001\n\n ---[ end trace 0000000000000000 ]---\n Kernel panic - not syncing: Fatal exception in interrupt\n\n KN04 V2.1k (PC: 0xa0026768, SP: 0x806848e8)\n \u003e\u003e\n\nIn this case the pointer in $4 was truncated from 0x980000000203bd00 to\n0x000000000203bd00.\n\nThis may happen when no final console driver has been enabled in the\nconfiguration and consequently the initial console continues being used\nlate into bootstrap or with an upcoming change that will switch the zs\ndriver to use a platform device, which in turn will make the console\nhandover happen only after other kernel threads have already been\nstarted.\n\nFix the issue by making the buffer static and initdata, and therefore\nplaced in the CKSEG0 32-bit compatibility segment, observing that the\nconsole output handler is called with the console lock held, implying\nno need for this code to be reentrant. Add an assertion to verify the\nbuffer actually has been placed in a compatibility segment.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64252",
"url": "https://www.suse.com/security/cve/CVE-2026-64252"
},
{
"category": "external",
"summary": "SUSE Bug 1273932 for CVE-2026-64252",
"url": "https://bugzilla.suse.com/1273932"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64252"
},
{
"cve": "CVE-2026-64253",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64253"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkernel/fork: clear PF_BLOCK_TS in copy_process()\n\nPF_BLOCK_TS is only set in blk_time_get_ns() when current-\u003eplug is\nnon-NULL, and blk_finish_plug() clears it via __blk_flush_plug()\nbefore NULLing the plug pointer. copy_process() breaks the\ninvariant by inheriting PF_BLOCK_TS from the parent while resetting\nthe child\u0027s plug to NULL.\n\nClear PF_BLOCK_TS alongside that assignment so callers can rely on\n\"PF_BLOCK_TS set implies current-\u003eplug != NULL\" and dereference\ncurrent-\u003eplug unguarded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64253",
"url": "https://www.suse.com/security/cve/CVE-2026-64253"
},
{
"category": "external",
"summary": "SUSE Bug 1273904 for CVE-2026-64253",
"url": "https://bugzilla.suse.com/1273904"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64253"
},
{
"cve": "CVE-2026-64254",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64254"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR\n\nWhen BAR_PEER_SPAD and BAR_CONFIG share one PCI BAR, the module teardown\npath ends up calling pci_iounmap() on the same iomem with some offset,\nwhich is unnecessary and triggers a kernel warning like the following:\n\n Trying to vunmap() nonexistent vm area (0000000069a5ffe8)\n WARNING: mm/vmalloc.c:3470 at vunmap+0x58/0x68, CPU#5: modprobe/2937\n [...]\n Call trace:\n vunmap+0x58/0x68 (P)\n iounmap+0x34/0x48\n pci_iounmap+0x2c/0x40\n ntb_epf_pci_remove+0x44/0x80 [ntb_hw_epf]\n pci_device_remove+0x48/0xf8\n device_remove+0x50/0x88\n device_release_driver_internal+0x1c8/0x228\n driver_detach+0x50/0xb0\n bus_remove_driver+0x74/0x100\n driver_unregister+0x34/0x68\n pci_unregister_driver+0x34/0xa0\n ntb_epf_pci_driver_exit+0x14/0xfe0 [ntb_hw_epf]\n [...]\n\nFix it by unmapping only when PEER_SPAD and CONFIG use difference bars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64254",
"url": "https://www.suse.com/security/cve/CVE-2026-64254"
},
{
"category": "external",
"summary": "SUSE Bug 1273736 for CVE-2026-64254",
"url": "https://bugzilla.suse.com/1273736"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64254"
},
{
"cve": "CVE-2026-64255",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64255"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers\n\nThree BA session handlers use ffs(ba_data-\u003esta_mask) - 1 to derive a\nstation ID without checking that sta_mask is non-zero. When sta_mask is\nzero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing\nan out-of-bounds access on fw_id_to_link_sta[].\n\nAdd WARN_ON_ONCE(!ba_data-\u003esta_mask) guards before each ffs() call,\nconsistent with the existing check in iwl_mld_ampdu_rx_start().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64255",
"url": "https://www.suse.com/security/cve/CVE-2026-64255"
},
{
"category": "external",
"summary": "SUSE Bug 1273821 for CVE-2026-64255",
"url": "https://bugzilla.suse.com/1273821"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64255"
},
{
"cve": "CVE-2026-64256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64256"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: don\u0027t wrap around quota ids in dqiterate\n\nLOLLM noticed that q_id is an unsigned 32-bit variable. If it happens\nto be set to XFS_DQ_ID_MAX due to a filesystem that actually has a dquot\nfor ID_MAX, then this addition will truncate to zero and the iteration\nstarts over. Fix this by casting to u64.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64256",
"url": "https://www.suse.com/security/cve/CVE-2026-64256"
},
{
"category": "external",
"summary": "SUSE Bug 1273271 for CVE-2026-64256",
"url": "https://bugzilla.suse.com/1273271"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64256"
},
{
"cve": "CVE-2026-64257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64257"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: reject overlapping data areas in SMB2 responses\n\nCommit 53b7c271f06b (\"smb: client: restrict implied bcc[0] exemption to\nresponses without data area\") restricted the implied bcc[0] length\nexception to responses without a data area. However, the overlap\nhandling in __smb2_calc_size() clears data_length, which can make an\ninvalid response appear to have no data area and so qualify for the\nexception.\n\nTrack data area overlap separately and reject such responses before\napplying the length compatibility exceptions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64257",
"url": "https://www.suse.com/security/cve/CVE-2026-64257"
},
{
"category": "external",
"summary": "SUSE Bug 1273250 for CVE-2026-64257",
"url": "https://bugzilla.suse.com/1273250"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64257"
},
{
"cve": "CVE-2026-64258",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64258"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref\n\nIf a copy into the userspace ring buffer fails, a request will be\nterminated and fuse_uring_req_end() will set ent-\u003efuse_req to NULL but\nit will leave the entry on ent_w_req_queue in FRRS_FUSE_REQ state. This\ncan lead to a NULL deref if the request expiration logic scans\nent_w_req_queue in the window before the entry is moved off it.\n\nFix this by taking the entry off ent_w_req_queue and changing its state\nfrom FRRS_FUSE_REQ to FRRS_INVALID before terminating the request.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64258",
"url": "https://www.suse.com/security/cve/CVE-2026-64258"
},
{
"category": "external",
"summary": "SUSE Bug 1273045 for CVE-2026-64258",
"url": "https://bugzilla.suse.com/1273045"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64258"
},
{
"cve": "CVE-2026-64259",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64259"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: make a fuse_req on SQE commit only findable after memcpy\n\nBad userspace might try to trick us and send commit SQEs request\nunique / commit-id of requests that are not even send to\nfuse-server (io_uring_cmd_done() not called) yet.\n\nfuse_uring_commit_fetch() ends the fuse request when the ring entry\nhas a wrong state, but that could have caused a use-after-free\nwith the memcpy operations in fuse_uring_send_in_task().\nIn order to avoid such races the call of fuse_uring_add_to_pq()\nis moved after the copy operations and just before completing\nthe io-uring request - malicious userspace cannot find the request\nanymore until all prepration work in fuse-client/kernel is completed.\n\nThis also moves fuse_uring_add_to_pq() a bit up in the code to\navoid a forward declaration. Also not with a preparation commit,\nto make it easier to back port to older kernels.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64259",
"url": "https://www.suse.com/security/cve/CVE-2026-64259"
},
{
"category": "external",
"summary": "SUSE Bug 1273299 for CVE-2026-64259",
"url": "https://bugzilla.suse.com/1273299"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64259"
},
{
"cve": "CVE-2026-64260",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64260"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: Avoid queue-\u003estopped races and set/read that value under lock\n\nThere are several readers of queue-\u003estopped that check the value\nunder lock, but fuse_uring_commit_fetch() did not and actually\nthe value was not set under the lock in fuse_uring_abort_end_requests()\neither. Especially in fuse_uring_commit_fetch it is important\nto check under a lock, because due to races \u0027struct fuse_req\u0027\nmight be freed with fuse_request_end, but another thread/cpu\nmight already do teardown work.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64260",
"url": "https://www.suse.com/security/cve/CVE-2026-64260"
},
{
"category": "external",
"summary": "SUSE Bug 1273047 for CVE-2026-64260",
"url": "https://bugzilla.suse.com/1273047"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64260"
},
{
"cve": "CVE-2026-64261",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64261"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues\n\nfuse_uring_async_stop_queues() might run when the last reference\non ring-\u003equeue_refs was already dropped.\n\nIn order to avoid an early destruction a reference on struct fuse_conn\nis now taken before starting fuse_uring_async_stop_queues() and that\nreference is only released when that delayed work queue terminates.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64261",
"url": "https://www.suse.com/security/cve/CVE-2026-64261"
},
{
"category": "external",
"summary": "SUSE Bug 1273287 for CVE-2026-64261",
"url": "https://bugzilla.suse.com/1273287"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64261"
},
{
"cve": "CVE-2026-64262",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64262"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: end fuse_req on io-uring cancel task work\n\nWhen io_uring delivers task work with tw.cancel set (PF_EXITING,\nPF_KTHREAD fallback, or percpu_ref_is_dying on the ring context),\nfuse_uring_send_in_task() takes the cancel branch, assigns\n-ECANCELED, and falls through to fuse_uring_send(). That path only\nflips the entry to FRRS_USERSPACE and completes the io_uring cmd;\nit never discharges the ring entry\u0027s owning reference to the\nfuse_req that fuse_uring_add_req_to_ring_ent() handed it at\ndispatch time.\n\n fuse_uring_send_in_task()\n tw.cancel == true\n err = -ECANCELED\n fuse_uring_send(ent, cmd, err, issue_flags)\n ent-\u003estate = FRRS_USERSPACE\n list_move(\u0026ent-\u003elist, \u0026queue-\u003eent_in_userspace)\n ent-\u003ecmd = NULL\n io_uring_cmd_done(-ECANCELED)\n /* ent-\u003efuse_req still set, req still hashed */\n\nThe fuse_req stays linked on fpq-\u003eprocessing[hash] and\nfuse_request_end() is never invoked. The originating syscall\nthread blocks in D-state in request_wait_answer() until\nfuse_abort_conn() runs, which can be the entire connection\nlifetime. For FR_BACKGROUND requests fc-\u003enum_background is never\ndecremented either, so repeated cancels inflate the counter until\nmax_background is hit and all later background ops stall. tw.cancel does\nnot imply a connection abort (e.g. a single io_uring worker thread exits\nwhile the fuse connection stays up), so this cannot be left for\nfuse_abort_conn() to clean up.\n\nEnding the req but still routing the entry through fuse_uring_send()\nis not enough: that leaves a req-less entry on ent_in_userspace, and\nent_list_request_expired() dereferences ent-\u003efuse_req unconditionally\non the head of that list, which would then NULL-deref.\n\nFix the cancel branch to release the entry directly. Remove it from the\nqueue, complete the io_uring cmd, end the fuse_req, free the entry, and\ndrop its queue_refs (waking the teardown waiter if it was the last).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64262",
"url": "https://www.suse.com/security/cve/CVE-2026-64262"
},
{
"category": "external",
"summary": "SUSE Bug 1273050 for CVE-2026-64262",
"url": "https://bugzilla.suse.com/1273050"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64262"
},
{
"cve": "CVE-2026-64263",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64263"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: fix moving cancelled entry to ent_in_userspace list\n\nfuse_uring_cancel() moves entries that are available (these have no reqs\nattached) to the ent_in_userspace list. ent_list_request_expired()\nchecks the first entry on ent_in_userspace and dereferences\nent-\u003efuse_req unconditionally, which will crash on a cancelled entry\nthat was moved to this list.\n\nFix this by freeing the entry and dropping queue_refs directly in\nfuse_uring_cancel(). This is safe because cancel is the cancel handler\nitself - after io_uring_cmd_done(), no more cancels will be dispatched\nfor this command, and teardown serializes with cancel via queue-\u003elock.\n\nSince cancel now decrements queue_refs, fuse_uring_abort() must no\nlonger gate fuse_uring_abort_end_requests() on queue_refs \u003e 0, as\ncancelled entries may have already dropped queue_refs while requests are\nstill queued. Remove the gate so abort always flushes requests and stops\nqueues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64263",
"url": "https://www.suse.com/security/cve/CVE-2026-64263"
},
{
"category": "external",
"summary": "SUSE Bug 1274068 for CVE-2026-64263",
"url": "https://bugzilla.suse.com/1274068"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64263"
},
{
"cve": "CVE-2026-64264",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64264"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: fix EFAULT clobber in fuse_uring_commit\n\ncopy_from_user() returns the number of bytes not copied as an unsigned\nresidual on failure (1..sizeof(struct fuse_out_header)). fuse_uring_commit\nstores that residual in ssize_t err, sets req-\u003eout.h.error to -EFAULT,\nthen jumps to out: with err still holding the positive residual.\n\n err = copy_from_user(\u0026req-\u003eout.h, \u0026ent-\u003eheaders-\u003ein_out,\n sizeof(req-\u003eout.h));\n if (err) {\n req-\u003eout.h.error = -EFAULT;\n goto out; /* err is the positive residual */\n }\n ...\n out:\n fuse_uring_req_end(ent, req, err);\n\nfuse_uring_req_end() then runs\n\n if (error)\n req-\u003eout.h.error = error;\n\nwhich overwrites the just-assigned -EFAULT with the positive residual.\nFUSE callers such as fuse_simple_request() test err \u003c 0 to detect\nfailure, so the positive value is interpreted as success and the\ncaller proceeds with an uninitialised or partial req-\u003eout.args.\n\nFix by assigning err = -EFAULT in the failure branch before jumping\nto out, so fuse_uring_req_end() receives a negative errno and sets\nreq-\u003eout.h.error to -EFAULT.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64264",
"url": "https://www.suse.com/security/cve/CVE-2026-64264"
},
{
"category": "external",
"summary": "SUSE Bug 1273095 for CVE-2026-64264",
"url": "https://bugzilla.suse.com/1273095"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64264"
},
{
"cve": "CVE-2026-64265",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64265"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse: clear intr_entry in fuse_resend and fuse_remove_pending_req\n\nWhen fuse_resend() moves a request from fpq-\u003eprocessing back to\nfiq-\u003epending, it sets FR_PENDING and clears FR_SENT but does not\nremove the requests intr_entry from fiq-\u003einterrupts. If the\nrequest had FR_INTERRUPTED set from a prior signal, intr_entry\nremains dangling on fiq-\u003einterrupts. When the requesting task\nthen receives a fatal signal, fuse_remove_pending_req() sees\nFR_PENDING=1, removes the request from fiq-\u003epending and frees it\nvia the refcount path, also without cleaning intr_entry. The\nstale intr_entry causes use-after-free when fuse_read_interrupt()\niterates fiq-\u003einterrupts:\n - list_del_init(\u0026req-\u003eintr_entry) -\u003e UAF write on freed slab\n - req-\u003ein.h.unique -\u003e UAF read, data leaked to userspace\n\nRemove intr_entry from fiq-\u003einterrupts in fuse_resend() for\ninterrupted requests before they are placed back on fiq-\u003epending.\n\nAdd a WARN_ON if the intr_entry is not empty on request destruction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64265",
"url": "https://www.suse.com/security/cve/CVE-2026-64265"
},
{
"category": "external",
"summary": "SUSE Bug 1273947 for CVE-2026-64265",
"url": "https://bugzilla.suse.com/1273947"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64265"
},
{
"cve": "CVE-2026-64266",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64266"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse: re-lock request before returning from fuse_ref_folio()\n\nfuse_ref_folio() unlocks the request but does not re-lock it before\nreturning. fuse_chan_abort() can end the request and the async end\ncallback (eg fuse_writepage_free()) can free the args while the\nsubsequent copy chain logic after fuse_ref_folio() accesses them,\nleading to use-after-free issues.\n\nFix this by locking the request in fuse_ref_folio() before returning.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64266",
"url": "https://www.suse.com/security/cve/CVE-2026-64266"
},
{
"category": "external",
"summary": "SUSE Bug 1273555 for CVE-2026-64266",
"url": "https://bugzilla.suse.com/1273555"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64266"
},
{
"cve": "CVE-2026-64267",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64267"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse: avoid 32-bit prune notification count wrap\n\nFUSE_NOTIFY_PRUNE validates the nodeid payload length with:\n\n size - sizeof(outarg) != outarg.count * sizeof(u64)\n\nOn 32-bit kernels, size_t is also 32 bits, so the daemon-controlled\ncount multiplication can wrap. A prune notification with count\n0x20000000 and no nodeid payload passes the check, enters the copy\nloop, and asks the device copy path to read nodeids that are not\npresent in the userspace write buffer. In QEMU this reaches the\nfuse_copy_fill() BUG_ON(!err) path.\n\nValidate the payload length with array_size() instead. That accepts\nexactly the same valid messages, but avoids wrapping arithmetic before\nthe copy loop consumes the count.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64267",
"url": "https://www.suse.com/security/cve/CVE-2026-64267"
},
{
"category": "external",
"summary": "SUSE Bug 1273518 for CVE-2026-64267",
"url": "https://bugzilla.suse.com/1273518"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64267"
},
{
"cve": "CVE-2026-64268",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64268"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/siw: bound Read Response placement to the RREAD length\n\nIn drivers/infiniband/sw/siw/siw_qp_rx.c, siw_proc_rresp() places each\ninbound Read Response DDP segment at sge-\u003eladdr + wqe-\u003eprocessed and then\naccumulates wqe-\u003eprocessed, but it never checks the running total against\nthe sink buffer length on continuation segments. siw_check_sge() resolves\nand validates the sink memory only on the first fragment (the if (!*mem)\nbranch), and siw_rresp_check_ntoh() compares the cumulative length against\nwqe-\u003ebytes only on the final segment (the !frx-\u003emore_ddp_segs guard).\n\nA connected siw peer that answers an outstanding RREAD with Read Response\nsegments that keep the DDP Last flag clear, carrying more total payload\nthan the RREAD requested, drives wqe-\u003eprocessed past the validated sink\nbuffer; the next siw_rx_data() call writes out of bounds at\nsge-\u003eladdr + wqe-\u003eprocessed. siw runs iWARP over ordinary routable TCP,\nso the peer is the remote end of an established RDMA connection and needs\nno local privilege.\n\nBound every segment before placement, exactly as siw_proc_send() and\nsiw_proc_write() already do for their tagged and untagged paths, and\nterminate the connection with a base-or-bounds DDP error when the\nRead Response would overrun the sink buffer.\n\nThis is the second receive-path length fix for this file. A separate\nchange rejects an MPA FPDU length that underflows the per-fragment\nremainder in the header decode; that guard does not cover this case,\nbecause here each individual segment length is self-consistent and only\nthe accumulated placement offset overruns the buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64268",
"url": "https://www.suse.com/security/cve/CVE-2026-64268"
},
{
"category": "external",
"summary": "SUSE Bug 1273276 for CVE-2026-64268",
"url": "https://bugzilla.suse.com/1273276"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-64268"
},
{
"cve": "CVE-2026-64269",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64269"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg\n\nWhen the server answers an RTRS READ, rdma_write_sg() builds the source\nscatter/gather entry for the IB_WR_RDMA_WRITE that returns data to the\npeer. Its length is taken directly from the wire descriptor:\n\n plist-\u003elength = le32_to_cpu(id-\u003erd_msg-\u003edesc[0].len);\n\nrd_msg points into the chunk buffer that the remote peer filled via\nRDMA-WRITE-WITH-IMM (rtrs_srv_rdma_done() -\u003e process_io_req() -\u003e\nprocess_read()), so desc[0].len is attacker-controlled and, before this\nchange, was only rejected when zero. The source address is the fixed\nchunk start (dma_addr[msg_id]) and the source lkey is the PD-wide\nlocal_dma_lkey, which is not tied to the chunk\u0027s MR mapping, so the verbs\nlayer does not constrain the transfer length to max_chunk_size. msg_id\nand off are bounded against queue_depth and max_chunk_size in\nrtrs_srv_rdma_done(), but desc[0].len is a separate field that was not\nchecked against the chunk size.\n\nA peer that advertises desc[0].len larger than max_chunk_size can make\nthe posted RDMA write read past the chunk\u0027s mapped region. The resulting\nbehaviour depends on the IOMMU configuration: with no IOMMU or in\npassthrough mode the read may extend into memory adjacent to the chunk\nand be returned to the peer, which can disclose host memory; with a\ntranslating IOMMU the out-of-range access is expected to fault and abort\nthe connection. In either case the transfer exceeds what the protocol\npermits and is driven by a remote peer.\n\nReject a descriptor length above max_chunk_size, mirroring the existing\noff \u003e= max_chunk_size bound in rtrs_srv_rdma_done(). Legitimate clients\ndo not exceed it: the client sets desc[0].len to its MR length, which is\ncapped at the negotiated max_io_size (max_chunk_size - MAX_HDR_SIZE).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64269",
"url": "https://www.suse.com/security/cve/CVE-2026-64269"
},
{
"category": "external",
"summary": "SUSE Bug 1273280 for CVE-2026-64269",
"url": "https://bugzilla.suse.com/1273280"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64269"
},
{
"cve": "CVE-2026-64270",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64270"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: mms114 - reject an oversized device packet size\n\nmms114_interrupt() reads a packet of touch data from the device into a\nfixed-size on-stack buffer\n\n\tstruct mms114_touch touch[MMS114_MAX_TOUCH];\n\nwhich holds MMS114_MAX_TOUCH (10) events of MMS114_EVENT_SIZE (8) bytes,\ni.e. 80 bytes. The length of the I2C read into it is taken verbatim from\nthe device:\n\n\tpacket_size = mms114_read_reg(data, MMS114_PACKET_SIZE);\n\tif (packet_size \u003c= 0)\n\t\tgoto out;\n\t...\n\terror = __mms114_read_reg(data, MMS114_INFORMATION, packet_size,\n\t\t\t(u8 *)touch);\n\npacket_size is a single device register byte (0x0F) and the only check\nis the lower bound packet_size \u003c= 0; it is never bounded against the\nsize of touch[]. A malfunctioning, malicious or counterfeit controller\n(or an attacker tampering with the I2C bus) can report a packet_size of\nup to 255, so __mms114_read_reg() writes up to 175 bytes past the end of\ntouch[] on the IRQ-thread stack: a stack out-of-bounds write that can\noverwrite the stack canary, saved registers and the return address.\n\nA well-formed device never reports more than the buffer holds, so reject\nan oversized packet and drop the report, consistent with the handler\u0027s\nother error paths, rather than reading past the buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64270",
"url": "https://www.suse.com/security/cve/CVE-2026-64270"
},
{
"category": "external",
"summary": "SUSE Bug 1273959 for CVE-2026-64270",
"url": "https://bugzilla.suse.com/1273959"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64270"
},
{
"cve": "CVE-2026-64271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64271"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: touchwin - reset the packet index on every complete packet\n\ntw_interrupt() accumulates each non-zero serial byte into a fixed\nthree-byte buffer with a running index that is only reset once a full\npacket has been received *and* the device\u0027s two Y bytes agree:\n\n\ttw-\u003edata[tw-\u003eidx++] = data;\n\tif (tw-\u003eidx == TW_LENGTH \u0026\u0026 tw-\u003edata[1] == tw-\u003edata[2]) {\n\t\t...\n\t\ttw-\u003eidx = 0;\n\t}\n\nThe reset is gated on tw-\u003edata[1] == tw-\u003edata[2], a value the device\ncontrols. A malicious, malfunctioning or counterfeit Touchwindow\nperipheral can stream non-zero bytes whose 2nd and 3rd bytes differ: the\nindex reaches TW_LENGTH without the equality holding, is never reset, and\nkeeps growing, so tw-\u003edata[tw-\u003eidx++] walks off the end of the three-byte\narray and the rest of the heap-allocated struct tw, one attacker-chosen\nbyte at a time -- an unbounded, device-driven heap out-of-bounds write.\n\nReset the index on every completed packet and report an event only when\nthe two Y bytes match, like the other serio touchscreen drivers do.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64271",
"url": "https://www.suse.com/security/cve/CVE-2026-64271"
},
{
"category": "external",
"summary": "SUSE Bug 1273935 for CVE-2026-64271",
"url": "https://bugzilla.suse.com/1273935"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64271"
},
{
"cve": "CVE-2026-64272",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64272"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: mms114 - fix touch indexing for MMS134S and MMS136\n\nThe MMS134S and MMS136 touch controllers have an event size of 6 bytes\nrather than 8 bytes. When __mms114_read_reg() reads the touch data\npacket from the device into the touch buffer, the events are packed\ntightly at 6-byte intervals. However, the driver iterates through the\nevents using standard C array indexing (touch[index]), where each\nelement is sizeof(struct mms114_touch) (8 bytes) apart. As a result, any\ntouch events beyond the first one are read from incorrect offsets and\nparsed improperly.\n\nFix this by explicitly calculating the byte offset for each touch event\nbased on the device\u0027s specific event size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64272",
"url": "https://www.suse.com/security/cve/CVE-2026-64272"
},
{
"category": "external",
"summary": "SUSE Bug 1273949 for CVE-2026-64272",
"url": "https://bugzilla.suse.com/1273949"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.4,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64272"
},
{
"cve": "CVE-2026-64273",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64273"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: iforce - bound the device-reported force-feedback effect index\n\niforce_process_packet() handles a status report (packet id 0x02) by\ntaking a force-feedback effect index straight from the device wire and\nusing it to address the per-effect state array:\n\n\ti = data[1] \u0026 0x7f;\n\tif (data[1] \u0026 0x80) {\n\t\tif (!test_and_set_bit(FF_CORE_IS_PLAYED,\n\t\t\t\t iforce-\u003ecore_effects[i].flags))\n\t\t\t...\n\t} else if (test_and_clear_bit(FF_CORE_IS_PLAYED,\n\t\t\t\t iforce-\u003ecore_effects[i].flags)) {\n\t\t...\n\t}\n\nThe index is masked only with 0x7f, so it ranges 0..127, but\ncore_effects[] holds only IFORCE_EFFECTS_MAX (32) entries. For an index\nof 32..127 the test_and_set_bit()/test_and_clear_bit() is an\nout-of-bounds single-bit read-modify-write past the array. core_effects[]\nis the second-to-last member of struct iforce, so the write lands in the\ntrailing members and beyond the embedding kzalloc()\u0027d iforce_serio /\niforce_usb object.\n\ndata[1] is unvalidated device payload on both transports (the USB\ninterrupt endpoint and serio), and the status path is not gated on force\nfeedback being present, so a malicious or counterfeit device can set or\nclear a bit at an attacker-chosen offset past the object.\n\nReject an out-of-range index instead of indexing with it. Bound against\nthe array dimension IFORCE_EFFECTS_MAX rather than dev-\u003eff-\u003emax_effects so\nthe check guarantees memory safety regardless of how many effects the\ndevice registered. A legitimate \"effect started/stopped\" status always\ncarries an index below IFORCE_EFFECTS_MAX, so well-formed devices are\nunaffected; the neighbouring mark_core_as_ready() loop is already bounded\nand is left untouched.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64273",
"url": "https://www.suse.com/security/cve/CVE-2026-64273"
},
{
"category": "external",
"summary": "SUSE Bug 1273941 for CVE-2026-64273",
"url": "https://bugzilla.suse.com/1273941"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64273"
},
{
"cve": "CVE-2026-64274",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64274"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: goodix - clamp the device-reported contact count\n\ngoodix_ts_read_input_report() copies the number of touch points reported\nby the device into an on-stack buffer\n\n\tu8 point_data[2 + GOODIX_MAX_CONTACT_SIZE * GOODIX_MAX_CONTACTS];\n\nwhich is sized for at most GOODIX_MAX_CONTACTS (10) contacts. The only\nruntime check bounds the per-interrupt count against ts-\u003emax_touch_num,\nbut that value is taken verbatim from a 4-bit field of the device\nconfiguration block and is never clamped:\n\n\tts-\u003emax_touch_num = ts-\u003econfig[MAX_CONTACTS_LOC] \u0026 0x0f;\n\nThe nibble can be 0..15, so a malfunctioning, malicious or counterfeit\ncontroller (or an attacker tampering with the I2C bus) can advertise up\nto 15 contacts. goodix_ts_read_input_report() then accepts a touch_num\nof up to 15 and the second goodix_i2c_read() writes\nts-\u003econtact_size * (touch_num - 1) bytes past the one-contact header into\npoint_data - up to 30 bytes (45 with the 9-byte report format) beyond the\n92-byte buffer: a stack out-of-bounds write.\n\nClamp max_touch_num to GOODIX_MAX_CONTACTS, the number of contacts\npoint_data[] is sized for, when reading it from the configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64274",
"url": "https://www.suse.com/security/cve/CVE-2026-64274"
},
{
"category": "external",
"summary": "SUSE Bug 1273542 for CVE-2026-64274",
"url": "https://bugzilla.suse.com/1273542"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64274"
},
{
"cve": "CVE-2026-64275",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64275"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: elan_i2c - prevent division by zero and arithmetic underflow\n\nThe Elan I2C touchpad driver queries the device for its physical\ndimensions and trace counts to calculate the device resolution and width.\nHowever, if the device firmware or device tree provides invalid zero\nvalues for x_traces or y_traces, it results in a fatal division-by-zero\nexception leading to a kernel panic during device probe.\n\nAdd checks to ensure these parameters are non-zero before performing\nthe division. If invalid trace values are detected, fall back to a safe\ndefault of 1.\n\nAdditionally, prevent an arithmetic underflow in the touch reporting\nlogic. Previously, if the calculated or fallback width was smaller than\nETP_FWIDTH_REDUCE (90), the subtraction would underflow, resulting in a\nmassive unsigned integer being reported to userspace. Clamp the adjusted\nwidth to a minimum of 0 to safely handle small physical dimensions and\nfallback scenarios.\n\nCompleting the probe with safe fallback values ensures the sysfs nodes\nare created, keeping the firmware update path intact so a recovery\nfirmware can be flashed to the device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64275",
"url": "https://www.suse.com/security/cve/CVE-2026-64275"
},
{
"category": "external",
"summary": "SUSE Bug 1273876 for CVE-2026-64275",
"url": "https://bugzilla.suse.com/1273876"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64275"
},
{
"cve": "CVE-2026-64276",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64276"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count\n\nrmi_f30_map_gpios() allocates gpioled_key_map with\nmin(gpioled_count, TRACKSTICK_RANGE_END) == at most 6 entries, but\nrmi_f30_attention() iterates the full f30-\u003egpioled_count (device query\nregister, range 0..31) and dereferences gpioled_key_map[i], and\ninput-\u003ekeycodemax is set to the full gpioled_count while input-\u003ekeycode\npoints at the 6-entry allocation.\n\nA device that reports gpioled_count \u003e 6 with GPIO support enabled\ntherefore causes an out-of-bounds read on the attention interrupt and\nout-of-bounds read/write through the EVIOCGKEYCODE/EVIOCSKEYCODE ioctls,\nwhich bound the index only against keycodemax. This is the same defect\nas the F3A handler, which was copied from F30.\n\nSize the keymap for the full gpioled_count; the mapping loop still\nassigns only the first min(gpioled_count, TRACKSTICK_RANGE_END) entries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64276",
"url": "https://www.suse.com/security/cve/CVE-2026-64276"
},
{
"category": "external",
"summary": "SUSE Bug 1273877 for CVE-2026-64276",
"url": "https://bugzilla.suse.com/1273877"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64276"
},
{
"cve": "CVE-2026-64277",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64277"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: synaptics-rmi4 - bound the F3A keymap to the GPIO count\n\nrmi_f3a_initialize() takes the GPIO count from the device query register\n(f3a-\u003egpio_count = buf \u0026 RMI_F3A_GPIO_COUNT, range 0..127).\nrmi_f3a_map_gpios() then allocates gpio_key_map with\nmin(gpio_count, TRACKSTICK_RANGE_END) == at most 6 entries, but\nrmi_f3a_attention() iterates the full gpio_count and dereferences\ngpio_key_map[i], and input-\u003ekeycodemax is set to the full gpio_count\nwhile input-\u003ekeycode points at the 6-entry allocation.\n\nA device that reports gpio_count \u003e 6 therefore causes an out-of-bounds\nread of gpio_key_map[] on every attention interrupt, and out-of-bounds\naccesses through the input core\u0027s default keymap ioctls: EVIOCGKEYCODE\nreads past the buffer (leaking adjacent slab memory to user space) and\nEVIOCSKEYCODE writes a caller-controlled value past it, for any process\nable to open the evdev node, since input_default_getkeycode() and\ninput_default_setkeycode() only bound the index against keycodemax.\n\nSize the keymap for the full gpio_count. The mapping loop is unchanged:\nit still assigns only the first min(gpio_count, TRACKSTICK_RANGE_END)\nentries; the remaining slots stay KEY_RESERVED (devm_kcalloc zero-fills)\nand are skipped when reporting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64277",
"url": "https://www.suse.com/security/cve/CVE-2026-64277"
},
{
"category": "external",
"summary": "SUSE Bug 1274035 for CVE-2026-64277",
"url": "https://bugzilla.suse.com/1274035"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64277"
},
{
"cve": "CVE-2026-64278",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64278"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: imx-lpi2c: mark I2C adapter when hardware is powered down\n\nOn some i.MX platforms, certain I2C client drivers keep a periodic\nworkqueue which continues to trigger I2C transfers.\n\nDuring system suspend/resume, there exists a time window between:\n - suspend_noirq and the system entering suspend\n - the system starting to resume and resume_noirq\n\nIn this window, the I2C controller resources such as clock and pinctrl\nmay already be disabled or not yet restored.\n\nIf a workqueue triggers an I2C transfer in this period, the driver\nattempts to access I2C registers while the hardware resources are\nunavailable, which may lead to system hang.\n\nMark the I2C adapter as suspended during noirq suspend and block new\ntransfers until resume, ensuring that I2C transfers are only issued\nwhen hardware resources are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64278",
"url": "https://www.suse.com/security/cve/CVE-2026-64278"
},
{
"category": "external",
"summary": "SUSE Bug 1273842 for CVE-2026-64278",
"url": "https://bugzilla.suse.com/1273842"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64278"
},
{
"cve": "CVE-2026-64279",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64279"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: core: fix adapter deregistration race\n\nAdapters can be looked up by their id using i2c_get_adapter() which\ntakes a reference to the embedded struct device.\n\nRemove the adapter from the IDR before tearing it down during\nderegistration (and on registration failure) to make sure its resources\nare not accessed after having been freed (e.g. the device name).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64279",
"url": "https://www.suse.com/security/cve/CVE-2026-64279"
},
{
"category": "external",
"summary": "SUSE Bug 1273953 for CVE-2026-64279",
"url": "https://bugzilla.suse.com/1273953"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64279"
},
{
"cve": "CVE-2026-64280",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64280"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()\n\nafu_ioctl_dma_map() accepts a 64-bit length from userspace via\nDFL_FPGA_PORT_DMA_MAP ioctl without an upper bound check. The value\nis passed to afu_dma_pin_pages() where npages is derived as\nlength \u003e\u003e PAGE_SHIFT and passed to pin_user_pages_fast() which takes\nint nr_pages, causing implicit truncation if length is very large.\n\nValidate map.length at the ioctl entry point before calling\nafu_dma_map_region(), rejecting values whose page count exceeds\nINT_MAX.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64280",
"url": "https://www.suse.com/security/cve/CVE-2026-64280"
},
{
"category": "external",
"summary": "SUSE Bug 1273599 for CVE-2026-64280",
"url": "https://bugzilla.suse.com/1273599"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64280"
},
{
"cve": "CVE-2026-64281",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64281"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsvcrdma: wake sq waiters when the transport closes\n\nThreads parked in svc_rdma_sq_wait() on sc_sq_ticket_wait or\nsc_send_wait can hang indefinitely in TASK_UNINTERRUPTIBLE state\nacross transport teardown, pinning svc_xprt references and\nblocking svc_rdma_free().\n\nThe close path sets XPT_CLOSE before invoking xpo_detach and both\nwait_event predicates include an XPT_CLOSE term, but the\npredicates are re-evaluated only on wakeup. sc_sq_ticket_wait has\nno completion-driven wake path; it is advanced solely by the\nchained ticket handoff inside svc_rdma_sq_wait() itself. Without\nan explicit wake at close, parked threads never observe\nXPT_CLOSE, hold their svc_xprt_get reference forever, and\nsvc_rdma_free() blocks on xpt_ref dropping to zero.\n\nTwo close entry points reach this transport. Local teardown runs\nsvc_rdma_detach() from svc_handle_xprt() -\u003e svc_delete_xprt() -\u003e\nxpo_detach() on a worker thread. A remote disconnect arrives at\nsvc_rdma_cma_handler(), which calls svc_xprt_deferred_close():\nthat sets XPT_CLOSE and enqueues the transport but does not\naccess either RDMA waitqueue, so a worker already parked in\nsvc_rdma_sq_wait() never re-evaluates its predicate. With every\nworker parked on this transport, no thread is available to run\nthe local teardown either, and the wake site there is\nunreachable.\n\nIntroduce svc_rdma_xprt_deferred_close(), a thin svcrdma wrapper\nthat calls svc_xprt_deferred_close() and then wakes both\nsc_sq_ticket_wait and sc_send_wait. Convert the svcrdma producers\nthat called svc_xprt_deferred_close() directly:\nsvc_rdma_cma_handler(), qp_event_handler(),\nsvc_rdma_post_send_err(), svc_rdma_wc_send(), the sendto drop\npath, the rw completion error paths, and the recvfrom flush and\nread-list error paths.\n\nWake both waitqueues from svc_rdma_detach() as well. The\nsynchronous svc_xprt_close() path (backchannel ENOTCONN, device\nremoval via svc_rdma_xprt_done) reaches detach without flowing\nthrough svc_xprt_deferred_close() and therefore does not invoke\nthe new helper.\n\n[ cel: add svc_rdma_xprt_deferred_close() to complete the fix ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64281",
"url": "https://www.suse.com/security/cve/CVE-2026-64281"
},
{
"category": "external",
"summary": "SUSE Bug 1273298 for CVE-2026-64281",
"url": "https://bugzilla.suse.com/1273298"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64281"
},
{
"cve": "CVE-2026-64282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64282"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: Don\u0027t leak PFN when kvm_translate_vncr() races MMU notifier\n\nIn the case that kvm_translate_vncr() races with an MMU notifier the\nearly return does not release a reference on the faulted in PFN. Add\nthe necessary call to kvm_release_faultin_page() for the unused PFN.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64282",
"url": "https://www.suse.com/security/cve/CVE-2026-64282"
},
{
"category": "external",
"summary": "SUSE Bug 1273452 for CVE-2026-64282",
"url": "https://bugzilla.suse.com/1273452"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64282"
},
{
"cve": "CVE-2026-64283",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64283"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: guest_memfd: Treat memslot binding offset+size as unsigned values\n\nWhen binding a memslot to a guest_memfd file, treat the offset and size as\nunsigned values to fix a bug where the sum of the two can result in a false\nnegative when checking for overflow against the size of the file. Passing\nunsigned values also avoids relying on somewhat obscure checks in other\nflows for safety, and tracks the offset and size as they are intended to be\ntracked, as unsigned values.\n\nOn 64-bit kernels, the number of pages a memslot contains and thus the size\n(and offset) of its guest_memfd binding are unsigned 64-bit values. Taking\nthe offset+size as an loff_t instead of a uoff_t inadvertently converts\nthe unsigned value to a signed value if the offset and/or size is massive.\n\nLocally storing the offset and size as signed values is benign in and of\nitself (though even that is *extremely* difficult to discern), but\noperating on their sum is not.\n\nFor the offset, KVM explicitly checks against a negative value, which might\nseem like a bug as KVM could incorrectly reject a legitimate binding, but\nthat\u0027s not actually the case as KVM_CREATE_GUEST_MEMFD takes a signed value\nfor its size, i.e. a would-be-negative offset is also greater than the\nmaximum possible size of any guest_memfd file.\n\nRegarding the size, while KVM lacks an explicit check for a negative value,\ni.e. seemingly has a flawed overflow check, KVM restricts the number of\npages in a single memslot to the largest positive signed 32-bit value:\n\n if (id \u003c KVM_USER_MEM_SLOTS \u0026\u0026\n (mem-\u003ememory_size \u003e\u003e PAGE_SHIFT) \u003e KVM_MEM_MAX_NR_PAGES)\n return -EINVAL;\n\nand so that maximum \"size\" will ever be is 0x7fffffff000.\n\nThe sum of the two is, however, problematic. While the size is restricted\nby KVM\u0027s memslot logic, the offset is not, i.e. the offset is completely\nunchecked until the \"offset + size \u003e i_size_read(inode)\" check. If the\noffset is the (nearly) largest possible _positive_ value, then adding size\nto the offset can result in a signed, negative 64-bit value. When compared\nagainst the size of the file (guaranteed to be positive), the negative sum\nis always smaller, and KVM incorrectly allows the absurd offset.\n\nOpportunistically add missing includes in kvm_mm.h (instead of relying on\nits parents).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64283",
"url": "https://www.suse.com/security/cve/CVE-2026-64283"
},
{
"category": "external",
"summary": "SUSE Bug 1273870 for CVE-2026-64283",
"url": "https://bugzilla.suse.com/1273870"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64283"
},
{
"cve": "CVE-2026-64284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64284"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: Ensure vendor\u0027s exit handler runs before fastpath userspace exits\n\nMove the handling of fastpath userspace exits into vendor code to ensure\nKVM runs vendor specific operations that need to run before userspace gains\ncontrol of the vCPU. E.g. for VMX (and soon to be for SVM as well), KVM\nneeds to flush the PML buffer prior to exiting to userspace, otherwise any\nmemory written by the final KVM_RUN might never be flagged as dirty.\n\nNote, waiting to snapshot CR0 and CR3 until svm_handle_exit() is flawed in\ngeneral, as that risks consuming stale state in a fastpath handler. That\nwill be addressed in a future change.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64284",
"url": "https://www.suse.com/security/cve/CVE-2026-64284"
},
{
"category": "external",
"summary": "SUSE Bug 1273293 for CVE-2026-64284",
"url": "https://bugzilla.suse.com/1273293"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64284"
},
{
"cve": "CVE-2026-64285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64285"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: SEV: Pin source page for write when adding CPUID data for SNP guest\n\nWhen populating a guest_memfd instance with the initial CPUID data for an\nSNP guest, acquire a writable pin on the source page as KVM will write back\nthe \"correct\" CPUID information if the userspace provided data is rejected\nby trusted firmware. Because KVM writes to the source page using a kernel\nmapping, pinning for read could result in KVM clobbering read-only memory.\n\nNote, well-behaved VMMs are unlikely to be affected, as CPUID information\nis almost always dynamically generated by userspace, i.e. it\u0027s unlikely for\nthe CPUID information to be backed by a read-only mapping.\n\n[sean: rewrite shortlog and changelog, tag for stable@]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64285",
"url": "https://www.suse.com/security/cve/CVE-2026-64285"
},
{
"category": "external",
"summary": "SUSE Bug 1273951 for CVE-2026-64285",
"url": "https://bugzilla.suse.com/1273951"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64285"
},
{
"cve": "CVE-2026-64286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64286"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPU\n\nflush_hyp_vcpu() copies the host vCPU context into the hyp\u0027s private\nvCPU on every run. ctxt_to_vcpu() expects a guest context to have a\nNULL __hyp_running_vcpu, which is only ever set on the host context, so\nthat it resolves the vCPU via container_of(). While this is generally\nthe case, flush_hyp_vcpu() copies the context verbatim and does not\nenforce this, so a value provided by the host is dereferenced at EL2\n(host -\u003e EL2).\n\nFix by clearing __hyp_running_vcpu after the copy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64286",
"url": "https://www.suse.com/security/cve/CVE-2026-64286"
},
{
"category": "external",
"summary": "SUSE Bug 1274058 for CVE-2026-64286",
"url": "https://bugzilla.suse.com/1274058"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64286"
},
{
"cve": "CVE-2026-64287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64287"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU\n\nflush_hyp_vcpu() copies the host vGIC state into the hyp\u0027s private vCPU\non every run. The vGIC list register save and restore use used_lrs as\ntheir loop bound and expect it to stay within the number of implemented\nlist registers. While this is generally the case, flush_hyp_vcpu()\ncopies vgic_v3 verbatim and does not enforce this, so a value provided\nby the host is used at EL2 to index vgic_lr[] and access ICH_LR\u003cn\u003e_EL2\n(host -\u003e EL2).\n\nFix by clamping used_lrs to the number of implemented list registers\nafter the copy, as the trusted path already does in\nvgic_flush_lr_state(). The number of implemented list registers is\nconstant after init, so it is replicated once from\nkvm_vgic_global_state.nr_lr into hyp_gicv3_nr_lr rather than read on\nevery entry.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64287",
"url": "https://www.suse.com/security/cve/CVE-2026-64287"
},
{
"category": "external",
"summary": "SUSE Bug 1273325 for CVE-2026-64287",
"url": "https://bugzilla.suse.com/1273325"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64287"
},
{
"cve": "CVE-2026-64288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64288"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB\n\nVNCR TLB invalidation occurs from MMU notifiers or TLBI instructions,\nand either can race against a vcpu not being onlined yet (no pseudo-TLB\nallocated). Similarly, the TLB might be invalid, and the invalidation\nshould be skipped in this case.\n\nBoth kvm_invalidate_vncr_ipa() and kvm_invalidate_vncr_va() are\nexpected to perform the same checks, except that the latter doesn\u0027t\ncheck for the allocation and blindly dereferences the pointer.\n\nSolve this by introducing a new iterator built on top of the usual\nkvm_for_each_vcpu() that checks for both of the above conditions,\nand convert the two users to it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64288",
"url": "https://www.suse.com/security/cve/CVE-2026-64288"
},
{
"category": "external",
"summary": "SUSE Bug 1273816 for CVE-2026-64288",
"url": "https://bugzilla.suse.com/1273816"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64288"
},
{
"cve": "CVE-2026-64289",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64289"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Set upper bounds on cache invalidation entry_num and entry_len\n\niommufd_hwpt_invalidate() takes a user-controlled entry_num and entry_len,\neach bounded only by U32_MAX. An entry_len beyond the kernel\u0027s struct size\nmakes the copy helper verify the extra bytes are zero, scanning that excess\nin one uninterruptible pass; a multi-gigabyte value over zeroed user memory\ntrips the soft-lockup watchdog.\n\nA large entry_num is the other half, driving the backend invalidation loop\nwith no reschedule. The VT-d nested handler, for one, copies each entry and\nflushes caches per iteration, pinning the CPU on a non-preemptible kernel.\n\nCap both in the ioctl. entry_len is held under PAGE_SIZE, above any request\nstruct, and entry_num under 1 \u003c\u003c 19, the order of a hardware invalidation\nqueue and well beyond any real batch, bounding the per-call loop length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64289",
"url": "https://www.suse.com/security/cve/CVE-2026-64289"
},
{
"category": "external",
"summary": "SUSE Bug 1274013 for CVE-2026-64289",
"url": "https://bugzilla.suse.com/1274013"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64289"
},
{
"cve": "CVE-2026-64290",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64290"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Break the loop on failure in iommufd_fault_fops_read()\n\nOn a copy_to_user() failure inside the inner list_for_each_entry, only the\ninner loop breaks; the outer while re-fetches the just-restored fault group\nand retries the failing copy_to_user() forever, spinning the reader at 100%\nCPU with fault-\u003emutex held.\n\nCheck rc after the inner loop and break the outer while as well.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64290",
"url": "https://www.suse.com/security/cve/CVE-2026-64290"
},
{
"category": "external",
"summary": "SUSE Bug 1273964 for CVE-2026-64290",
"url": "https://bugzilla.suse.com/1273964"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64290"
},
{
"cve": "CVE-2026-64291",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64291"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Set veventq_depth upper bound\n\niommufd_veventq_alloc() accepts any !0 veventq_depth from userspace, with\nan upper bound at U32_MAX.\n\nThis leaves a vulnerability where userspace can allocate excessively large\nqueues to exhaust kernel memory reserves.\n\nCap the veventq_depth (maximum number of entries) to 1 \u003c\u003c 19, matching the\nmaximum number of entries in the SMMUv3 EVTQ (the largest use case today).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64291",
"url": "https://www.suse.com/security/cve/CVE-2026-64291"
},
{
"category": "external",
"summary": "SUSE Bug 1274025 for CVE-2026-64291",
"url": "https://bugzilla.suse.com/1274025"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64291"
},
{
"cve": "CVE-2026-64292",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64292"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Move vevent memory allocation outside spinlock\n\nThe veventq memory allocation happens inside the spinlock. Given its depth\nis decided by the user space, this leaves a vulnerability, where userspace\ncan allocate large queues to exhaust atomic memory reserves.\n\nMove the allocation outside the spinlock and use GFP_NOWAIT, which can fail\nfast under memory pressure without dipping into the GFP_ATOMIC reserves or\ndirect-reclaiming from the threaded IRQ handler. On allocation failure,\nqueue the lost_events_header (so userspace learns of the drop) and return\n-ENOMEM so the caller learns of the kernel-side memory pressure.\n\nThis is intentionally distinct from the queue-overflow path, which also\nqueues the lost_events_header but returns 0: a full queue is an expected\nuserspace-pacing condition rather than a kernel error.\n\nA subsequent change will cap the upper bound of the veventq_depth.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64292",
"url": "https://www.suse.com/security/cve/CVE-2026-64292"
},
{
"category": "external",
"summary": "SUSE Bug 1274064 for CVE-2026-64292",
"url": "https://bugzilla.suse.com/1274064"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64292"
},
{
"cve": "CVE-2026-64293",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64293"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read\n\nThe bound-check in iommufd_veventq_fops_read() for the normal vEVENT\npath uses sizeof(hdr) where the surrounding code uses sizeof(*hdr):\n\n\tif (!vevent_for_lost_events_header(cur) \u0026\u0026\n\t sizeof(hdr) + cur-\u003edata_len \u003e count - done) {\n\nhdr is declared as struct iommufd_vevent_header *, so sizeof(hdr)\nevaluates to the size of the pointer. Surrounding code uses\nsizeof(*hdr) consistently:\n\n\tif (done \u003e= count || sizeof(*hdr) \u003e count - done) {\n\t...\n\tif (copy_to_user(buf + done, hdr, sizeof(*hdr))) {\n\t...\n\tdone += sizeof(*hdr);\n\nstruct iommufd_vevent_header is currently 8 bytes (two __u32 fields,\nflags and sequence), so on 64-bit (sizeof(void *) == 8) the two\nexpressions happen to be equal and the check works as intended.\n\nOn 32-bit (sizeof(void *) == 4) the check under-counts the header by\n4 bytes: a vEVENT whose data_len causes 8 + cur-\u003edata_len to exceed\ncount - done while 4 + cur-\u003edata_len does not will pass the check,\nthen the loop will copy_to_user 8 bytes of header followed by data_len\nbytes of payload, writing past the user-supplied buffer.\n\nIt is also a latent bug for any future expansion of struct\niommufd_vevent_header beyond sizeof(void *) on 64-bit; the check\nshould not depend on the type happening to match the host pointer\nwidth.\n\nUse sizeof(*hdr) to match the rest of the function and the actual\namount that will be copied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64293",
"url": "https://www.suse.com/security/cve/CVE-2026-64293"
},
{
"category": "external",
"summary": "SUSE Bug 1274016 for CVE-2026-64293",
"url": "https://bugzilla.suse.com/1274016"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64293"
},
{
"cve": "CVE-2026-64294",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64294"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: do file ownership checks with the proper mount idmap\n\nEver since idmapped mounts were introduced, inode ownership checks (for\nside-channel protection) in mincore() and madvise(MADV_PAGEOUT) were done\nagainst the nop_mnt_idmap, which completely ignores the file\u0027s mount\u0027s\nidmap. This results in odd edgecases like:\n\n1) mount/bind-mount with an idmap userA:userB:1\n2) userB runs an owner_or_capable() check on file that is owned by userA\non-disk/in-memory, but owned by userB after idmap translation\n3) owner_or_capable() mysteriously fails as the correct idmap wasn\u0027t supplied\n\nIn the case of mincore/madvise MADV_PAGEOUT, this is usually benign,\nbecause file_permission(file, MAY_WRITE) will probably succeed, as it uses\nthe proper idmap internally, but it does not need to be the case on e.g a\n0444 file where even the owner itself doesn\u0027t have permissions to write to\nit.\n\nSince this is clearly not trivial to get right, introduce a\nfile_owner_or_capable() that can carry the correct semantics, and switch\nthe various users in mm to it.\n\nThe issue was found by manual code inspection \u0026 an off-list discussion\nwith Jan Kara.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64294",
"url": "https://www.suse.com/security/cve/CVE-2026-64294"
},
{
"category": "external",
"summary": "SUSE Bug 1273525 for CVE-2026-64294",
"url": "https://bugzilla.suse.com/1273525"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64294"
},
{
"cve": "CVE-2026-64295",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64295"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access\n\nThe page_ext iteration API does not validate if the PFN still belongs to a\nvalid section while advancing the iterator. When dynamically adding\nmemory in the hotplug path, it can lead to a NULL pointer dereference\nduring page_ext_lookup at the boundary of the last valid section when\niterator count equals __pgcount.\n\nThe for_each_page_ext() macro calls page_ext_iter_next() as its loop\nincrement. for_each_page_ext() does a \"__page_ext =\npage_ext_iter_next(\u0026__iter)\" at the end. This causes page_ext_iter_next()\nto increment iter-\u003eindex past __pgcount and call page_ext_lookup(start_pfn\n+ __pgcount). During memory hotplug (online), the PFN at start_pfn +\n__pgcount may belong to a section that has not yet been initialized,\ncausing page_ext_lookup() to trigger a NULL pointer dereference.\n\n[ 14.555124][ T846] Call trace:\n[ 14.555125][ T846] lookup_page_ext+0x6c/0x108 (P)\n[ 14.555127][ T846] page_ext_lookup+0x30/0x3c\n[ 14.555129][ T846] __reset_page_owner+0x11c/0x260\n[ 14.571201][ T846] __free_pages_ok+0x5e8/0x8e0\n[ 14.571204][ T846] __free_pages_core+0x78/0xf0\n[ 14.571206][ T846] generic_online_page+0x14/0x24\n[ 14.597782][ T846] online_pages+0x178/0x30c\n[ 14.597784][ T846] memory_block_change_state+0x284/0x32c\n[ 14.597787][ T846] memory_subsys_online+0x4c/0x64\n[ 14.597789][ T846] device_online+0x88/0xb0\n[ 14.597791][ T846] online_memory_block+0x30/0x40\n[ 14.597793][ T846] walk_memory_blocks+0xac/0xe8\n[ 14.597794][ T846] add_memory_resource+0x280/0x298\n[ 14.656161][ T846] add_memory+0x60/0x98\n\nMove the iteration boundary enforcement inside the iterator functions, so\ncallers cannot inadvertently access beyond the requested range.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64295",
"url": "https://www.suse.com/security/cve/CVE-2026-64295"
},
{
"category": "external",
"summary": "SUSE Bug 1273943 for CVE-2026-64295",
"url": "https://bugzilla.suse.com/1273943"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64295"
},
{
"cve": "CVE-2026-64296",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64296"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nexfat: bound uniname advance in exfat_find_dir_entry()\n\nIn exfat_find_dir_entry(), each TYPE_EXTEND (file name) entry advances the\noutput pointer by a fixed amount while the loop guard only tracks the\naccumulated name length:\n\n\tif (++order == 2)\n\t\tuniname = p_uniname-\u003ename;\n\telse\n\t\tuniname += EXFAT_FILE_NAME_LEN;\n\tlen = exfat_extract_uni_name(ep, entry_uniname);\n\tname_len += len;\n\tunichar = *(uniname+len);\n\t*(uniname+len) = 0x0;\n\nuniname grows by EXFAT_FILE_NAME_LEN (15) per name entry, but name_len\ngrows only by the actual extracted length, which is shorter when a name\nfragment contains an early NUL. The only guard is\n`name_len \u003e= MAX_NAME_LENGTH`, so a crafted directory with many short\nname fragments lets uniname run far past the\np_uniname-\u003ename[MAX_NAME_LENGTH + 3] buffer while name_len stays small,\ncausing an out-of-bounds read and write at *(uniname+len).\n\nThe sibling extractor exfat_get_uniname_from_ext_entry() already stops\non a short fragment (the lockstep `len != EXFAT_FILE_NAME_LEN` guard\nadded in commit d42334578eba (\"exfat: check if filename entries exceeds\nmax filename length\")); exfat_find_dir_entry() never got the\nequivalent. Track the per-entry write offset as a count and reject a\nfragment once the offset, or the offset plus the extracted length, would\nexceed MAX_NAME_LENGTH, before forming the output pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64296",
"url": "https://www.suse.com/security/cve/CVE-2026-64296"
},
{
"category": "external",
"summary": "SUSE Bug 1273975 for CVE-2026-64296",
"url": "https://bugzilla.suse.com/1273975"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64296"
},
{
"cve": "CVE-2026-64297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64297"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmodule: decompress: check return value of module_extend_max_pages()\n\nmodule_extend_max_pages() calls kvrealloc() internally and returns\n-ENOMEM on allocation failure. The return value is never checked.\n\nIf the initial allocation fails, info-\u003epages remains NULL and\ninfo-\u003emax_pages remains 0. Subsequent calls to module_get_next_page()\nwill attempt to dynamically grow the array by calling\nmodule_extend_max_pages(info, 0) since info-\u003eused_pages is 0. This\nresults in kvrealloc(NULL, 0) returning ZERO_SIZE_PTR, which is treated\nas a success, leading to a dereference of ZERO_SIZE_PTR and a kernel\noops.\n\nFix: add the missing error check after module_extend_max_pages() and\nreturn immediately on failure. This matches the pattern used by every\nother kvrealloc() caller in the module loading path.\n\n[Sami: Corrected the analysis in the commit message.]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64297",
"url": "https://www.suse.com/security/cve/CVE-2026-64297"
},
{
"category": "external",
"summary": "SUSE Bug 1273938 for CVE-2026-64297",
"url": "https://bugzilla.suse.com/1273938"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64297"
},
{
"cve": "CVE-2026-64298",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64298"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSv4: include MAY_WRITE in open permission mask for O_TRUNC\n\nPOSIX requires write permission to truncate a file, so an open() that\nspecifies O_TRUNC must be authorized for write access regardless of the\nO_ACCMODE access mode.\n\nnfs_open_permission_mask() builds the access mask passed to\nnfs_may_open(), which is the local authorization gate for OPENs the\nclient serves itself from a cached write delegation via the\ncan_open_delegated() path in nfs4_try_open_cached(). The mask is\nderived from O_ACCMODE alone, so an open(O_RDONLY | O_TRUNC) against a\nfile the caller cannot write requests only MAY_READ and passes the\nlocal check. The OPEN is then satisfied locally and the truncation is\nissued to the server as a SETATTR(size=0) over the delegation stateid,\nwhich the server accepts under standard write-delegation semantics.\nPOSIX requires that this open fail with EACCES.\n\nInclude MAY_WRITE in the mask whenever O_TRUNC is set so the local\ncheck matches the access the server would have enforced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64298",
"url": "https://www.suse.com/security/cve/CVE-2026-64298"
},
{
"category": "external",
"summary": "SUSE Bug 1273550 for CVE-2026-64298",
"url": "https://bugzilla.suse.com/1273550"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64298"
},
{
"cve": "CVE-2026-64299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64299"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Prevent out-of-bounds read in glob matching\n\nString event fields are not necessarily NUL-terminated, so the filter\npredicate functions (filter_pred_string(), filter_pred_strloc() and\nfilter_pred_strrelloc()) pass the field length to the regex match\ncallbacks, and the length-aware matchers honour it.\n\nregex_match_glob() was the exception: it ignored the length and called\nglob_match(), which scans the string until it hits a NUL byte. Some\nstring fields are not NUL-terminated. One example is the dynamic char\narray of the xfs_* namespace tracepoints, which is copied without a\ntrailing NUL. For such a field, glob matching reads past the end of\nthe event field, causing a KASAN slab-out-of-bounds read in\nglob_match(), reached via regex_match_glob() and filter_match_preds()\nfrom the xfs_lookup tracepoint.\n\nAdd a length-bounded glob_match_len() and use it from regex_match_glob()\nso glob matching always stops at the field boundary. The matching loop\nis factored into a shared helper so glob_match() keeps its behaviour.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64299",
"url": "https://www.suse.com/security/cve/CVE-2026-64299"
},
{
"category": "external",
"summary": "SUSE Bug 1273976 for CVE-2026-64299",
"url": "https://bugzilla.suse.com/1273976"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64299"
},
{
"cve": "CVE-2026-64300",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64300"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/aux: Fix page UAF in map_range()\n\nmap_range() reads rb-\u003eaux_pages[], rb-\u003eaux_nr_pages and rb-\u003eaux_pgoff via\nperf_mmap_to_page() while holding only event-\u003emmap_mutex. Those fields are\nserialized by rb-\u003eaux_mutex, and mmap_mutex is per event.\n\nThus, two events sharing one rb via PERF_EVENT_IOC_SET_OUTPUT can race\nrb_alloc_aux() with map_range(), leading to a page-UAF scenario as follows:\n\n CPU 0 CPU 1\n ===== =====\n rb_alloc_aux() map_range()\n [1]: allocate rb-\u003eaux_pages[0]\n [2]: rb-\u003eaux_nr_pages++\n [3]: perf_mmap_to_page()\n returns rb-\u003eaux_pages[0]\n [4]: map it as VM_PFNMAP\n [5]: rb-\u003eaux_pgoff = 1\n\n munmap the page\n [6]: free rb-\u003eaux_pages[0]\n\nPages mapped as VM_PFNMAP have no refcount protection, so CPU 1 holds a\nmapping to a freed physical frame.\n\nFix this by taking rb-\u003eaux_mutex across the page walk in map_range().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64300",
"url": "https://www.suse.com/security/cve/CVE-2026-64300"
},
{
"category": "external",
"summary": "SUSE Bug 1273852 for CVE-2026-64300",
"url": "https://bugzilla.suse.com/1273852"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64300"
},
{
"cve": "CVE-2026-64301",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64301"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nregulator: scmi: fix of_node refcount leak in scmi_regulator_probe()\n\nscmi_regulator_probe() calls of_find_node_by_name() which takes a\nreference on the returned device node. On the error path where\nprocess_scmi_regulator_of_node() fails, the function returns without\ncalling of_node_put() on the child node, leaking the reference.\n\nAdd of_node_put(np) on the error path to properly release the\nreference.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64301",
"url": "https://www.suse.com/security/cve/CVE-2026-64301"
},
{
"category": "external",
"summary": "SUSE Bug 1273520 for CVE-2026-64301",
"url": "https://bugzilla.suse.com/1273520"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64301"
},
{
"cve": "CVE-2026-64302",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64302"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/mm: Fix freeing of PMD-sized vmemmap pages\n\nCommit bf9e4e30f353 (\"x86/mm: use pagetable_free()\"), switched from\nfreeing non-boot page tables through __free_pages() to\npagetable_free().\n\nHowever, the function is also called to free vmemmap pages.\n\nGiven that vmemmap pages are not page tables, already the page_ptdesc(page)\nis wrong. But worse, pagetable_free() calls:\n\n\t__free_pages(page, compound_order(page));\n\nSince vmemmap pages are not compound pages (see vmemmap_alloc_block())\n-- except for HVO, which doesn\u0027t apply here -- only first page of a\nPMD-sized vmemmap page is freed, leaking the other ones.\n\nFix it by properly decoupling pagetable and vmemmap freeing.\nfree_pagetable() no longer has to mess with SECTION_INFO, as only the\nvmemmap is marked like that in register_page_bootmem_memmap().\n\nThe indentation in remove_pmd_table() is messed up. Fix that while\ntouching it.\n\nBootmem info handling will soon be fixed up. For now, handle it\nsimilar to free_pagetable(), just avoiding the ifdef.\n\n[ dhansen: changelog munging. More imperative voice ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64302",
"url": "https://www.suse.com/security/cve/CVE-2026-64302"
},
{
"category": "external",
"summary": "SUSE Bug 1273428 for CVE-2026-64302",
"url": "https://bugzilla.suse.com/1273428"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64302"
},
{
"cve": "CVE-2026-64303",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64303"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nspi: fsl-lpspi: terminate the RX channel on TX prepare failure path\n\nWhen dmaengine_prep_slave_sg() fails for the TX channel, the error path\nterminates the TX DMA channel but leaves the RX channel running. Since\nthe RX channel was already submitted and issued prior to preparing\nthe TX descriptor, returning -EINVAL causes the SPI core to unmap the\nDMA buffers while the RX DMA engine continues writing to them, leading\nto potential memory corruption or use-after-free.\n\nTerminate the RX channel before returning on the TX prepare failure path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64303",
"url": "https://www.suse.com/security/cve/CVE-2026-64303"
},
{
"category": "external",
"summary": "SUSE Bug 1273284 for CVE-2026-64303",
"url": "https://bugzilla.suse.com/1273284"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64303"
},
{
"cve": "CVE-2026-64304",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64304"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - validate RSA CRT component lengths\n\nThe generic RSA key parser (rsa_helper.c) bounds each CRT component (p,\nq, dp, dq, qinv) by the modulus size n_sz, but qat_rsa_setkey_crt()\nallocates half-size DMA buffers (key_sz / 2) and right-aligns each\ncomponent with:\n\n memcpy(dst + half_key_sz - len, src, len)\n\nWhen a CRT component is larger than half_key_sz the subtraction\nunderflows and memcpy writes past the DMA buffer, causing memory\ncorruption.\n\nAdd a len \u003e half_key_sz check next to the existing !len check for each\nof the five CRT components so the driver falls back to the non-CRT path\ninstead of writing out of bounds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64304",
"url": "https://www.suse.com/security/cve/CVE-2026-64304"
},
{
"category": "external",
"summary": "SUSE Bug 1273944 for CVE-2026-64304",
"url": "https://bugzilla.suse.com/1273944"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64304"
},
{
"cve": "CVE-2026-64305",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64305"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - protect service table iterations with service_lock\n\nThe service_table list is protected by service_lock when entries are\nadded or removed (in adf_service_add() and adf_service_remove()), but\nseveral functions iterate over the list without holding this lock.\n\nA concurrent adf_service_register() or adf_service_unregister() call\ncould modify the list during traversal, leading to list corruption or\na use-after-free.\n\nFix this by holding service_lock across all list_for_each_entry()\niterations of service_table in adf_dev_init(), adf_dev_start(),\nadf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(),\nadf_dev_restarted_notify(), and adf_error_notifier().\n\nThe lock ordering is safe: callers of the static helpers (adf_dev_up()\nand adf_dev_down()) acquire state_lock before service_lock, and no\nevent_hld callback or service_lock holder ever acquires state_lock in\nthe reverse order.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64305",
"url": "https://www.suse.com/security/cve/CVE-2026-64305"
},
{
"category": "external",
"summary": "SUSE Bug 1273294 for CVE-2026-64305",
"url": "https://bugzilla.suse.com/1273294"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64305"
},
{
"cve": "CVE-2026-64306",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64306"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: drbg - Fix returning success on failure in CTR_DRBG\n\ndrbg_ctr_generate() sometimes returns success when it fails, leaving the\noutput buffer uninitialized. Fix it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64306",
"url": "https://www.suse.com/security/cve/CVE-2026-64306"
},
{
"category": "external",
"summary": "SUSE Bug 1273939 for CVE-2026-64306",
"url": "https://bugzilla.suse.com/1273939"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64306"
},
{
"cve": "CVE-2026-64307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64307"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)\n\nSashiko notes:\n\n\u003e if SEV initialization fails and KVM is actively running normal VMs, could a\n\u003e userspace process trigger this code path via /dev/sev ioctls (e.g.,\n\u003e SEV_PDH_GEN) and zero out MSR_VM_HSAVE_PA globally? Would the next VMRUN\n\u003e execution for an active VM trigger a general protection fault and crash the\n\u003e host?\n\nRefuse to re-try initialization if SNP is not already initialized for\nSNP_CONFIG.\n\nThis is technically an ABI break: before if SNP initialization failed it\ncould be transparently retriggered by this ioctl, and if no VMs were\nrunning, everything worked fine. Hopefully this is enough of a corner case\nthat nobody will notice, but someone does, there are a few options:\n\n* do something like symbol_get() for kvm and refuse to initialize if KVM is\n loaded\n* check each cpu\u0027s HSAVE_PA for non-zero data before re-initializing\n* once initialization has failed, continue to refuse to initialize until\n the ccp module is unloaded",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64307",
"url": "https://www.suse.com/security/cve/CVE-2026-64307"
},
{
"category": "external",
"summary": "SUSE Bug 1273567 for CVE-2026-64307",
"url": "https://bugzilla.suse.com/1273567"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64307"
},
{
"cve": "CVE-2026-64308",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64308"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)\n\nSashiko notes:\n\n\u003e if SEV initialization fails and KVM is actively running normal VMs, could a\n\u003e userspace process trigger this code path via /dev/sev ioctls (e.g.,\n\u003e SEV_PDH_GEN) and zero out MSR_VM_HSAVE_PA globally? Would the next VMRUN\n\u003e execution for an active VM trigger a general protection fault and crash the\n\u003e host?\n\nThe SEV firmware docs for SNP_VLEK_LOAD note:\n\n\u003e On SNP_SHUTDOWN, the VLEK is deleted.\n\nThat is, the initialization/shutdown wrapper here is pointless, because the\nfirmware immediately throws away the key anyway. Instead, refuse to do\nanything if SNP has not been previously initialized.\n\nThis is an ABI break: before, this was a no-op and almost certainly a\nmistake by userspace, and now it returns -ENODEV. ABI compatibility could be\nmaintained here by simply returning 0 in the check instead.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64308",
"url": "https://www.suse.com/security/cve/CVE-2026-64308"
},
{
"category": "external",
"summary": "SUSE Bug 1273737 for CVE-2026-64308",
"url": "https://bugzilla.suse.com/1273737"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64308"
},
{
"cve": "CVE-2026-64309",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64309"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)\n\nSashiko notes:\n\n\u003e if SEV initialization fails and KVM is actively running normal VMs, could a\n\u003e userspace process trigger this code path via /dev/sev ioctls (e.g.,\n\u003e SEV_PDH_GEN) and zero out MSR_VM_HSAVE_PA globally? Would the next VMRUN\n\u003e execution for an active VM trigger a general protection fault and crash the\n\u003e host?\n\nThe SNP_COMMIT command does not require the firmware to be in any\nparticular state. Skip initializing it if it was previously uninitialized.\n\nThe SEV-SNP firmware specification doc 56860 does not mention SNP_COMMIT in\nTable 5 as a command that is allowed in the UNINIT state, but it is in fact\nallowed and a future documentation update will reflect that.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64309",
"url": "https://www.suse.com/security/cve/CVE-2026-64309"
},
{
"category": "external",
"summary": "SUSE Bug 1273963 for CVE-2026-64309",
"url": "https://bugzilla.suse.com/1273963"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64309"
},
{
"cve": "CVE-2026-64310",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64310"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: ccp - Do not initialize SNP for SEV ioctls\n\nSashiko notes:\n\n\u003e if SEV initialization fails and KVM is actively running normal VMs, could a\n\u003e userspace process trigger this code path via /dev/sev ioctls (e.g.,\n\u003e SEV_PDH_GEN) and zero out MSR_VM_HSAVE_PA globally? Would the next VMRUN\n\u003e execution for an active VM trigger a general protection fault and crash the\n\u003e host?\n\nsev_move_to_init_state() is called for ioctls requiring only SEV firmware:\nSEV_PEK_GEN, SEV_PDH_GEN, SEV_PEK_CSR, SEV_PEK_CERT_IMPORT, and\nSEV_PDH_CERT_EXPORT. After the firmware command, it does SEV_SHUTDOWN on\nthe SEV firmware. Since these commands do not require SNP to be\ninitialized, skip it by calling __sev_platform_init_locked() which only\ninitializes the SEV firmware. This way SNP is not Initialized at all, and\nHSAVE_PA is not cleared.\n\nThe previous code saved any SEV initialization firmware error to\ninit_args.error and then threw it away and hardcoded the return value of\nINVALID_PLATFORM_STATE regardless of the real firmware error. This patch\nchanges it to surface the underlying error, which is hopefully both more\nuseful and doesn\u0027t cause any problems.\n\nNote that it is still safe to call __sev_firmware_shutdown() directly: it\ncalls __sev_snp_shutdown_locked(), which skips SNP shutdown if SNP was not\ninitialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64310",
"url": "https://www.suse.com/security/cve/CVE-2026-64310"
},
{
"category": "external",
"summary": "SUSE Bug 1273954 for CVE-2026-64310",
"url": "https://bugzilla.suse.com/1273954"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64310"
},
{
"cve": "CVE-2026-64311",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64311"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: loongson - Remove broken and unused loongson-rng\n\nThe loongson-rng rng_alg has several vulnerabilities, including not\nproviding forward security, and a use-after-free bug due to the use of\nwait_for_completion_interruptible().\n\nMeanwhile, the rng_alg framework doesn\u0027t really have any purpose in the\nfirst place other than to access the software algorithms crypto/drbg.c\nand crypto/jitterentropy.c. Hardware-specific rng_algs have no\nin-kernel user, and unlike hwrng there\u0027s no feed into the actual Linux\nRNG. As such, there\u0027s really no point to this code. There are of\ncourse other rng_alg drivers that are similarly unused, but they\u0027re\nsimilarly in the process of being phased out, e.g.\nhttps://lore.kernel.org/r/20260529193648.18172-1-ebiggers@kernel.org and\nhttps://lore.kernel.org/r/20260529220430.34135-1-ebiggers@kernel.org\n\nGiven that, there\u0027s no point in fixing forward these vulnerabilities,\nand it makes much more sense to simply roll back the addition of this\ndriver. If this platform provides TRNG (not PRNG) functionality, it\ncould make sense to add a hwrng driver, but it would be quite different.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64311",
"url": "https://www.suse.com/security/cve/CVE-2026-64311"
},
{
"category": "external",
"summary": "SUSE Bug 1273840 for CVE-2026-64311",
"url": "https://bugzilla.suse.com/1273840"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64311"
},
{
"cve": "CVE-2026-64312",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64312"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: pcrypt - restore callback for non-parallel fallback\n\npcrypt installs pcrypt_aead_done() on the child AEAD request before\ntrying to submit it through padata. If padata_do_parallel() returns\n-EBUSY, pcrypt falls back to calling the child AEAD directly.\n\nThat fallback must not keep the padata completion callback. Otherwise\nan asynchronous completion runs pcrypt_aead_done() even though the\nrequest was never enrolled in padata.\n\nRestore the original request callback and callback data before calling\nthe child AEAD directly. This keeps the fallback path aligned with a\ndirect AEAD request while leaving the parallel path unchanged.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64312",
"url": "https://www.suse.com/security/cve/CVE-2026-64312"
},
{
"category": "external",
"summary": "SUSE Bug 1273968 for CVE-2026-64312",
"url": "https://bugzilla.suse.com/1273968"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64312"
},
{
"cve": "CVE-2026-64313",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64313"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: ecc - Fix carry overflow in vli multiplication\n\nThe carry flag calculation fails when r01.m_high is saturated\n(0xFFFFFFFFFFFFFFFF) and addition of lower bits overflows.\n\nThe condition (r01.m_high \u003c product.m_high) doesn\u0027t handle the case\nwhere r01.m_high == product.m_high and an additional carry exists\nfrom lower-bit overflow.\n\nWhen commit 3c4b23901a0c (\"crypto: ecdh - Add ECDH software support\")\nintroduced crypto/ecc.c, it split the muladd() function in the\nmicro-ecc library into separate mul_64_64() and add_128_128() helpers.\nIt seems the check got lost in translation.\n\nAdd proper handling for this boundary by accounting for the carry\nfrom the lower addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64313",
"url": "https://www.suse.com/security/cve/CVE-2026-64313"
},
{
"category": "external",
"summary": "SUSE Bug 1273940 for CVE-2026-64313",
"url": "https://bugzilla.suse.com/1273940"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64313"
},
{
"cve": "CVE-2026-64314",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64314"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: chacha20poly1305 - validate poly1305 template argument\n\nchachapoly_create() still accepts the compatibility poly1305 parameter\nin the template name, but it assumes the second template argument is\nalways present and immediately passes it to strcmp().\n\nWhen the argument is missing, crypto_attr_alg_name() returns an error\npointer. Check for that before comparing the name so malformed template\ninstantiations fail with an error instead of dereferencing the error\npointer in strcmp().\n\nThis matches the surrounding Crypto API template pattern where\ncrypto_attr_alg_name() results are validated before string-specific use.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64314",
"url": "https://www.suse.com/security/cve/CVE-2026-64314"
},
{
"category": "external",
"summary": "SUSE Bug 1273948 for CVE-2026-64314",
"url": "https://bugzilla.suse.com/1273948"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64314"
},
{
"cve": "CVE-2026-64315",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64315"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: caam - use print_hex_dump_devel to guard key hex dumps\n\nUse print_hex_dump_devel() for dumping sensitive key material in\n*_setkey() to avoid leaking secrets at runtime when CONFIG_DYNAMIC_DEBUG\nis enabled.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64315",
"url": "https://www.suse.com/security/cve/CVE-2026-64315"
},
{
"category": "external",
"summary": "SUSE Bug 1274028 for CVE-2026-64315",
"url": "https://bugzilla.suse.com/1274028"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64315"
},
{
"cve": "CVE-2026-64316",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64316"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: caam - use print_hex_dump_devel to guard key hex dumps\n\nUse print_hex_dump_devel() for dumping sensitive key material in\n*_setkey() and gen_split_key() to avoid leaking secrets at runtime when\nCONFIG_DYNAMIC_DEBUG is enabled.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64316",
"url": "https://www.suse.com/security/cve/CVE-2026-64316"
},
{
"category": "external",
"summary": "SUSE Bug 1273598 for CVE-2026-64316",
"url": "https://bugzilla.suse.com/1273598"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64316"
},
{
"cve": "CVE-2026-64317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64317"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nisofs: bound Rock Ridge symlink components to the SL record\n\nget_symlink_chunk() and the SL handling in\nparse_rock_ridge_inode_internal() walk the variable-length components of\na Rock Ridge \"SL\" (symbolic link) record. Each component is a two-byte\nheader (flags, len) followed by len bytes of text, so it occupies\nslp-\u003elen + 2 bytes. Both loops read slp-\u003elen and advance to the next\ncomponent, and get_symlink_chunk() additionally does\nmemcpy(rpnt, slp-\u003etext, slp-\u003elen), but neither checks that the component\nlies within the SL record before dereferencing it.\n\nA crafted SL record whose component declares a len that runs past the\nrecord (rr-\u003elen) therefore triggers an out-of-bounds read of up to 255\nbytes. When the record sits at the tail of its backing buffer - for\nexample a small kmalloc()ed continuation block reached through a CE\nrecord - the read crosses the allocation; get_symlink_chunk() then\ncopies the out-of-bounds bytes into the symlink body returned to user\nspace by readlink(), disclosing adjacent kernel memory.\n\nISO 9660 images are routinely mounted from untrusted removable media -\ndesktop environments auto-mount them (e.g. via udisks2) without\nCAP_SYS_ADMIN - so the record contents are attacker-controlled.\n\nReject any component that does not fit in the remaining record bytes\nbefore using it. In get_symlink_chunk() return NULL, like the existing\noutput-buffer (plimit) checks, so a malformed record makes readlink()\nfail with -EIO rather than silently returning a truncated target; in\nparse_rock_ridge_inode_internal() stop the inode-size walk.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64317",
"url": "https://www.suse.com/security/cve/CVE-2026-64317"
},
{
"category": "external",
"summary": "SUSE Bug 1273936 for CVE-2026-64317",
"url": "https://bugzilla.suse.com/1273936"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64317"
},
{
"cve": "CVE-2026-64318",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64318"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npartitions: aix: bound the pp_count scan to the ppe array\n\naix_partition() reads the physical volume descriptor into a fixed-size\nstruct pvd and then scans its physical-partition-extent array:\n\n\tint numpps = be16_to_cpu(pvd-\u003epp_count);\n\t...\n\tfor (i = 0; i \u003c numpps; i += 1) {\n\t\tstruct ppe *p = pvd-\u003eppe + i;\n\t\t...\n\t\tlp_ix = be16_to_cpu(p-\u003elp_ix);\n\npvd points at a single kmalloc()\u0027d struct pvd whose ppe[] member holds a\nfixed ARRAY_SIZE(pvd-\u003eppe) (1016) entries, but the loop runs up to the\non-disk pp_count. pp_count is an unvalidated __be16 read straight from\nthe descriptor, so a crafted AIX image with pp_count larger than 1016\ndrives the loop to read pvd-\u003eppe[i] past the end of the allocation (up\nto 65535 entries, ~2 MB out of bounds).\n\nThe partition scan runs without mounting anything, when a block device\nwith a crafted AIX/IBM partition table appears (an attacker-supplied\nimage attached with losetup -P, or a device auto-scanned by udev), via\nmsdos_partition() -\u003e aix_partition().\n\nClamp the scan to the number of entries the ppe[] array can hold.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64318",
"url": "https://www.suse.com/security/cve/CVE-2026-64318"
},
{
"category": "external",
"summary": "SUSE Bug 1273950 for CVE-2026-64318",
"url": "https://bugzilla.suse.com/1273950"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64318"
},
{
"cve": "CVE-2026-64319",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64319"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet-auth: validate reply message payload bounds against transfer length\n\nnvmet_auth_reply() accesses the variable-length rval[] array using\nattacker-controlled hl (hash length) and dhvlen (DH value length) fields\nwithout verifying they fit within the allocated buffer of tl bytes.\n\nA malicious NVMe-oF initiator can craft a DHCHAP_REPLY message with a\nsmall transfer length but large hl/dhvlen values, causing out-of-bounds\nheap reads when the target processes the DH public key (rval + 2*hl) or\nperforms the host response memcmp.\n\nWith DH authentication configured, the OOB pointer is passed directly to\nsg_init_one() and read by crypto_kpp_compute_shared_secret(), reaching\nup to 526 bytes past the buffer. This is exploitable pre-authentication.\n\nAdd bounds validation ensuring sizeof(*data) + 2*hl + dhvlen \u003c= tl before\nany access to the variable-length fields.\n\nDiscovered by Atuin - Automated Vulnerability Discovery Engine.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64319",
"url": "https://www.suse.com/security/cve/CVE-2026-64319"
},
{
"category": "external",
"summary": "SUSE Bug 1273339 for CVE-2026-64319",
"url": "https://bugzilla.suse.com/1273339"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64319"
},
{
"cve": "CVE-2026-64320",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64320"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page\n\nnvmet_execute_disc_get_log_page() validates only the dword alignment\nof the host-supplied Log Page Offset (lpo). The 64-bit offset is then\nadded to a small kzalloc\u0027d buffer that holds the discovery log page\nand the result is passed straight to nvmet_copy_to_sgl(), which\nmemcpy()s data_len bytes out to the host with no source-side bound\ncheck:\n\n u64 offset = nvmet_get_log_page_offset(req-\u003ecmd); /* 64-bit host */\n size_t data_len = nvmet_get_log_page_len(req-\u003ecmd); /* 32-bit host */\n ...\n if (offset \u0026 0x3) { ... } /* only check */\n ...\n alloc_len = sizeof(*hdr) + entry_size * discovery_log_entries(req);\n buffer = kzalloc(alloc_len, GFP_KERNEL);\n ...\n status = nvmet_copy_to_sgl(req, 0, buffer + offset, data_len);\n\nThe Discovery controller is unauthenticated -- nvmet_host_allowed()\nreturns true unconditionally for the discovery subsystem -- so the call\nis reachable pre-authentication by any TCP/RDMA/FC peer that can reach\nthe nvmet target. With a discovery log page of ~1 KiB, an attacker\nrequesting up to 4 KiB starting at offset == alloc_len reads the next\nslab page out and gets its content returned over the fabric (an\nempirical run on a default nvmet-tcp loopback target leaked 81\ncanonical kernel pointers in one Get Log Page response). Pointing the\noffset at unmapped kernel memory faults the in-kernel memcpy and\ncrashes (or panics, on panic_on_oops=1) the target host instead.\n\nThe attacker-controlled source-side offset pattern\n\"nvmet_copy_to_sgl(req, 0, buffer + ATTACKER_OFFSET, ...)\" is unique\nto nvmet_execute_disc_get_log_page in the entire nvmet codebase: every\nother Get Log Page handler in admin-cmd.c either ignores lpo (and\nsilently starts every response at offset 0) or tracks a local\ndestination offset with a fixed source pointer.\n\nValidate the host-supplied offset against the log page size, cap the\ncopy length to what is actually available, and zero-fill any remainder\nof the host transfer buffer. The zero-fill matches the existing\nshort-response pattern in nvmet_execute_get_log_changed_ns()\n(admin-cmd.c) and prevents leaking transport SGL contents when the\nhost asks for more bytes than the log page contains.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64320",
"url": "https://www.suse.com/security/cve/CVE-2026-64320"
},
{
"category": "external",
"summary": "SUSE Bug 1273420 for CVE-2026-64320",
"url": "https://bugzilla.suse.com/1273420"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64320"
},
{
"cve": "CVE-2026-64321",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64321"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme: target: rdma: fix ndev refcount leak on queue connect\n\nnvmet_rdma_queue_connect() calls nvmet_rdma_find_get_device() which\nacquires a reference on the returned ndev via kref_get(). On the path\nwhere the host queue backlog is exceeded and the function returns\nNVME_SC_CONNECT_CTRL_BUSY, reference of ndev is not released, leaking\nthe kref.\n\nFix this by adding a goto to the existing put_device label before the\nearly return.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64321",
"url": "https://www.suse.com/security/cve/CVE-2026-64321"
},
{
"category": "external",
"summary": "SUSE Bug 1273864 for CVE-2026-64321",
"url": "https://bugzilla.suse.com/1273864"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64321"
},
{
"cve": "CVE-2026-64322",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64322"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: validate sparing table length as an entry count, not a byte count\n\nudf_load_sparable_map() accepts a sparing table when\n\n\tsizeof(*st) + le16_to_cpu(st-\u003ereallocationTableLen) \u003e sb-\u003es_blocksize\n\nis false, i.e. it treats reallocationTableLen as a number of BYTES that\nmust fit in the block. But the table is walked as an array of 8-byte\nsparingEntry elements:\n\n\tfor (i = 0; i \u003c le16_to_cpu(st-\u003ereallocationTableLen); i++) {\n\t\tstruct sparingEntry *entry = \u0026st-\u003emapEntry[i];\n\t\t... entry-\u003eorigLocation ...\n\t}\n\nin udf_get_pblock_spar15() and udf_relocate_blocks(). A\nreallocationTableLen of N therefore passes the check whenever\nsizeof(*st) + N \u003c= blocksize, yet the consumers index\nsizeof(*st) + N * sizeof(struct sparingEntry) bytes -- up to ~8x the\nblock. On a crafted UDF image this is an out-of-bounds read in\nudf_get_pblock_spar15(); udf_relocate_blocks() additionally feeds the\nsame length to udf_update_tag(), whose crc_itu_t() reads far past the\nblock, and its memmove() through st-\u003emapEntry[] is an out-of-bounds\nwrite.\n\nValidate reallocationTableLen as the entry count it is, with\nstruct_size().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64322",
"url": "https://www.suse.com/security/cve/CVE-2026-64322"
},
{
"category": "external",
"summary": "SUSE Bug 1273958 for CVE-2026-64322",
"url": "https://bugzilla.suse.com/1273958"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64322"
},
{
"cve": "CVE-2026-64323",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64323"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: validate VAT header length against the VAT inode size\n\nudf_load_vat() takes the virtual partition\u0027s start offset straight from\nthe on-disk VAT 2.0 header without checking it against the VAT inode\nsize:\n\n\tmap-\u003es_type_specific.s_virtual.s_start_offset =\n\t\tle16_to_cpu(vat20-\u003elengthHeader);\n\tmap-\u003es_type_specific.s_virtual.s_num_entries =\n\t\t(sbi-\u003es_vat_inode-\u003ei_size -\n\t\t\tmap-\u003es_type_specific.s_virtual.s_start_offset) \u003e\u003e 2;\n\nlengthHeader is a fully attacker-controlled 16-bit value. If it exceeds\nthe VAT inode size, the s_num_entries subtraction underflows to a huge\ncount, which defeats the \"block \u003e s_num_entries\" bound in\nudf_get_pblock_virt15(); and on the ICB-inline path that function reads\n\n\t((__le32 *)(iinfo-\u003ei_data + s_start_offset))[block]\n\nso a large s_start_offset indexes past the inode\u0027s in-ICB data. Mounting\na crafted UDF image with a virtual (VAT) partition then triggers an\nout-of-bounds read.\n\nReject a VAT whose header length does not leave room for at least one\nentry within the VAT inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64323",
"url": "https://www.suse.com/security/cve/CVE-2026-64323"
},
{
"category": "external",
"summary": "SUSE Bug 1273305 for CVE-2026-64323",
"url": "https://bugzilla.suse.com/1273305"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64323"
},
{
"cve": "CVE-2026-64324",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64324"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: validate free block extents against the partition length\n\nudf_free_blocks() checks the logical block number and count against the\npartition length, but drops the extent offset from that final bound. A\ncrafted extent can pass the guard while logicalBlockNum + offset + count\npoints past the partition, which later indexes past the space bitmap\narray.\n\nA single ftruncate(2) on a file backed by such an extent reliably\npanics the kernel. This is a local availability issue. On desktop\nsystems where UDisks/polkit allows the active user to mount removable\nUDF media without CAP_SYS_ADMIN, an unprivileged local user can supply\nthe crafted filesystem and trigger the panic by truncating a writable\nfile on it. Systems that require root or CAP_SYS_ADMIN to mount the\nimage have a higher prerequisite.\n\nNo confidentiality or integrity impact is claimed: the reproduced\nprimitive is an out-of-bounds read of a bitmap pointer slot followed by\na kernel panic.\n\nUse the already computed logicalBlockNum + offset + count value for the\npartition length check. Also make load_block_bitmap() reject an\nout-of-range block group before indexing s_block_bitmap[], so corrupted\ncallers cannot walk past the flexible array.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64324",
"url": "https://www.suse.com/security/cve/CVE-2026-64324"
},
{
"category": "external",
"summary": "SUSE Bug 1273970 for CVE-2026-64324",
"url": "https://bugzilla.suse.com/1273970"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64324"
},
{
"cve": "CVE-2026-64325",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64325"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon\n\nThis patch is based on a BUG as reported by Bongani Hlope at\nhttps://lore.kernel.org/all/20260502125824.425d7159@bongani-mini.home.org.za/\n\nWhen a channel-switch announcement (CSA) beacon is received,\ncfg80211 queues a wiphy work item that eventually calls\nmt7921_channel_switch_rx_beacon(). If the station disconnects\n(or the channel context is otherwise torn down) between the\ntime the work is queued and the time it runs, the driver\u0027s\ndev-\u003enew_ctx pointer can already have been cleared to NULL.\nmt7921_channel_switch_rx_beacon() then dereferences new_ctx\nunconditionally, triggering a NULL pointer dereference at\naddress 0x0:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000000\n RIP: 0010:mt7921_channel_switch_rx_beacon+0x1f/0x100 [mt7921_common]\n\nThe same missing guard exists in mt7925_channel_switch_rx_beacon(),\nwhich shares the same code pattern introduced by the same commit.\n\nAdd an early-return NULL check for dev-\u003enew_ctx in both\nmt7921_channel_switch_rx_beacon() and\nmt7925_channel_switch_rx_beacon(). When new_ctx is NULL there is\nno pending channel switch to process, so returning immediately is\nthe correct and safe action.\n\nOops-Analysis: http://oops.fenrus.org/reports/lkml/20260502125824.425d7159@bongani-mini.home.org.za/report.html",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64325",
"url": "https://www.suse.com/security/cve/CVE-2026-64325"
},
{
"category": "external",
"summary": "SUSE Bug 1273828 for CVE-2026-64325",
"url": "https://bugzilla.suse.com/1273828"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64325"
},
{
"cve": "CVE-2026-64326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64326"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock: skip sync_blockdev() on surprise removal in bdev_mark_dead()\n\nbdev_mark_dead()\u0027s @surprise == true means the device is already gone.\nThe filesystem callback fs_bdev_mark_dead() honours this and skips\nsync_filesystem(), but the bare block device path (no -\u003emark_dead op)\nlost its !surprise guard when the holder -\u003emark_dead callback was wired\nup (see Fixes), and now calls sync_blockdev() unconditionally, which can\nhang forever waiting on writeback that can no longer complete.\n\nsyzkaller hit this via nvme_reset_work()\u0027s \"I/O queues lost\" path:\nnvme_mark_namespaces_dead() -\u003e blk_mark_disk_dead() -\u003e\nbdev_mark_dead(bdev, true) -\u003e sync_blockdev() blocks in\nfolio_wait_writeback(), wedging the reset worker and every task waiting\non it.\n\nSkip the sync on surprise removal, matching fs_bdev_mark_dead();\ninvalidate_bdev() still runs. Orderly removal (surprise == false) is\nunchanged.\n\nFound by FuzzNvme(Syzkaller with FEMU fuzzing framework).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64326",
"url": "https://www.suse.com/security/cve/CVE-2026-64326"
},
{
"category": "external",
"summary": "SUSE Bug 1273312 for CVE-2026-64326",
"url": "https://bugzilla.suse.com/1273312"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64326"
},
{
"cve": "CVE-2026-64327",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64327"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_fs: Initialize epfile-\u003ein early to fix endpoint direction checks\n\nWhen parsing endpoint descriptors, ffs_data_got_descs() generates the\neps_addrmap which contains the endpoint direction. However, epfile-\u003ein\nwas previously only populated in ffs_func_eps_enable() which executes\nupon USB host connection. As a result, early userspace ioctls like\nFUNCTIONFS_DMABUF_ATTACH that run before the host connects would see\nepfile-\u003ein as 0, leading to incorrect DMA directions.\n\nBy moving the initialization to ffs_epfiles_create(), epfile-\u003ein is\naccurate before userspace opens the endpoint files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64327",
"url": "https://www.suse.com/security/cve/CVE-2026-64327"
},
{
"category": "external",
"summary": "SUSE Bug 1273283 for CVE-2026-64327",
"url": "https://bugzilla.suse.com/1273283"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64327"
},
{
"cve": "CVE-2026-64328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64328"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_fs: Fix DMA fence leak\n\nIn ffs_dmabuf_transfer(), a ffs_dma_fence object is kmalloc\u0027d, with the\nunderlying dma_fence later initialized by dma_fence_init(), which sets\nits kref counter to 1. Then, dma_resv_add_fence() gets a second\nreference, and a pointer to the ffs_dma_fence is passed as the\nusb_request\u0027s \"context\" field.\n\nThe dma-resv mechanism will manage the second reference, but the first\nreference is never properly released; the ffs_dmabuf_cleanup() function\ndecreases the reference count, but only to balance with the reference\ngrab in ffs_dmabuf_signal_done().\n\nThe code will then slowly leak memory as more ffs_dma_fence objects are\ncreated without being ever freed.\n\nAddress this issue by transferring ownership of the fence to the DMA\nreservation object, by calling dma_fence_put() right after\ndma_resv_add_fence(). The ffs_dma_fence then gets properly discarded\nafter being signalled.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64328",
"url": "https://www.suse.com/security/cve/CVE-2026-64328"
},
{
"category": "external",
"summary": "SUSE Bug 1273848 for CVE-2026-64328",
"url": "https://bugzilla.suse.com/1273848"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64328"
},
{
"cve": "CVE-2026-64329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64329"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove\n\nThe threaded IRQ handler ccg_irq_handler() calls ucsi_notify_common(),\nwhich on a connector-change event calls ucsi_connector_change() and\nschedules connector work. In ucsi_ccg_remove(), ucsi_destroy() frees\nuc-\u003eucsi (kfree) before free_irq() is called, so a handler invocation\nalready in flight may access the freed object after ucsi_destroy().\n\n CPU 0 (remove) | CPU 1 (threaded IRQ)\n ucsi_destroy(uc-\u003eucsi) | ccg_irq_handler()\n kfree(ucsi) // FREE | ucsi_notify_common(uc-\u003eucsi) // USE\n\nMove free_irq() before ucsi_destroy() in the remove path. It is kept\nafter ucsi_unregister(): ucsi_unregister() cancels connector work whose\nhandler issues GET_CONNECTOR_STATUS through ucsi_send_command_common(),\nwhich waits for a completion that is signalled from the IRQ handler, so\nthe IRQ must stay active until that work has been cancelled.\n\nThe probe error path already orders free_irq() before ucsi_destroy().\n\nThis bug was found by static analysis.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64329",
"url": "https://www.suse.com/security/cve/CVE-2026-64329"
},
{
"category": "external",
"summary": "SUSE Bug 1273934 for CVE-2026-64329",
"url": "https://bugzilla.suse.com/1273934"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64329"
},
{
"cve": "CVE-2026-64330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64330"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: typec: tcpm: Validate SVID index in svdm_consume_modes()\n\nIn svdm_consume_modes(), the SVID value is read from pmdata-\u003esvids using\npmdata-\u003esvid_index as an array index without bounds validation:\n\n paltmode-\u003esvid = pmdata-\u003esvids[pmdata-\u003esvid_index];\n\nIf pmdata-\u003esvid_index is driven beyond SVID_DISCOVERY_MAX (16), it results\nin an out-of-bounds read of the pmdata-\u003esvids array. Because pd_mode_data\nis embedded inside struct tcpm_port, indexing past svids reads into\nadjacent fields. In particular:\n- At index 16, it reads the altmodes count.\n- At index 18 and beyond, it reads into altmode_desc[], which contains\n partner-supplied SVDM Discovery Modes VDOs.\n\nBy injecting a chosen SVID into altmode_desc[0].vdo and driving svid_index\nto 20, the partner can force paltmode-\u003esvid to be loaded with an arbitrary,\npartner- chosen SVID, which is then registered via\ntypec_partner_register_altmode().\n\nFix this by validating that pmdata-\u003esvid_index is non-negative and strictly\nless than pmdata-\u003ensvids before accessing the pmdata-\u003esvids array inside\nsvdm_consume_modes().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64330",
"url": "https://www.suse.com/security/cve/CVE-2026-64330"
},
{
"category": "external",
"summary": "SUSE Bug 1272681 for CVE-2026-64330",
"url": "https://bugzilla.suse.com/1272681"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64330"
},
{
"cve": "CVE-2026-64331",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64331"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusbip: vudc: fix NULL deref in vep_dequeue()\n\nvep_alloc_request() wasn\u0027t initializing vrequest-\u003eudc, so cancellations\non the FunctionFS AIO path were arriving in vep_dequeue without a valid\nUDC reference.\n\nSince vrequest-\u003eudc is never actually properly used anywhere, we opt to\nremove it, and update vep_dequeue to obtain a reference to the udc with\nep_to_vudc(), consistent with the other vep_ ops.\n\nAFAICT this bug has existed for ~10 years. Seems that nobody has really\nstressed the FunctionFS AIO path on usbip\u0027s vudc.\n\nI tested this fix in a QEMU aarch64 guest driving FunctionFS endpoints\nvia AIO. Before the fix, running `usbip attach` from the host would\ncause the guest to oops with the following backtrace:\n\nCall trace:\n vep_dequeue+0x1c/0xe4 (P)\n usb_ep_dequeue+0x14/0x20\n ffs_aio_cancel+0x24/0x34\n __arm64_sys_io_cancel+0xb0/0x124\n do_el0_svc+0x68/0x100\n el0_svc+0x18/0x5c\n el0t_64_sync_handler+0x98/0xdc\n el0t_64_sync+0x154/0x158",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64331",
"url": "https://www.suse.com/security/cve/CVE-2026-64331"
},
{
"category": "external",
"summary": "SUSE Bug 1273824 for CVE-2026-64331",
"url": "https://bugzilla.suse.com/1273824"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64331"
},
{
"cve": "CVE-2026-64332",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64332"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: ulpi: fix memory leak on registration failure\n\nThe allocated device name is never freed on early ULPI device\nregistration failures.\n\nFix this by initialising the device structure earlier and releasing the\ninitial reference whenever registration fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64332",
"url": "https://www.suse.com/security/cve/CVE-2026-64332"
},
{
"category": "external",
"summary": "SUSE Bug 1273285 for CVE-2026-64332",
"url": "https://bugzilla.suse.com/1273285"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64332"
},
{
"cve": "CVE-2026-64333",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64333"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: serial: digi_acceleport: fix write buffer corruption\n\nThe digi_write_inb_command() is supposed to wait for the write urb to\nbecome available or return an error, but instead it updates the transfer\nbuffer and tries to resubmit the urb on timeout.\n\nTo make things worse, for commands like break control where no timeout\nis used, the driver would corrupt the urb immediately due to a broken\njiffies comparison (on 32-bit machines this takes five minutes of uptime\nto trigger due to INITIAL_JIFFIES).\n\nFix this by adding the missing return on timeout and waiting\nindefinitely when no timeout has been specified as intended.\n\nThis issue was (sort of) flagged by Sashiko when reviewing an unrelated\nchange to the driver.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64333",
"url": "https://www.suse.com/security/cve/CVE-2026-64333"
},
{
"category": "external",
"summary": "SUSE Bug 1273933 for CVE-2026-64333",
"url": "https://bugzilla.suse.com/1273933"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64333"
},
{
"cve": "CVE-2026-64334",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64334"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: serial: digi_acceleport: fix hard lockup on disconnect\n\nIf submitting the OOB write urb fails persistently (e.g if the device is\nbeing disconnected) the driver would loop indefinitely with interrupts\ndisabled.\n\nCheck for urb submission errors when sending OOB commands to avoid\nhanging if, for example, open(), set_termios() or close() races with a\nphysical disconnect.\n\nThis is issue was flagged by Sashiko when reviewing an unrelated change\nto the driver.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64334",
"url": "https://www.suse.com/security/cve/CVE-2026-64334"
},
{
"category": "external",
"summary": "SUSE Bug 1273942 for CVE-2026-64334",
"url": "https://bugzilla.suse.com/1273942"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64334"
},
{
"cve": "CVE-2026-64335",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64335"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: serial: digi_acceleport: fix broken rx after throttle\n\nIf the port is closed while throttled, the read urb is never resubmitted\nand the port will not receive any further data until the device is\nreconnected (or the driver is rebound).\n\nClear the throttle flags and submit the urb if needed when opening the\nport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64335",
"url": "https://www.suse.com/security/cve/CVE-2026-64335"
},
{
"category": "external",
"summary": "SUSE Bug 1273977 for CVE-2026-64335",
"url": "https://bugzilla.suse.com/1273977"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64335"
},
{
"cve": "CVE-2026-64336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64336"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: serial: keyspan_pda: fix information leak\n\nThe write() callback is supposed to return the number of characters\naccepted or a negative errno. Since the addition of write fifo support\nthe keyspan_pda implementation will however return the number characters\nsubmitted to the device if the write urb is not already in use. If this\nnumber is larger than the number of characters passed to write(), the\nline discipline continues writing data from beyond the tty write buffer.\n\nFix the information leak by making sure that keyspan_pda_write_start()\nreturns zero on success as intended.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64336",
"url": "https://www.suse.com/security/cve/CVE-2026-64336"
},
{
"category": "external",
"summary": "SUSE Bug 1272685 for CVE-2026-64336",
"url": "https://bugzilla.suse.com/1272685"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64336"
},
{
"cve": "CVE-2026-64337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64337"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: mtu3: unmap request DMA on queue failure\n\nmtu3_gadget_queue() maps the request before checking whether\nthe QMU GPD ring can accept another transfer. the request is\nreturned with -EAGAIN before it is linked on the endpoint\nrequest list if mtu3_prepare_transfer() fails.\n\nNormal completion and dequeue paths unmap requests from\nmtu3_req_complete(), but this error path never reaches that\nhelper, so the DMA mapping is left active. Unmap the request\nbefore returning from the failed queue path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64337",
"url": "https://www.suse.com/security/cve/CVE-2026-64337"
},
{
"category": "external",
"summary": "SUSE Bug 1273738 for CVE-2026-64337",
"url": "https://bugzilla.suse.com/1273738"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64337"
},
{
"cve": "CVE-2026-64338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64338"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: misc: uss720: unregister parport on probe failure\n\nuss720_probe() registers a parport before reading the 1284 register used\nto detect unsupported Belkin F5U002 adapters. If get_1284_register()\nfails, the error path drops the driver private data and the USB device\nreference, but leaves the parport device registered.\n\nLeaving the port registered is more than a private allocation leak:\nparport_register_port() has already reserved a parport number and\nregistered the parport bus device, while pp-\u003eprivate_data still points at\nthe private data that the common error path is about to release.\n\nUndo the pre-announce registration in the get_1284_register() failure\nbranch before jumping to the common private-data cleanup path. Clear\npriv-\u003epp first, matching the disconnect path and avoiding a stale pointer\nin the private data.\n\nThis issue was identified during our ongoing static-analysis research while\nreviewing kernel code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64338",
"url": "https://www.suse.com/security/cve/CVE-2026-64338"
},
{
"category": "external",
"summary": "SUSE Bug 1273990 for CVE-2026-64338",
"url": "https://bugzilla.suse.com/1273990"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64338"
},
{
"cve": "CVE-2026-64339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64339"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: misc: usbio: bound bulk IN response length to the received transfer\n\nusbio_bulk_msg() copies bpkt_len = le16_to_cpu(bpkt-\u003elen) bytes out of\nthe bulk IN buffer (usbio-\u003erxbuf, allocated with size usbio-\u003erxbuf_len)\ninto the caller\u0027s buffer. bpkt_len is fully controlled by the device\nand is only checked against ibuf_len; ibuf_len in turn is checked\nagainst usbio-\u003etxbuf_len, not against rxbuf_len:\n\n\tif ((obuf_len \u003e (usbio-\u003etxbuf_len - sizeof(*bpkt))) ||\n\t (ibuf_len \u003e (usbio-\u003etxbuf_len - sizeof(*bpkt))))\n\t\treturn -EMSGSIZE;\n\ntxbuf_len and rxbuf_len are taken independently from the bulk OUT and\nbulk IN endpoint wMaxPacketSize in usbio_probe(). A malicious or\nmalfunctioning device that advertises a large bulk OUT endpoint and a\nsmall bulk IN endpoint (e.g. by claiming one of the quirk-free IDs such\nas the Lattice NX33U, 0x2ac1:0x20cb) therefore makes ibuf_len, and\nhence the device-supplied bpkt_len, exceed rxbuf_len. memcpy() then\nreads up to txbuf_len - rxbuf_len bytes past the end of the rxbuf slab\nobject. The over-read bytes are handed back to the i2c layer and on to\nuser space through i2c-dev, disclosing adjacent slab memory; with KASAN\nthis is reported as a slab-out-of-bounds read.\n\nThe number of bytes actually received is already known: act equals the\nURB actual_length and is bounded by rxbuf_len. Reject any response\nthat claims more payload than was received, mirroring the existing\n\"act \u003c sizeof(*bpkt)\" check just above.\n\nThe control path (usbio_ctrl_msg()) is not affected: it uses a single\nbuffer (ctrlbuf) for both directions, so its analogous copy can never\nleave the allocation.\n\nFound by code review. The out-of-bounds read was confirmed under\nAddressSanitizer with a faithful userspace model of usbio_bulk_msg()\u0027s\nreceive path (an rxbuf_len-sized buffer, the same act/ibuf_len/bpkt_len\nchecks and the memcpy). A USB raw-gadget + dummy_hcd reproducer is\nalso available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64339",
"url": "https://www.suse.com/security/cve/CVE-2026-64339"
},
{
"category": "external",
"summary": "SUSE Bug 1273978 for CVE-2026-64339",
"url": "https://bugzilla.suse.com/1273978"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64339"
},
{
"cve": "CVE-2026-64340",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64340"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: legousbtower: fix use-after-free on disconnect race\n\nmutex_unlock() may access the mutex structure after releasing the lock\nand therefore cannot be used to manage lifetime of objects directly\n(unlike spinlocks and refcounts). [1][2]\n\nUse a kref to release the driver data to avoid use-after-free in\nmutex_unlock() when release() races with disconnect().\n\n[1] a51749ab34d9 (\"locking/mutex: Document that mutex_unlock() is\n non-atomic\")\n[2] 2b9d9e0a9ba0 (\"locking/mutex: Clarify that mutex_unlock(), and most\n other sleeping locks, can still use the lock object\n after it\u0027s unlocked\")",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64340",
"url": "https://www.suse.com/security/cve/CVE-2026-64340"
},
{
"category": "external",
"summary": "SUSE Bug 1274003 for CVE-2026-64340",
"url": "https://bugzilla.suse.com/1274003"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64340"
},
{
"cve": "CVE-2026-64341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64341"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: iowarrior: fix use-after-free on disconnect race\n\nmutex_unlock() may access the mutex structure after releasing the lock\nand therefore cannot be used to manage lifetime of objects directly\n(unlike spinlocks and refcounts). [1][2]\n\nUse a kref to release the driver data to avoid use-after-free in\nmutex_unlock() when release() races with disconnect().\n\n[1] a51749ab34d9 (\"locking/mutex: Document that mutex_unlock() is non-atomic\")\n[2] 2b9d9e0a9ba0 (\"locking/mutex: Clarify that mutex_unlock(), and most\n other sleeping locks, can still use the lock object\n after it\u0027s unlocked\")",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64341",
"url": "https://www.suse.com/security/cve/CVE-2026-64341"
},
{
"category": "external",
"summary": "SUSE Bug 1273895 for CVE-2026-64341",
"url": "https://bugzilla.suse.com/1273895"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64341"
},
{
"cve": "CVE-2026-64342",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64342"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: iowarrior: fix use-after-free on disconnect\n\nSubmitted write URBs are not stopped on close() and therefore need to be\nstopped unconditionally on disconnect() to avoid use-after-free in the\ncompletion handler.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64342",
"url": "https://www.suse.com/security/cve/CVE-2026-64342"
},
{
"category": "external",
"summary": "SUSE Bug 1274011 for CVE-2026-64342",
"url": "https://bugzilla.suse.com/1274011"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64342"
},
{
"cve": "CVE-2026-64343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64343"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: ldusb: fix use-after-free on disconnect race\n\nmutex_unlock() may access the mutex structure after releasing the lock\nand therefore cannot be used to manage lifetime of objects directly\n(unlike spinlocks and refcounts). [1][2]\n\nUse a kref to release the driver data to avoid use-after-free in\nmutex_unlock() when release() races with disconnect().\n\n[1] a51749ab34d9 (\"locking/mutex: Document that mutex_unlock() is\n non-atomic\")\n[2] 2b9d9e0a9ba0 (\"locking/mutex: Clarify that mutex_unlock(), and most\n other sleeping locks, can still use the lock object\n after it\u0027s unlocked\")",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64343",
"url": "https://www.suse.com/security/cve/CVE-2026-64343"
},
{
"category": "external",
"summary": "SUSE Bug 1273974 for CVE-2026-64343",
"url": "https://bugzilla.suse.com/1273974"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64343"
},
{
"cve": "CVE-2026-64344",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64344"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: idmouse: fix use-after-free on disconnect race\n\nmutex_unlock() may access the mutex structure after releasing the lock\nand therefore cannot be used to manage lifetime of objects directly\n(unlike spinlocks and refcounts). [1][2]\n\nUse a kref to release the driver data to avoid use-after-free in\nmutex_unlock() when release() races with disconnect().\n\n[1] a51749ab34d9 (\"locking/mutex: Document that mutex_unlock() is\n non-atomic\")\n[2] 2b9d9e0a9ba0 (\"locking/mutex: Clarify that mutex_unlock(), and most\n other sleeping locks, can still use the lock object\n after it\u0027s unlocked\")",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64344",
"url": "https://www.suse.com/security/cve/CVE-2026-64344"
},
{
"category": "external",
"summary": "SUSE Bug 1274019 for CVE-2026-64344",
"url": "https://bugzilla.suse.com/1274019"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64344"
},
{
"cve": "CVE-2026-64345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64345"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_printer: take kref only for successful open\n\nprinter_open() returns -EBUSY when the character device is already\nopen, but it increments dev-\u003ekref regardless of the return value. VFS\ndoes not call -\u003erelease() for a failed open, so every rejected second\nopen permanently leaks one reference.\n\nMove kref_get() into the successful-open branch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64345",
"url": "https://www.suse.com/security/cve/CVE-2026-64345"
},
{
"category": "external",
"summary": "SUSE Bug 1272689 for CVE-2026-64345",
"url": "https://bugzilla.suse.com/1272689"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64345"
},
{
"cve": "CVE-2026-64346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64346"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: udc: Fix use-after-free in gadget_match_driver\n\nThe udc structure acts as the management structure for the gadget,\nbut their lifecycles are decoupled. A race condition exists where\nusb_del_gadget() frees the udc memory (e.g., via mode-switch work)\nwhile gadget_match_driver() concurrently accesses the freed udc memory\n(e.g., via configfs), causing a Use-After-Free (UAF) that triggers a\nNULL pointer dereference when the freed memory is zeroed:\n\n[39430.908615][ T1171] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000\n[39430.911397][ T1171] pc : __pi_strcmp+0x20/0x140\n[39430.911441][ T1171] lr : gadget_match_driver+0x34/0x60\n...\n[39430.911890][ T1171] usb_gadget_register_driver_owner+0x50/0xf8\n[39430.911910][ T1171] gadget_dev_desc_UDC_store+0xf4/0x140\n[39430.931308][ T1171] configfs_write_iter+0xec/0x134\n\n[39430.957058][ T1171] Workqueue: events_freezable __dwc3_set_mode\n[39430.957287][ T1171] dwc3_gadget_exit+0x34/0x8c\n[39430.957304][ T1171] __dwc3_set_mode+0xc0/0x664\n\nFix this by ensuring the udc structure remains allocated until the\ngadget is released. To achieve this, introduce a new\nusb_gadget_release() routine to the core. When the gadget is added,\nusb_add_gadget() stores the gadget\u0027s release routine in the udc\nstructure and takes a reference to the udc. When the gadget is\nreleased, usb_gadget_release() drops the reference to the udc and\nthen calls the gadget\u0027s release routine.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64346",
"url": "https://www.suse.com/security/cve/CVE-2026-64346"
},
{
"category": "external",
"summary": "SUSE Bug 1273896 for CVE-2026-64346",
"url": "https://bugzilla.suse.com/1273896"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64346"
},
{
"cve": "CVE-2026-64347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64347"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: composite: fix dead empty check in the USB_DT_OTG handler\n\nThe OTG branch of composite_setup() falls back to the first\nconfiguration when none is selected:\n\n\tif (cdev-\u003econfig)\n\t\tconfig = cdev-\u003econfig;\n\telse\n\t\tconfig = list_first_entry(\u0026cdev-\u003econfigs,\n\t\t\t\t\t struct usb_configuration, list);\n\tif (!config)\n\t\tgoto done;\n\t...\n\tmemcpy(req-\u003ebuf, config-\u003edescriptors[0], value);\n\nlist_first_entry() never returns NULL. On an empty list it returns\ncontainer_of() of the list head. So the \"if (!config)\" check is dead.\n\nWhen cdev-\u003econfigs is empty, config points at the head inside struct\nusb_composite_dev. config-\u003edescriptors[0] reads whatever sits at that\noffset. The memcpy copies up to w_length bytes of it into the response\nbuffer.\n\ncdev-\u003econfigs can be empty in two cases. One is a teardown race on\ngadget unbind with a control transfer in flight. The other is a driver\nthat sets is_otg before it adds a config. A reproducer that holds\ncdev-\u003econfigs empty triggers a KASAN fault in this branch.\n\nUse list_first_entry_or_null() so the existing check does its job.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64347",
"url": "https://www.suse.com/security/cve/CVE-2026-64347"
},
{
"category": "external",
"summary": "SUSE Bug 1272807 for CVE-2026-64347",
"url": "https://bugzilla.suse.com/1272807"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64347"
},
{
"cve": "CVE-2026-64348",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64348"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: free iso schedules on failed submit\n\nEHCI and FOTG210 isochronous submits build an ehci_iso_sched before\nlinking the URB to the endpoint queue, and keep the staged schedule in\nurb-\u003ehcpriv until iso_stream_schedule() and the link helpers consume it.\nIf the controller is no longer accessible, or usb_hcd_link_urb_to_ep()\nfails, submit jumps to done_not_linked before that handoff happens and\nleaks the staged schedule still attached to urb-\u003ehcpriv.\n\nFree the staged schedule from done_not_linked when submit fails before\nthe URB is linked and clear urb-\u003ehcpriv after the free.\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.1.\n\nAn x86_64 allyesconfig build showed no new warnings. As we do not have an\nEHCI host controller with a USB isochronous device to test with, no\nruntime testing was able to be performed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64348",
"url": "https://www.suse.com/security/cve/CVE-2026-64348"
},
{
"category": "external",
"summary": "SUSE Bug 1274026 for CVE-2026-64348",
"url": "https://bugzilla.suse.com/1274026"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64348"
},
{
"cve": "CVE-2026-64349",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64349"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: fix dwc3_readl() and dwc3_writel() calls in dwc3_ulpi_setup()\n\nThe dwc3_ulpi_setup() calls the register read and write calls with\ndwc3-\u003eregs when both these calls take the dwc3 structure directly.\n\nChnage these two calls to fix the following sparse warning, and\npossibly a nasty bug in the dwc3_ulpi_setup() code:\n\ndrivers/usb/dwc3/core.c:796:45: warning: incorrect type in argument 1 (different address spaces)\ndrivers/usb/dwc3/core.c:796:45: expected struct dwc3 *dwc\ndrivers/usb/dwc3/core.c:796:45: got void [noderef] __iomem *regs\ndrivers/usb/dwc3/core.c:798:40: warning: incorrect type in argument 1 (different address spaces)\ndrivers/usb/dwc3/core.c:798:40: expected struct dwc3 *dwc\ndrivers/usb/dwc3/core.c:798:40: got void [noderef] __iomem *regs",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64349",
"url": "https://www.suse.com/security/cve/CVE-2026-64349"
},
{
"category": "external",
"summary": "SUSE Bug 1274027 for CVE-2026-64349",
"url": "https://bugzilla.suse.com/1274027"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64349"
},
{
"cve": "CVE-2026-64350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64350"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()\n\ncdnsp_alloc_stream_info() allocates stream_info-\u003estream_ctx_array with\ncdnsp_alloc_stream_ctx(). If a later stream ring allocation or stream\nmapping update fails, the error path frees the allocated stream rings\nand stream_rings array, but leaves stream_ctx_array allocated.\n\nFree the stream context array before falling through to the stream_rings\ncleanup path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64350",
"url": "https://www.suse.com/security/cve/CVE-2026-64350"
},
{
"category": "external",
"summary": "SUSE Bug 1273867 for CVE-2026-64350",
"url": "https://bugzilla.suse.com/1273867"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64350"
},
{
"cve": "CVE-2026-64351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64351"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: kalmia: bound RX frame length in kalmia_rx_fixup()\n\nkalmia_rx_fixup() computes usb_packet_length = skb-\u003elen - (2 *\nKALMIA_HEADER_LENGTH) as a u16, guarded only by a pre-loop check that\nskb-\u003elen is at least KALMIA_HEADER_LENGTH, which is 6. A device can\ndeliver a short bulk-IN frame with skb-\u003elen in the 6 to 11 range, or\nleave a short trailing remainder on a later loop iteration. Either case\nunderflows usb_packet_length to about 65530.\n\nThat bypasses the usb_packet_length \u003c ether_packet_length truncation path.\nThe device-supplied ether_packet_length, a le16 up to 65535 read from\nheader_start[2], then drives a memcmp() and the following skb_trim() and\nskb_pull() past the end of the rx buffer. The rx buffer is hard_mtu * 10,\nwhich is 14000 bytes. That is an out of bounds read.\n\nRequire both the start and end framing headers to be present before\nsubtracting them, on every loop iteration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64351",
"url": "https://www.suse.com/security/cve/CVE-2026-64351"
},
{
"category": "external",
"summary": "SUSE Bug 1274057 for CVE-2026-64351",
"url": "https://bugzilla.suse.com/1274057"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64351"
},
{
"cve": "CVE-2026-64352",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64352"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Allow LPM map access from sleepable BPF programs\n\ntrie_lookup_elem() annotates its rcu_dereference_check() walks with\nonly rcu_read_lock_bh_held(). Because rcu_dereference_check(p, c)\nresolves to \"c || rcu_read_lock_held()\", this passes for XDP/NAPI and\nclassic RCU readers but fails for sleepable BPF programs, which enter\nvia __bpf_prog_enter_sleepable() and hold only rcu_read_lock_trace().\n\ntrie_update_elem() and trie_delete_elem() have the same problem in a\ndifferent form: they walk the trie with plain rcu_dereference(), which\nasserts rcu_read_lock_held() unconditionally. Both are reachable from\nsleepable BPF programs via the bpf_map_update_elem / bpf_map_delete_elem\nhelpers, and from the syscall path under classic rcu_read_lock(). In\nthe writer paths the trie is actually protected by trie-\u003elock (an\nrqspinlock taken across the walk); we never relied on the RCU read-side\nlock to keep nodes alive there.\n\nA sleepable LSM hook that ends up touching an LPM trie therefore\ntriggers lockdep on debug kernels:\n\n =============================\n WARNING: suspicious RCU usage\n 7.1.0-... Tainted: G E\n -----------------------------\n kernel/bpf/lpm_trie.c:249 suspicious rcu_dereference_check() usage!\n 1 lock held by net_tests/540:\n #0: (rcu_tasks_trace_srcu_struct){....}-{0:0},\n at: __bpf_prog_enter_sleepable+0x26/0x280\n Call Trace:\n dump_stack_lvl\n lockdep_rcu_suspicious\n trie_lookup_elem\n bpf_prog_..._enforce_security_socket_connect\n bpf_trampoline_...\n security_socket_connect\n __sys_connect\n do_syscall_64\n\nThis is lockdep-only -- no UAF, since Tasks Trace RCU does serialize\nagainst the trie\u0027s reclaim path -- but it spams the console once per\ndistinct callsite on every debug kernel running a sleepable BPF LSM\nthat touches an LPM trie, which is increasingly common.\n\nFor the lookup path, switch the rcu_dereference_check() annotation\nfrom rcu_read_lock_bh_held() to bpf_rcu_lock_held(), which accepts all\nthree contexts (classic, BH, Tasks Trace). Other map types already\nfollow this convention.\n\nFor trie_update_elem() and trie_delete_elem(), annotate the walks as\nrcu_dereference_protected(*p, 1) -- matching trie_free() in the same\nfile -- since trie-\u003elock is held across the walk. rqspinlock has no\nlockdep_map, so the predicate degenerates to \u00271\u0027 rather than\nlockdep_is_held(\u0026trie-\u003elock); the protection is real but not\nmachine-verifiable. trie_get_next_key() also uses bare\nrcu_dereference() but is reachable only from the BPF syscall, which\nholds classic rcu_read_lock() before dispatching, so it is left\nuntouched.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64352",
"url": "https://www.suse.com/security/cve/CVE-2026-64352"
},
{
"category": "external",
"summary": "SUSE Bug 1273456 for CVE-2026-64352",
"url": "https://bugzilla.suse.com/1273456"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64352"
},
{
"cve": "CVE-2026-64353",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64353"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Keep dynamic inner array lookups nullable\n\nAn ARRAY_OF_MAPS can use an array created with BPF_F_INNER_MAP as its\ninner map template. A concrete inner array with a different max_entries\nvalue can then replace the template.\n\nAfter a successful outer map lookup, the verifier represents the\nresulting map pointer using the inner map template. Const-key lookup\nnullness elision consequently uses the template max_entries even though\nthe runtime helper uses the concrete inner map max_entries.\n\nDo not elide lookup result nullness for maps marked with BPF_F_INNER_MAP,\nbecause the template max_entries does not prove that the key is in bounds\nfor the concrete runtime map.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64353",
"url": "https://www.suse.com/security/cve/CVE-2026-64353"
},
{
"category": "external",
"summary": "SUSE Bug 1273264 for CVE-2026-64353",
"url": "https://bugzilla.suse.com/1273264"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64353"
},
{
"cve": "CVE-2026-64354",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64354"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Validate BTF repeated field counts before expansion\n\nbtf_parse_struct_metas() walks user-supplied BTF during BPF_BTF_LOAD,\nand btf_repeat_fields() expands repeatable fields from array elements\ninto the fixed BTF_FIELDS_MAX scratch array used by btf_parse_fields().\n\nThe remaining-capacity check performs the expanded field count calculation\nin u32. A malformed BTF can wrap that calculation, causing the check to\npass even when the expanded field count exceeds the scratch array\ncapacity. The following memcpy() can then write past the end of the\narray.\n\nUse checked addition and multiplication before copying repeated fields\nand reject impossible counts.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64354",
"url": "https://www.suse.com/security/cve/CVE-2026-64354"
},
{
"category": "external",
"summary": "SUSE Bug 1274060 for CVE-2026-64354",
"url": "https://bugzilla.suse.com/1274060"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64354"
},
{
"cve": "CVE-2026-64355",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64355"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Reject fragmented frames in devmap\n\nDevmap broadcast redirects clone the packet for all but the last\ndestination.\n\nFor native XDP, that clone path copies only the linear xdp_frame data,\nwhile fragmented frames keep skb_shared_info in tailroom outside the\nlinear area. Cloning such a frame leaves XDP_FLAGS_HAS_FRAGS set but\nwithout valid frag metadata, and the later free path can interpret\nuninitialized tail data as skb_shared_info, leading to an out-of-bounds\naccess during frame return.\n\nReject fragmented native XDP frames in dev_map_enqueue_clone().\n\nAdd the same restriction to the generic XDP clone path in\ndev_map_redirect_clone(). Generic XDP represents fragmented packets as\nnonlinear skbs, and rejecting them here keeps clone-based broadcast\nsupport aligned between native and generic XDP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64355",
"url": "https://www.suse.com/security/cve/CVE-2026-64355"
},
{
"category": "external",
"summary": "SUSE Bug 1273422 for CVE-2026-64355",
"url": "https://bugzilla.suse.com/1273422"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64355"
},
{
"cve": "CVE-2026-64356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64356"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fix memory leak in xfs_dqinode_metadir_create()\n\nIf xfs_metadir_create() fails in xfs_dqinode_metadir_create(), the current\ncode returns directly, leaking the allocated update and transaction state.\nIf the subsequent commit fails, the caller-owned inode reference is left\nbehind.\n\nFix this memory leak by routing the create failure path through\nxfs_metadir_cancel(). For both create and commit failures, finish and\nrelease any inode returned to the caller, mirroring the unwind pattern in\nxfs_metadir_mkdir().\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.1.\n\nAn x86_64 allyesconfig build showed no new warnings. Runtime validation\nused kprobe fault injection during `mount -o uquota` on a metadir XFS\nimage. Injecting xfs_metadir_create() reproduced the old active-update path\nthat left mount stuck later in mount setup; after this change, the same\ninjection reported cancel_hits=1 and irele_hits=1. Injecting\nxfs_metadir_commit() exercised the old inode-reference leak path; after\nthis change, it reported irele_hits=1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64356",
"url": "https://www.suse.com/security/cve/CVE-2026-64356"
},
{
"category": "external",
"summary": "SUSE Bug 1272611 for CVE-2026-64356",
"url": "https://bugzilla.suse.com/1272611"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64356"
},
{
"cve": "CVE-2026-64357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64357"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fix exchmaps reservation limit check\n\nxfs_exchmaps_estimate_overhead() adds the bmbt and rmapbt\noverhead to a local resblks variable, but the final UINT_MAX\ncheck still tests req-\u003eresblks. That is the reservation value\nfrom before the overhead was added.\n\nThe computed value is stored back in req-\u003eresblks and later passed\nto xfs_trans_alloc(), whose block reservation argument is unsigned\nint. Check the computed reservation so the existing limit applies\nto the value that will be used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64357",
"url": "https://www.suse.com/security/cve/CVE-2026-64357"
},
{
"category": "external",
"summary": "SUSE Bug 1272612 for CVE-2026-64357",
"url": "https://bugzilla.suse.com/1272612"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64357"
},
{
"cve": "CVE-2026-64358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64358"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: mtk-jpeg: cancel workqueue on release for supported platforms only\n\nSince a recent fix the mtk_jpeg_release function cancels any pending\nor running work present in the driver workqueue using\ncancel_work_sync function.\nCurrently, only the multicore based variants use this workqueue and they\nhave the jpeg_worker platform data field initialized with a workqueue\ncallback function. For the others, this field value remain NULL by\ndefault.\nThe cancel_work_sync function is unconditionally called in\nmtk_jpeg_release function, even for the variants that do not use the\nworkqueue. This call generates a WARN_ON print in __flush_work because\nthe workqueue callback function presence check fails in __flush_work\nfunction (used by cancel_work_sync).\n\nSo, to avoid these warnings, call cancel_work_sync only if a workqueue\ncallback is defined in platform data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64358",
"url": "https://www.suse.com/security/cve/CVE-2026-64358"
},
{
"category": "external",
"summary": "SUSE Bug 1273601 for CVE-2026-64358",
"url": "https://bugzilla.suse.com/1273601"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64358"
},
{
"cve": "CVE-2026-64359",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64359"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbers\n\nSyzbot reported a hung task in nilfs_transaction_begin() where multiple\ntasks performing chmod() on a nilfs2 mount blocked for over 143 seconds\nwaiting to acquire ns_segctor_sem for read:\n\n INFO: task syz.0.17:5918 blocked for more than 143 seconds.\n Call Trace:\n schedule+0x164/0x360\n rwsem_down_read_slowpath+0x6d9/0x940\n down_read+0x99/0x2e0\n nilfs_transaction_begin+0x364/0x710 fs/nilfs2/segment.c:221\n nilfs_setattr+0x124/0x2c0 fs/nilfs2/inode.c:921\n notify_change+0xc1a/0xf40\n chmod_common+0x273/0x4a0\n do_fchmodat+0x12d/0x230\n\nThe writer holding ns_segctor_sem was a concurrent\nNILFS_IOCTL_CLEAN_SEGMENTS caller, stuck inside printk while emitting\nper-element warnings from nilfs_sufile_updatev():\n\n __nilfs_msg+0x373/0x450 fs/nilfs2/super.c:78\n nilfs_sufile_updatev+0x21c/0x6d0 fs/nilfs2/sufile.c:186\n nilfs_sufile_freev fs/nilfs2/sufile.h:93 [inline]\n nilfs_free_segments fs/nilfs2/segment.c:1140 [inline]\n nilfs_segctor_collect_blocks fs/nilfs2/segment.c:1261 [inline]\n nilfs_segctor_do_construct+0x1f55/0x76c0\n nilfs_clean_segments+0x3bd/0xa50\n nilfs_ioctl_clean_segments fs/nilfs2/ioctl.c:922 [inline]\n nilfs_ioctl+0x261f/0x2780\n\nThe root cause is that user-supplied segment numbers are not validated\nbefore nilfs_clean_segments() begins doing work; the range check on\neach segnum is performed deep inside the call chain by\nnilfs_sufile_updatev(), which emits a nilfs_warn() per invalid entry\nwhile still holding the segctor lock and the sufile mi_sem. Under load\n(repeated invocations across multiple mounts saturating the global\nprintk path), the cumulative printk latency keeps ns_segctor_sem held\nlong enough to trip the hung_task watchdog, blocking concurrent\noperations such as chmod() that need ns_segctor_sem for read.\n\nFix by validating the contents of kbufs[4] in nilfs_clean_segments()\nimmediately after acquiring ns_segctor_sem via nilfs_transaction_lock().\nHolding ns_segctor_sem serializes the check against\nnilfs_ioctl_resize(), which can modify ns_nsegments, so the validation\nuses a consistent value. Out-of-range segment numbers are rejected\nwith -EINVAL before any segment-cleaning work begins, so the bad\nentries never reach the per-element diagnostic path inside\nnilfs_sufile_updatev().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64359",
"url": "https://www.suse.com/security/cve/CVE-2026-64359"
},
{
"category": "external",
"summary": "SUSE Bug 1273773 for CVE-2026-64359",
"url": "https://bugzilla.suse.com/1273773"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64359"
},
{
"cve": "CVE-2026-64360",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64360"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nhfs/hfsplus: zero-initialize buffer in hfs_bnode_read\n\nhfs_bnode_read() can return early without writing to the output buffer\nwhen is_bnode_offset_valid() fails or when check_and_correct_requested_\nlength() corrects the length to zero. Callers such as hfs_bnode_read_\nu16() and hfs_bnode_read_u8() pass stack-allocated buffers and use the\nresult unconditionally, leading to KMSAN uninit-value reports.\n\nRather than initializing at each individual call site, zero the buffer\nat the start of hfs_bnode_read() before any validation checks. This\nensures all callers in both hfs and hfsplus get a deterministic zero\nvalue regardless of which early-return path is taken.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64360",
"url": "https://www.suse.com/security/cve/CVE-2026-64360"
},
{
"category": "external",
"summary": "SUSE Bug 1273333 for CVE-2026-64360",
"url": "https://bugzilla.suse.com/1273333"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64360"
},
{
"cve": "CVE-2026-64361",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64361"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nhfs/hfsplus: fix u32 overflow in check_and_correct_requested_length\n\ncheck_and_correct_requested_length() compares (off + len) against\nnode_size using u32 arithmetic. When the caller passes a large len\nvalue (e.g. from an underflowed subtraction in hfs_brec_remove()),\noff + len can wrap past 2^32 and produce a small result, causing the\nbounds check to pass when it should fail.\n\nFor example, with off=14 and len=0xFFFFFFF2 (underflowed from\ndata_off - keyoffset - size in hfs_brec_remove), off + len wraps to 6,\nwhich is less than a typical node_size of 512, so the check passes and\nthe subsequent memmove reads ~4GB past the node buffer.\n\nFix this by widening the addition to u64 before comparing against\nnode_size. This prevents the u32 wrap while keeping the logic\nstraightforward.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64361",
"url": "https://www.suse.com/security/cve/CVE-2026-64361"
},
{
"category": "external",
"summary": "SUSE Bug 1273515 for CVE-2026-64361",
"url": "https://bugzilla.suse.com/1273515"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64361"
},
{
"cve": "CVE-2026-64362",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64362"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: lg-g15: cancel pending work on remove to fix a use-after-free\n\nlg_g15_data is allocated with devm and holds a work item. The report\nhandlers schedule that work straight from device input.\nlg_g15_event() and lg_g15_v2_event() do it on the backlight cycle key,\nand lg_g510_leds_event() does it too. The worker dereferences the\nlg_g15_data back through container_of.\n\nThe driver had no remove callback and never cancelled the work. So if a\nreport scheduled the work and the keyboard was then unplugged, devres\nfreed lg_g15_data while the work was still pending or running, and the\nworker touched freed memory. This is a use-after-free. It is reachable\nas a race on device unplug.\n\nAdd a remove callback that cancels the work before devres frees the\nstate. g15-\u003ework is only initialized for the models that schedule it\n(G15, G15 v2, G510). The G13 and Z-10 leave it zeroed, so guard the\ncancel on g15-\u003ework.func to avoid cancelling a work that was never set\nup. The g15 NULL test mirrors the one already in lg_g15_raw_event().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64362",
"url": "https://www.suse.com/security/cve/CVE-2026-64362"
},
{
"category": "external",
"summary": "SUSE Bug 1274078 for CVE-2026-64362",
"url": "https://bugzilla.suse.com/1274078"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64362"
},
{
"cve": "CVE-2026-64363",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64363"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: appleir: fix UAF on pending key_up_timer in remove()\n\nappleir_remove() runs hid_hw_stop() before timer_delete_sync().\nhid_hw_stop() synchronously unregisters the HID input device via\nhid_disconnect() -\u003e hidinput_disconnect() -\u003e input_unregister_device(),\nwhich drops the last reference and frees the underlying input_dev when\nno userspace handle holds it open.\n\nkey_up_tick() reads appleir-\u003einput_dev and calls input_report_key() /\ninput_sync() on it. The timer is armed from appleir_raw_event() with\na HZ/8 (~125 ms) timeout on every keydown and key-repeat report. If a\nkey was pressed shortly before the device is disconnected, the timer\ncan fire after hid_hw_stop() has freed input_dev but before the\nteardown drains it.\n\nA simple reorder is not sufficient. Putting the timer drain first\nstill leaves a window where a USB URB completion (raw_event) running\nduring hid_hw_stop() can call mod_timer() and re-arm the timer, which\nthen fires after hidinput_disconnect() has freed input_dev. The same\nURB-completion window also lets raw_event() reach key_up(), key_down()\nand battery_flat() directly, all of which dereference\nappleir-\u003einput_dev.\n\nIntroduce a \u0027removing\u0027 flag on struct appleir, gated by the existing\nspinlock. appleir_remove() sets the flag under the lock and then\nshuts down the timer with timer_shutdown_sync(), which both drains any\nin-flight callback and permanently disables further mod_timer() calls.\nappleir_raw_event() and key_up_tick() bail out early if the flag is\nset, so no path can arm or run the timer, or dereference\nappleir-\u003einput_dev, after remove() has started tearing down.\n\nThe keyrepeat and flatbattery branches of appleir_raw_event()\npreviously called into the input layer without holding the spinlock;\ntake it now so the flag check is well-defined. This incidentally\ncloses a pre-existing read-side race on appleir-\u003ecurrent_key in the\nkeyrepeat branch.\n\nThis bug is structurally a sibling of commit 4db2af929279 (\"HID:\nappletb-kbd: fix UAF in inactivity-timer cleanup path\") and has been\npresent since the driver was introduced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64363",
"url": "https://www.suse.com/security/cve/CVE-2026-64363"
},
{
"category": "external",
"summary": "SUSE Bug 1273328 for CVE-2026-64363",
"url": "https://bugzilla.suse.com/1273328"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64363"
},
{
"cve": "CVE-2026-64364",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64364"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: multitouch: fix out-of-bounds bit access on mt_io_flags\n\nmt_io_flags is a single unsigned long, but mt_process_slot(),\nmt_release_pending_palms() and mt_release_contacts() use it as a\nper-slot bitmap indexed by the slot number. That slot number is only\nbounded by td-\u003emaxcontacts, which is taken from the device\u0027s\nContactCountMaximum feature report and can be up to 255, not by\nBITS_PER_LONG.\n\nAs a result, a multitouch device that advertises a large contact count\nmakes set_bit()/clear_bit() operate past the mt_io_flags word and\ncorrupt the adjacent members of struct mt_device. The sticky-fingers\nrelease timer is the easiest way to reach this. mt_release_contacts()\nruns\n\n\tfor (i = 0; i \u003c mt-\u003enum_slots; i++)\n\t\tclear_bit(i, \u0026td-\u003emt_io_flags);\n\nwith num_slots == maxcontacts. For maxcontacts around 250 the loop\nclears the bits that overlap td-\u003eapplications.next, zeroing that list\nhead, and the list_for_each_entry() that immediately follows then\ndereferences NULL. The kernel panics from timer (softirq) context. On a\nKASAN build this shows up as a general protection fault in\nmt_release_contacts() with a null-ptr-deref at offset 0x58, which is\noffsetof(struct mt_application, num_received).\n\nThe state is reachable from an untrusted USB or Bluetooth HID\nmultitouch device; no local privileges are required.\n\nStore the per-slot active state in a separately allocated bitmap sized\nfor maxcontacts, the same pattern already used for pending_palm_slots,\nand keep only MT_IO_FLAGS_RUNNING in mt_io_flags. The two\n\"mt_io_flags \u0026 MT_IO_SLOTS_MASK\" arming checks become\nbitmap_empty(td-\u003eactive_slots, td-\u003emaxcontacts).\n\nMove MT_IO_FLAGS_RUNNING back to bit 0. It was bumped to bit 32 by the\nsame commit to leave the low byte for the slot bits; with the slot bits\ngone it fits in bit 0 again, which also keeps it within the unsigned\nlong on 32-bit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64364",
"url": "https://www.suse.com/security/cve/CVE-2026-64364"
},
{
"category": "external",
"summary": "SUSE Bug 1273495 for CVE-2026-64364",
"url": "https://bugzilla.suse.com/1273495"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64364"
},
{
"cve": "CVE-2026-64365",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64365"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: letsketch: fix UAF on inrange_timer at driver unbind\n\nletsketch_driver does not provide a .remove callback, but\nletsketch_probe() arms a per-device timer:\n\n timer_setup(\u0026data-\u003einrange_timer, letsketch_inrange_timeout, 0);\n\nThe timer is re-armed from letsketch_raw_event() with a 100 ms\ntimeout on every pen-in-range report, and its callback dereferences\ndata-\u003einput_tablet to deliver a synthetic BTN_TOOL_PEN release.\n\nletsketch_data is allocated with devm_kzalloc(), and its input_dev\nfields are devm-allocated via letsketch_setup_input_tablet(). On\ndevice unbind (USB unplug or rmmod), the HID core runs its default\nteardown and devm cleanup frees both letsketch_data and the input\ndevices. Because no .remove callback exists, nothing drains the\ntimer first: if raw_event armed it within ~100 ms of the unbind,\nthe pending timer fires on freed memory. This is a UAF read of\ndata and of data-\u003einput_tablet, followed by input_report_key() /\ninput_sync() into the freed input_dev.\n\nThe same problem can occur on the probe error path: if\nhid_hw_start() enabled I/O on an always-poll-quirk device and then\nfailed, raw_event may have armed the timer before devm releases\ndata.\n\nFix by adding a .remove callback that calls hid_hw_stop() first.\nhid_hw_stop() synchronously kills the URBs that deliver raw_event(),\nso once it returns no path can re-arm the timer. timer_shutdown_sync()\nthen drains any in-flight callback and permanently disables further\nmod_timer() calls. Apply the same timer_shutdown_sync() in the probe\nerror path so the timer is guaranteed not to outlive data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64365",
"url": "https://www.suse.com/security/cve/CVE-2026-64365"
},
{
"category": "external",
"summary": "SUSE Bug 1273310 for CVE-2026-64365",
"url": "https://bugzilla.suse.com/1273310"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64365"
},
{
"cve": "CVE-2026-64366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64366"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert\n\nwacom_wac_queue_insert() calls kfifo_skip() in a loop when the kfifo\ndoesn\u0027t have enough space for the incoming report. If the kfifo is\nempty, kfifo_skip() reads stale data left in the kmalloc\u0027d buffer\nvia __kfifo_peek_n() and interprets it as a record length, advancing\nfifo-\u003eout by that garbage value. This corrupts the internal kfifo\nstate, causing kfifo_unused() to return a value much larger than the\nactual buffer size, which bypasses __kfifo_in_r()\u0027s guard:\n\n if (len + recsize \u003e kfifo_unused(fifo))\n return 0;\n\nkfifo_copy_in() then performs an out-of-bounds memcpy, writing up to\n3842 bytes past the 256-byte buffer.\n\nAdd a !kfifo_is_empty() condition to the while loop so kfifo_skip()\nis never called on an empty fifo, and check the return value of\nkfifo_in() to reject reports that are too large for the fifo.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64366",
"url": "https://www.suse.com/security/cve/CVE-2026-64366"
},
{
"category": "external",
"summary": "SUSE Bug 1273861 for CVE-2026-64366",
"url": "https://bugzilla.suse.com/1273861"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64366"
},
{
"cve": "CVE-2026-64367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64367"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: hid-goodix-spi: validate report size to prevent stack buffer overflow\n\ngoodix_hid_set_raw_report() builds a protocol frame in a 128-byte stack\nbuffer (tmp_buf), writing an 11-12 byte header followed by the\ncaller-supplied report data. The HID core caps report size at\nHID_MAX_BUFFER_SIZE (16384) by default, while the driver does not set\nhid_ll_driver.max_buffer_size and performs no bounds checking before\ncopying the payload:\n\n memcpy(tmp_buf + tx_len, buf, len);\n\nA hidraw SET_REPORT ioctl with a report larger than ~116 bytes\noverflows the stack buffer.\n\nAdd a size check after constructing the header, rejecting reports that\nwould exceed the buffer capacity.\n\nDiscovered by Atuin - Automated Vulnerability Discovery Engine.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64367",
"url": "https://www.suse.com/security/cve/CVE-2026-64367"
},
{
"category": "external",
"summary": "SUSE Bug 1273855 for CVE-2026-64367",
"url": "https://bugzilla.suse.com/1273855"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64367"
},
{
"cve": "CVE-2026-64368",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64368"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/slab: do not limit zeroing to orig_size when only red zoning is enabled\n\nWhen init (zeroing) on allocation is requested, for kmalloc() we\ngenerally have to zero the full object size even if a smaller size is\nrequested, in order to provide krealloc()\u0027s __GFP_ZERO guarantees.\n\nBut if we track the requested size, krealloc() uses that information to\ndo the right thing, so we can zero only the requested size. With red\nzoning also enabled, any extra size became part of the red zone, so it\nmust not be zeroed and thus we must zero only the requested size.\n\nHowever the current check is imprecise, and will trigger also when only\nSLAB_RED_ZONE is enabled without SLAB_STORE_USER (which enables tracking\nthe requested size). This means enabling red zoning alone can compromise\nkrealloc()\u0027s __GFP_ZERO contract.\n\nFix this by using slub_debug_orig_size() instead, which is the exact\ncheck for whether the requested size is tracked. We don\u0027t need to care\nif red zoning is also enabled or not. Also update and expand the\ncomment accordingly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64368",
"url": "https://www.suse.com/security/cve/CVE-2026-64368"
},
{
"category": "external",
"summary": "SUSE Bug 1273997 for CVE-2026-64368",
"url": "https://bugzilla.suse.com/1273997"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64368"
},
{
"cve": "CVE-2026-64369",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64369"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390: Revert support for DCACHE_WORD_ACCESS\n\nload_unaligned_zeropad() reads eight bytes from unaligned addresses and may\ncross page boundaries. It handles exceptions which may happen if reading\nfrom the second page results in an exception.\n\nFor pages which are donated to the Ultravisor for secure execution purposes\nthe do_secure_storage_access() exception handler however does not handle\nsuch exceptions correctly. Such an exception may result in an endless\nexception loop which will never be resolved.\n\nAn attempt to fix this [1] turned out to be not sufficient. For now revert\nload_unaligned_zeropad() until this problem has been resolved in a proper\nway.\n\nNote that the implementation of load_unaligned_zeropad() itself is\ncorrect. The revert is just a temporary workaround until there is complete\nfix for secure storage access exceptions.\n\n[1] commit b00be77302d7 (\"s390/mm: Add missing secure storage access fixups for donated memory\")",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64369",
"url": "https://www.suse.com/security/cve/CVE-2026-64369"
},
{
"category": "external",
"summary": "SUSE Bug 1273841 for CVE-2026-64369",
"url": "https://bugzilla.suse.com/1273841"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64369"
},
{
"cve": "CVE-2026-64370",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64370"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nposix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path\n\nIn do_cpu_nanosleep(), posix_cpu_timer_create() takes a pid reference\nvia get_pid() and stores it in timer.it.cpu.pid. If the subsequent\nposix_cpu_timer_set() call fails, the function returns immediately\nwithout calling posix_cpu_timer_del() to release the pid reference,\ncausing a leak.\n\nFix it by calling posix_cpu_timer_del() before the unlock-and-return\non the error path, consistent with the other exit paths in the same\nfunction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64370",
"url": "https://www.suse.com/security/cve/CVE-2026-64370"
},
{
"category": "external",
"summary": "SUSE Bug 1273805 for CVE-2026-64370",
"url": "https://bugzilla.suse.com/1273805"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64370"
},
{
"cve": "CVE-2026-64371",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64371"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: protect ptrace_may_access() with exec_update_lock (part 1)\n\nFix the easy cases where procfs currently calls ptrace_may_access() without\nexec_update_lock protection, where the fix is to simply add the extra lock\nor use mm_access():\n\n - do_task_stat(): grab exec_update_lock\n - proc_pid_wchan(): grab exec_update_lock\n - proc_map_files_lookup(): use mm_access() instead of get_task_mm()\n - proc_map_files_readdir(): use mm_access() instead of get_task_mm()\n - proc_ns_get_link(): grab exec_update_lock\n - proc_ns_readlink(): grab exec_update_lock",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64371",
"url": "https://www.suse.com/security/cve/CVE-2026-64371"
},
{
"category": "external",
"summary": "SUSE Bug 1273973 for CVE-2026-64371",
"url": "https://bugzilla.suse.com/1273973"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64371"
},
{
"cve": "CVE-2026-64372",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64372"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncpufreq: pcc: fix use-after-free and double free in _OSC evaluation\n\npcc_cpufreq_do_osc() calls acpi_evaluate_object() twice for the\ntwo-phase _OSC negotiation. Between the two calls it freed\noutput.pointer but left output.length unchanged. Since\nacpi_evaluate_object() treats a non-zero length with a non-NULL\npointer as an existing buffer to write into, the second call wrote\ninto freed memory (use-after-free). The subsequent kfree(output.pointer)\nat out_free then freed the same pointer a second time (double free).\n\nReset output.pointer to NULL and output.length to ACPI_ALLOCATE_BUFFER\nafter freeing the first result, so ACPICA allocates a fresh buffer for\neach phase independently.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64372",
"url": "https://www.suse.com/security/cve/CVE-2026-64372"
},
{
"category": "external",
"summary": "SUSE Bug 1273889 for CVE-2026-64372",
"url": "https://bugzilla.suse.com/1273889"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64372"
},
{
"cve": "CVE-2026-64373",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64373"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncpufreq: Fix hotplug-suspend race during reboot\n\nDuring system reboot, cpufreq_suspend() is called via the\nkernel_restart() -\u003e device_shutdown() path. Unlike the normal system\nsuspend path, the reboot path does not call freeze_processes(), so\nuserspace processes and kernel threads remain active.\n\nThis allows CPU hotplug operations to run concurrently with\ncpufreq_suspend(). The original code has no synchronization with CPU\nhotplug, leading to a race condition where governor_data can be freed\nby the hotplug path while cpufreq_suspend() is still accessing it,\nresulting in a null pointer dereference:\n\n Unable to handle kernel NULL pointer dereference\n Call Trace:\n do_kernel_fault+0x28/0x3c\n cpufreq_suspend+0xdc/0x160\n device_shutdown+0x18/0x200\n kernel_restart+0x40/0x80\n arm64_sys_reboot+0x1b0/0x200\n\nFix this by adding cpus_read_lock()/cpus_read_unlock() to\ncpufreq_suspend() to block CPU hotplug operations while suspend is in\nprogress.\n\n[ rjw: Changelog edits ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64373",
"url": "https://www.suse.com/security/cve/CVE-2026-64373"
},
{
"category": "external",
"summary": "SUSE Bug 1273776 for CVE-2026-64373",
"url": "https://bugzilla.suse.com/1273776"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64373"
},
{
"cve": "CVE-2026-64374",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64374"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT\n\nRT migration is done aggressively. When a CPU schedules out a high\npriority RT task for a lower priority task, it will look to see if there\u0027s\nany RT tasks that are waiting to run on another CPU that is of higher\npriority than the task this CPU is about to run. If it finds one, it will\npull that task over to the CPU and allow it to run there instead.\n\nNormally, this pulling is done by looking at the RT overloaded mask (rto)\nwhich contains all the CPUs in the scheduler domain with RT tasks that are\nwaiting to run due to a higher priority RT task currently running on their\nCPU. The CPU that is about to schedule a lower priority task will grab the\nrq lock of the overloaded CPU and move the RT task from that CPU\u0027s runqueue\nto the local one and schedule the higher priority RT task.\n\nThis caused issues when a lot of CPUs would schedule a lower priority task\nat the same time. They would all try to grab the same runqueue lock of\nthe CPU with the overloaded RT tasks. Only the first CPU that got in will\nget that task. All the others would wait until they got the runqueue lock\nand see there\u0027s nothing to pull and do nothing. On systems with lots of\nCPUs, this caused a large latency (up to 500us) which is beyond what\nPREEMPT_RT is to allow.\n\nThe solution to that was to create an RT_PUSH_IPI logic. When any CPU\nwanted to pull a task, instead of grabbing the runqueue lock of the\noverloaded CPU, it would start by sending an IPI to the overloaded CPU,\nand that IPI handler would have the CPU with the waiting RT task do a push\ninstead. Then that handler would send an IPI to the next CPU with\noverloaded RT tasks, and so on. Note, after the first CPU starts this\nprocess, if another CPU wanted to do a pull, it would see that the process\nhas already begun and would only increment a counter to have the IPIs\ncontinue again.\n\nThe RT_PUSH_IPI solved the latency problem with PREEMPT_RT but could cause\na new issue with non PREEMPT_RT. Namely, softirqs run in a threaded\ncontext on PREEMPT_RT but they can run in an interrupt context in non-RT.\n\nIf an IPI lands on a CPU that has just woken up multiple RT tasks and the\ncurrent CPU is running a non RT or a low priority RT task, instead of\ndoing a push, it would simply do a schedule on that CPU. But if a softirq\nwas also executing on this CPU, the schedule would need to wait until the\nsoftirq finished. Until then, the CPU would still be considered overloaded\nas there are RT tasks still waiting to run on it.\n\nA live lock occurred on a workload that was doing heavy networking traffic\non a large machine where the softirqs would run 500us out of 750us. And it\nwould also be waking up RT tasks, causing the RT pull logic to be\nconstantly executed.\n\nWhen a softirq triggered on a CPU with RT tasks queued but not running\nyet, and the other CPUs would see this CPU as being overloaded, they would\nsend an IPI over to it. The CPU would notice that the waiting RT tasks are\nof higher priority than the currently running task and simply schedule\nthat CPU instead. But because the softirq was executing, before it could\nschedule, it would receive another IPI to do the same. The amount of IPIs\nwould slow down the currently running softirq so much that before it could\nreturn back to task context, it would execute another softirq never\nallowing the CPU to schedule. This live locked that CPU.\n\nAs RT_PUSH_IPI was created to help PREEMPT_RT, make it default off if\nPREEMPT_RT is not enabled.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64374",
"url": "https://www.suse.com/security/cve/CVE-2026-64374"
},
{
"category": "external",
"summary": "SUSE Bug 1273604 for CVE-2026-64374",
"url": "https://bugzilla.suse.com/1273604"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64374"
},
{
"cve": "CVE-2026-64375",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64375"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: protect ptrace_may_access() with exec_update_lock (FD links)\n\nproc_pid_get_link() and proc_pid_readlink() currently look up the task from\nthe pid once, then do the ptrace access check on that task, then look up\nthe task from the pid a second time to do the actual access.\nThat\u0027s racy in several ways.\n\nTo fix it, pass the task to the -\u003eproc_get_link() handler, and instead of\nproc_fd_access_allowed(), introduce a new helper call_proc_get_link() that\nlooks up and locks the task, does the access check, and calls\n-\u003eproc_get_link().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64375",
"url": "https://www.suse.com/security/cve/CVE-2026-64375"
},
{
"category": "external",
"summary": "SUSE Bug 1273868 for CVE-2026-64375",
"url": "https://bugzilla.suse.com/1273868"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64375"
},
{
"cve": "CVE-2026-64376",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64376"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware_loader: fix device reference leak in firmware_upload_register()\n\nfirmware_upload_register()\n -\u003e fw_create_instance()\n -\u003e device_initialize()\n\nAfter fw_create_instance() succeeds, the lifetime of the embedded struct\ndevice is expected to be managed through the device core reference\ncounting, since fw_create_instance() has already called\ndevice_initialize().\n\nIn firmware_upload_register(), if alloc_lookup_fw_priv() fails after\nfw_create_instance() succeeds, the code reaches free_fw_sysfs and frees\nfw_sysfs directly instead of releasing the device reference with\nput_device(). This may leave the reference count of the embedded struct\ndevice unbalanced, resulting in a refcount leak.\n\nThe issue was identified by a static analysis tool I developed and\nconfirmed by manual review. Fix this by using put_device(fw_dev) in the\nfailure path and letting fw_dev_release() handle the final cleanup,\ninstead of freeing the instance directly from the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64376",
"url": "https://www.suse.com/security/cve/CVE-2026-64376"
},
{
"category": "external",
"summary": "SUSE Bug 1273817 for CVE-2026-64376",
"url": "https://bugzilla.suse.com/1273817"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64376"
},
{
"cve": "CVE-2026-64377",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64377"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncpufreq: qcom-cpufreq-hw: Fix possible double free\n\nqcom_cpufreq.data is allocated with devm_kzalloc() in probe() as an\narray of per-domain data. qcom_cpufreq_hw_cpu_init() stores a pointer to\none element of this array in policy-\u003edriver_data.\n\nqcom_cpufreq_hw_cpu_exit() currently calls kfree() on policy-\u003edriver_data.\nThis is not valid because the memory is devm-managed. For the first\ndomain, this can free the devm-managed allocation while the devres entry\nis still active, leading to a possible double free when the platform\ndevice is later detached. For other domains, the pointer may refer to an\nelement inside the array rather than the allocation base.\n\nRemove the kfree(data) call and let devres release qcom_cpufreq.data.\n\nThis issue was found by a static analysis tool I am developing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64377",
"url": "https://www.suse.com/security/cve/CVE-2026-64377"
},
{
"category": "external",
"summary": "SUSE Bug 1273297 for CVE-2026-64377",
"url": "https://bugzilla.suse.com/1273297"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64377"
},
{
"cve": "CVE-2026-64378",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64378"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwriteback: fix race between cgroup_writeback_umount() and inode_switch_wbs()\n\nWhen a container exits, the following BUG_ON() is occasionally triggered:\n\n==================================================================\n VFS: Busy inodes after unmount of sdb (ext4)\n ------------[ cut here ]------------\n kernel BUG at fs/super.c:695!\n CPU: 3 PID: 6 Comm: containerd-shim Tainted: G OE K 6.6 #1\n pstate: 63400009 (nZCv daif +PAN -UAO +TCO +DIT -SSBS BTYPE=--)\n pc : generic_shutdown_super+0xf0/0x100\n lr : generic_shutdown_super+0xf0/0x100\n Call trace:\n generic_shutdown_super+0xf0/0x100\n kill_block_super+0x20/0x48\n ext4_kill_sb+0x28/0x60\n deactivate_locked_super+0x54/0x130\n deactivate_super+0x84/0xa0\n cleanup_mnt+0xa4/0x140\n __cleanup_mnt+0x18/0x28\n task_work_run+0x78/0xe0\n do_notify_resume+0x204/0x240\n==================================================================\n\nThe root cause is a race between cgroup_writeback_umount() and\ninode_switch_wbs()/cleanup_offline_cgwb(). There is a window between\ninode_prepare_wbs_switch() returning true and the subsequent\nwb_queue_isw() call. Following is the process that triggers the issue:\n\n CPU A (umount) | CPU B (writeback)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n inode_switch_wbs/cleanup_offline_cgwb\n atomic_inc(\u0026isw_nr_in_flight)\n inode_prepare_wbs_switch\n -\u003e passes SB_ACTIVE check\n __iget(inode)\n generic_shutdown_super\n sb-\u003es_flags \u0026= ~SB_ACTIVE\n cgroup_writeback_umount(sb)\n smp_mb()\n atomic_read(\u0026isw_nr_in_flight)\n rcu_barrier()\n -\u003e no pending RCU callbacks\n flush_workqueue(isw_wq)\n -\u003e nothing queued, returns\n evict_inodes(sb)\n -\u003e Inode skipped as isw still holds a ref.\n sop-\u003eput_super(sb)\n /* destroys percpu counters */\n -\u003e VFS: Busy inodes after unmount!\n wb_queue_isw()\n queue_work(isw_wq, ...)\n /* later in work function */\n inode_switch_wbs_work_fn\n process_inode_switch_wbs\n iput() -\u003e evict\n percpu_counter_dec() // UAF!\n\nFix this by extending the RCU read-side critical section in\ninode_switch_wbs() and cleanup_offline_cgwb() to cover from\ninode_prepare_wbs_switch() through wb_queue_isw(). Since there is\nno sleep in this window, rcu_read_lock() can be used. Then add a\nsynchronize_rcu() in cgroup_writeback_umount() before the existing\nrcu_barrier(), so that all in-flight switchers that have passed the\nSB_ACTIVE check have completed queue_work() before flush_workqueue()\nis called.\n\nThe existing rcu_barrier() is intentionally retained so this fix can\nbe backported unchanged to stable kernels (5.10.y, 6.6.y, ...) that\nstill queue switches via queue_rcu_work(). It is a no-op on current\nmainline (since commit e1b849cfa6b6 (\"writeback: Avoid contention on\nwb-\u003elist_lock when switching inodes\")) and is removed in a follow-up\npatch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64378",
"url": "https://www.suse.com/security/cve/CVE-2026-64378"
},
{
"category": "external",
"summary": "SUSE Bug 1273603 for CVE-2026-64378",
"url": "https://bugzilla.suse.com/1273603"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64378"
},
{
"cve": "CVE-2026-64379",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64379"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: mask server-provided mode to 07777 in modefromsid\n\nWhen modefromsid is active, parse_dacl() applies the server-provided\nsub_auth[2] value from the NFS mode SID to cf_mode without masking to\n07777. Apply the correct masking, same as in the read path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64379",
"url": "https://www.suse.com/security/cve/CVE-2026-64379"
},
{
"category": "external",
"summary": "SUSE Bug 1273029 for CVE-2026-64379",
"url": "https://bugzilla.suse.com/1273029"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64379"
},
{
"cve": "CVE-2026-64380",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64380"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: harden POSIX SID length parsing\n\nposix_info_sid_size() reads sid[1] to obtain the subauthority count,\nbut its existing boundary check still accepts buffers with only one\nremaining byte. Require two bytes before reading sid[1] so all client\npaths that reuse the helper reject truncated POSIX SIDs safely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64380",
"url": "https://www.suse.com/security/cve/CVE-2026-64380"
},
{
"category": "external",
"summary": "SUSE Bug 1273557 for CVE-2026-64380",
"url": "https://bugzilla.suse.com/1273557"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64380"
},
{
"cve": "CVE-2026-64381",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64381"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: Fix next buffer leak in receive_encrypted_standard()\n\nreceive_encrypted_standard() allocates next_buffer before checking\nwhether the number of compound PDUs already reached MAX_COMPOUND. If\nthe limit check fails, the function returns immediately and the newly\nallocated next_buffer is not assigned to server-\u003esmallbuf/server-\u003ebigbuf,\nmaking it leaked.\n\nMove the MAX_COMPOUND check before allocating next_buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64381",
"url": "https://www.suse.com/security/cve/CVE-2026-64381"
},
{
"category": "external",
"summary": "SUSE Bug 1273860 for CVE-2026-64381",
"url": "https://bugzilla.suse.com/1273860"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64381"
},
{
"cve": "CVE-2026-64382",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64382"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix double-free in SMB2_open() replay\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_open_init() fails before the next send, cleanup\nretains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64382",
"url": "https://www.suse.com/security/cve/CVE-2026-64382"
},
{
"category": "external",
"summary": "SUSE Bug 1273291 for CVE-2026-64382",
"url": "https://bugzilla.suse.com/1273291"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64382"
},
{
"cve": "CVE-2026-64383",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64383"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix double-free in SMB2_flush() replay\n\nSMB2_flush() keeps its response buffer bookkeeping across replay\nattempts. If a replayable flush response is received and the retry then\nfails before cifs_send_recv() stores a replacement response, flush_exit\nwill free the stale response pointer a second time.\n\nReinitialize resp_buftype and rsp_iov at the top of the replay loop so\ncleanup only acts on response state produced by the current attempt.\nThis fixes a double-free without changing replay handling for successful\nrequests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64383",
"url": "https://www.suse.com/security/cve/CVE-2026-64383"
},
{
"category": "external",
"summary": "SUSE Bug 1273426 for CVE-2026-64383",
"url": "https://bugzilla.suse.com/1273426"
},
{
"category": "external",
"summary": "SUSE Bug 1273427 for CVE-2026-64383",
"url": "https://bugzilla.suse.com/1273427"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64383"
},
{
"cve": "CVE-2026-64384",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64384"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix change notify replay double-free\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_notify_init() fails before the next send, cleanup\nretains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64384",
"url": "https://www.suse.com/security/cve/CVE-2026-64384"
},
{
"category": "external",
"summary": "SUSE Bug 1274541 for CVE-2026-64384",
"url": "https://bugzilla.suse.com/1274541"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64384"
},
{
"cve": "CVE-2026-64385",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64385"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix double-free in SMB2_ioctl() replay\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_ioctl_init() fails before the next send, cleanup\nretains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64385",
"url": "https://www.suse.com/security/cve/CVE-2026-64385"
},
{
"category": "external",
"summary": "SUSE Bug 1274539 for CVE-2026-64385",
"url": "https://bugzilla.suse.com/1274539"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64385"
},
{
"cve": "CVE-2026-64386",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64386"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix query_info() replay double-free\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_query_info_init() fails before the next send,\ncleanup retains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64386",
"url": "https://www.suse.com/security/cve/CVE-2026-64386"
},
{
"category": "external",
"summary": "SUSE Bug 1274543 for CVE-2026-64386",
"url": "https://bugzilla.suse.com/1274543"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64386"
},
{
"cve": "CVE-2026-64387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64387"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix query directory replay double-free\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_query_directory_init() fails before the next send,\ncleanup retains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64387",
"url": "https://www.suse.com/security/cve/CVE-2026-64387"
},
{
"category": "external",
"summary": "SUSE Bug 1274545 for CVE-2026-64387",
"url": "https://bugzilla.suse.com/1274545"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64387"
},
{
"cve": "CVE-2026-64388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64388"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb/client: fix chown/chgrp with SMB3 POSIX Extensions\n\nOwnership (chown) and group (chgrp) modifications were being ignored when\nmounting with SMB3 POSIX Extensions unless CIFS_MOUNT_CIFS_ACL or\nCIFS_MOUNT_MODE_FROM_SID were also explicitly set.\n\nFix this by checking for posix_extensions in cifs_setattr_nounix() when\nupdating UID and GID, ensuring that id_mode_to_cifs_acl() is called to map\nand set the ownership/group information on the server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64388",
"url": "https://www.suse.com/security/cve/CVE-2026-64388"
},
{
"category": "external",
"summary": "SUSE Bug 1274061 for CVE-2026-64388",
"url": "https://bugzilla.suse.com/1274061"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64388"
},
{
"cve": "CVE-2026-64389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64389"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: validate NTLMv2 response before updating session key\n\nksmbd_auth_ntlmv2() derives the NTLMv2 session key into\nsess-\u003esess_key before it verifies the NTLMv2 response.\nksmbd_decode_ntlmssp_auth_blob() then continues into KEY_XCH even\nwhen ksmbd_auth_ntlmv2() failed.\n\nWith SMB3 multichannel binding, the failed authentication operates on\nan existing session and the session setup error path does not expire\nbinding sessions. A client can send a binding session setup with a\nbad NT proof and KEY_XCH and still modify sess-\u003esess_key before\nSTATUS_LOGON_FAILURE is returned.\n\nRelevant path:\n\n smb2_sess_setup()\n -\u003e conn-\u003ebinding = true\n -\u003e ntlm_authenticate()\n -\u003e session_user()\n -\u003e ksmbd_decode_ntlmssp_auth_blob()\n -\u003e ksmbd_auth_ntlmv2()\n -\u003e calc_ntlmv2_hash()\n -\u003e hmac_md5_usingrawkey(..., sess-\u003esess_key)\n -\u003e crypto_memneq() returns mismatch\n -\u003e KEY_XCH arc4_crypt(..., sess-\u003esess_key, ...)\n -\u003e out_err without expiring the binding session\n\nDerive the base session key into a local buffer and copy it to\nsess-\u003esess_key only after the proof matches. Return immediately on\nauthentication failure so KEY_XCH is only processed after successful\nauthentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64389",
"url": "https://www.suse.com/security/cve/CVE-2026-64389"
},
{
"category": "external",
"summary": "SUSE Bug 1274070 for CVE-2026-64389",
"url": "https://bugzilla.suse.com/1274070"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64389"
},
{
"cve": "CVE-2026-64390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64390"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: track the connection owning a byte-range lock\n\nSMB2_LOCK adds each granted byte-range lock to both the file lock list\nand the lock list of the connection which handled the request. The\nfinal close and durable handle paths, however, remove the connection\nlist entry while holding fp-\u003econn-\u003ellist_lock.\n\nWith SMB3 multichannel, the connection handling the LOCK request can be\ndifferent from the connection which opened the file. The entry can\ntherefore be removed under a different spinlock from the one protecting\nthe list it belongs to. A concurrent traversal can then access freed\nstruct ksmbd_lock and struct file_lock objects.\n\nRecord the connection owning each lock\u0027s clist entry and hold a\nreference to it while the entry is linked. Use that connection and its\nllist_lock for unlock, rollback, close, and durable preserve. Durable\nreconnect assigns the new connection as the owner when publishing the\nlocks again.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64390",
"url": "https://www.suse.com/security/cve/CVE-2026-64390"
},
{
"category": "external",
"summary": "SUSE Bug 1274043 for CVE-2026-64390",
"url": "https://bugzilla.suse.com/1274043"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64390"
},
{
"cve": "CVE-2026-64391",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64391"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: use opener credentials for ADS I/O\n\nAlternate data streams are stored as xattrs. Unlike regular file I/O,\ntheir read and write paths therefore call VFS xattr helpers which recheck\ninode permissions and LSM policy using the current task credentials.\n\nRun ADS I/O with the credentials captured when the SMB handle was opened.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64391",
"url": "https://www.suse.com/security/cve/CVE-2026-64391"
},
{
"category": "external",
"summary": "SUSE Bug 1273307 for CVE-2026-64391",
"url": "https://bugzilla.suse.com/1273307"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64391"
},
{
"cve": "CVE-2026-64392",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64392"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: use opener credentials for delete-on-close\n\nDelete-on-close can be completed by deferred or durable handle teardown,\nwhere no request work is available. Both the base-file unlink and the ADS\nxattr removal consequently run with the ksmbd worker credentials and can\nbypass filesystem permission checks.\n\nRun both operations with the credentials captured in struct file when the\nhandle was opened. This preserves the authenticated user\u0027s fsuid, fsgid,\nsupplementary groups and capability restrictions at final close.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64392",
"url": "https://www.suse.com/security/cve/CVE-2026-64392"
},
{
"category": "external",
"summary": "SUSE Bug 1273445 for CVE-2026-64392",
"url": "https://bugzilla.suse.com/1273445"
},
{
"category": "external",
"summary": "SUSE Bug 1273446 for CVE-2026-64392",
"url": "https://bugzilla.suse.com/1273446"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64392"
},
{
"cve": "CVE-2026-64393",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64393"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: run set info with opener credentials\n\nSMB2 SET_INFO handlers call path-based VFS helpers after checking the\naccess mask granted to the SMB handle. Those helpers perform their owner,\ninode permission and LSM checks using the current ksmbd worker credentials.\n\nRun the complete SET_INFO dispatch with the credentials captured when the\nhandle was opened. This also removes the separate security information\ncredential setup and keeps all SET_INFO classes under one credential scope.\n\nDirect override_creds() is used because it can nest with the request\ncredential overrides already used by rename and link helpers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64393",
"url": "https://www.suse.com/security/cve/CVE-2026-64393"
},
{
"category": "external",
"summary": "SUSE Bug 1273451 for CVE-2026-64393",
"url": "https://bugzilla.suse.com/1273451"
},
{
"category": "external",
"summary": "SUSE Bug 1273453 for CVE-2026-64393",
"url": "https://bugzilla.suse.com/1273453"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64393"
},
{
"cve": "CVE-2026-64394",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64394"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY\n\ncommit cc57232cae23 (\"ksmbd: fix FSCTL permission bypass by adding a\npermission check for FSCTL_SET_SPARSE\") added a fp-\u003edaccess gate to\nfsctl_set_sparse and noted that \"similar handle-level checks exist in other\nfunctions but are missing here.\" The SMB2 SET_INFO SECURITY arm is one of\nthe missing ones, and the most security-relevant: smb2_set_info_sec() calls\nset_info_sec() with no per-handle access check.\n\nset_info_sec() (fs/smb/server/smbacl.c) re-permissions the file: it\nrewrites owner/group/mode via notify_change(), rewrites the POSIX ACL via\nset_posix_acl(), and on KSMBD_SHARE_FLAG_ACL_XATTR shares removes and\nrewrites the Windows security descriptor via ksmbd_vfs_set_sd_xattr().\nEvery other persistent-mutation arm of the sibling handler\nsmb2_set_info_file() checks fp-\u003edaccess first (FILE_WRITE_DATA /\nFILE_DELETE / FILE_WRITE_EA / FILE_WRITE_ATTRIBUTES); the SECURITY arm -\nwhich mutates the access control itself - is the only one with no gate.\n\nA client can therefore open a handle with FILE_WRITE_ATTRIBUTES only (no\nFILE_WRITE_DAC / FILE_WRITE_OWNER) and use SMB2_SET_INFO with InfoType\nSMB2_O_INFO_SECURITY to rewrite the file\u0027s DACL and owner, granting itself\naccess the handle\u0027s daccess never carried. Unlike the FSCTL data arms this\nis a metadata/xattr operation, so there is no FMODE_WRITE VFS backstop -\nthe missing fp-\u003edaccess check is the entire gate.\n\nSetting a security descriptor is the WRITE_DAC / WRITE_OWNER operation, so\nrequire at least one of those on the handle before re-permissioning the\nfile. -EACCES is mapped to STATUS_ACCESS_DENIED by smb2_set_info().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64394",
"url": "https://www.suse.com/security/cve/CVE-2026-64394"
},
{
"category": "external",
"summary": "SUSE Bug 1274018 for CVE-2026-64394",
"url": "https://bugzilla.suse.com/1274018"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64394"
},
{
"cve": "CVE-2026-64395",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64395"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: require source read access for duplicate extents\n\nFSCTL_DUPLICATE_EXTENTS_TO_FILE passes the source file directly to\nvfs_clone_file_range() or vfs_copy_file_range() without checking the SMB\naccess mask granted to the source handle. A handle opened with attribute\naccess can consequently be used to copy file contents into an\nattacker-readable destination.\n\nRequire FILE_READ_DATA on the source handle before either VFS operation,\nmatching other ksmbd data-copy paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64395",
"url": "https://www.suse.com/security/cve/CVE-2026-64395"
},
{
"category": "external",
"summary": "SUSE Bug 1274073 for CVE-2026-64395",
"url": "https://bugzilla.suse.com/1274073"
},
{
"category": "external",
"summary": "SUSE Bug 1274498 for CVE-2026-64395",
"url": "https://bugzilla.suse.com/1274498"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64395"
},
{
"cve": "CVE-2026-64396",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64396"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation\n\nWhen a blocking byte-range lock request is deferred in the\nFILE_LOCK_DEFERRED path, ksmbd registers the asynchronous work into\nthe connection\u0027s async_requests list via setup_async_work(). The cancel\ncallback smb2_remove_blocked_lock() holds a reference to the flock.\n\nIf the lock waiter is subsequently woken up but the work state is no\nlonger KSMBD_WORK_ACTIVE (e.g., due to a concurrent cancellation), the\ncleanup path calls locks_free_lock(flock) without dequeuing the work from\nthe async_requests list. Concurrently, smb2_cancel() walks the list\nunder conn-\u003erequest_lock and invokes the cancel callback, which then\ndereferences the already freed \u0027flock\u0027. This leads to a slab-use-after-free\ninside __wake_up_common.\n\nFix this by restructuring the cleanup logic after the worker returns\nfrom ksmbd_vfs_posix_lock_wait(). Move list_del(\u0026smb_lock-\u003ellist) and\nrelease_async_work(work) to the top of the cleanup block. This guarantees\nthat the async work is completely dequeued and serialized under\nconn-\u003erequest_lock before locks_free_lock(flock) is called, rendering\nthe flock unreachable for any concurrent smb2_cancel().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64396",
"url": "https://www.suse.com/security/cve/CVE-2026-64396"
},
{
"category": "external",
"summary": "SUSE Bug 1273847 for CVE-2026-64396",
"url": "https://bugzilla.suse.com/1273847"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64396"
},
{
"cve": "CVE-2026-64397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64397"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: serialize QUERY_DIRECTORY requests per file\n\nsmb2_query_dir() stores a pointer to its stack-allocated private data in\nthe ksmbd_file readdir_data. Concurrent QUERY_DIRECTORY requests using the\nsame file handle can overwrite this pointer while an iterate_dir() callback\nis still using it, resulting in a stack use-after-free.\n\nAdd a per-file mutex and hold it while accessing the shared directory\nenumeration state. The lock covers scan restart, dot entry state,\nreaddir_data setup and iteration, and response construction. This prevents\nanother request from replacing readdir_data.private before the current\nrequest has finished using it and also serializes the shared file position.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64397",
"url": "https://www.suse.com/security/cve/CVE-2026-64397"
},
{
"category": "external",
"summary": "SUSE Bug 1273457 for CVE-2026-64397",
"url": "https://bugzilla.suse.com/1273457"
},
{
"category": "external",
"summary": "SUSE Bug 1273458 for CVE-2026-64397",
"url": "https://bugzilla.suse.com/1273458"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64397"
},
{
"cve": "CVE-2026-64398",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64398"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: add a permission check for FSCTL_SET_ZERO_DATA\n\nFSCTL_SET_ZERO_DATA in smb2_ioctl() destroys file data via\nksmbd_vfs_zero_data() -\u003e vfs_fallocate(PUNCH_HOLE/ZERO_RANGE) after\nchecking only the share-level KSMBD_TREE_CONN_FLAG_WRITABLE, with no\nper-handle access check. A handle opened with only FILE_WRITE_ATTRIBUTES\nstill yields an FMODE_WRITE filp (FILE_WRITE_ATTRIBUTES is part of\nFILE_WRITE_DESIRE_ACCESS_LE, so smb2_create_open_flags() opens it\nO_WRONLY), so the vfs_fallocate FMODE_WRITE check does not stop it; only\nthe missing fp-\u003edaccess gate would. Reproduced on mainline 7.1-rc7 with\nKASAN by an authenticated SMB client: a FILE_WRITE_ATTRIBUTES-only handle\nzeroed 4096 bytes of file data it had no FILE_WRITE_DATA right to\n(6/6; a FILE_READ_DATA-only handle was correctly denied).\n\nThis is the unfixed sibling of commit cc57232cae23 (\"ksmbd: fix FSCTL\npermission bypass by adding a permission check for FSCTL_SET_SPARSE\").\nBecause SET_ZERO_DATA writes data (not an attribute), require\nFILE_WRITE_DATA.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64398",
"url": "https://www.suse.com/security/cve/CVE-2026-64398"
},
{
"category": "external",
"summary": "SUSE Bug 1273454 for CVE-2026-64398",
"url": "https://bugzilla.suse.com/1273454"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64398"
},
{
"cve": "CVE-2026-64399",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64399"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE\n\nThe FSCTL_DUPLICATE_EXTENTS_TO_FILE arm of smb2_ioctl() overwrites the\ndestination file\u0027s data via vfs_clone_file_range() with neither the\nshare-level KSMBD_TREE_CONN_FLAG_WRITABLE check nor a per-handle\nfp-\u003edaccess check that the other write-bearing arms carry. A client can\noverwrite destination data on a read-only share, or from a handle opened\nwith only FILE_WRITE_ATTRIBUTES (which still yields an FMODE_WRITE filp).\nFILE_WRITE_ATTRIBUTES-only destination handle overwrote the file\u0027s data via\nthe clone. Add both checks, matching the FSCTL_SET_SPARSE permission fix;\nrequire FILE_WRITE_DATA since this writes data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64399",
"url": "https://www.suse.com/security/cve/CVE-2026-64399"
},
{
"category": "external",
"summary": "SUSE Bug 1273455 for CVE-2026-64399",
"url": "https://bugzilla.suse.com/1273455"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64399"
},
{
"cve": "CVE-2026-64400",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64400"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: prevent path traversal bypass by restricting caseless retry\n\nksmbd_vfs_path_lookup() enforces LOOKUP_BENEATH to restrict path\nresolution within the share root. When a crafted path attempts to\nescape the share boundary using parent-directory components (\u0027..\u0027),\nvfs_path_parent_lookup() detects this and immediately fails,\nreturning -EXDEV.\n\nHowever, a bug exists in __ksmbd_vfs_kern_path() under caseless mode.\nThe function fails to intercept the -EXDEV error and erroneously\nfalls through to the caseless retry logic, which is intended only\nfor genuinely missing files. During this retry process, the path\nis reconstructed, leading to an unintended LOOKUP_BENEATH bypass\nthat allows write-capable users to create zero-length files or\ndirectories outside the exported share.\n\nFix this by ensuring that the execution only proceeds to the caseless\nlookup retry when the error is specifically -ENOENT. Any other errors,\nsuch as -EXDEV from a path traversal attempt, must be returned immediately.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64400",
"url": "https://www.suse.com/security/cve/CVE-2026-64400"
},
{
"category": "external",
"summary": "SUSE Bug 1274002 for CVE-2026-64400",
"url": "https://bugzilla.suse.com/1274002"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64400"
},
{
"cve": "CVE-2026-64401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64401"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: resolve SWN tcon from live registrations\n\ncifs_swn_notify() looks up a witness registration by id under\ncifs_swnreg_idr_mutex, drops the mutex, and then uses the registration\u0027s\ncached tcon pointer. That pointer is not a lifetime reference, and it is\nnot a stable representative once cifs_get_swn_reg() lets multiple tcons\nfor the same net/share name share one registration id.\n\nA same-share second mount can keep the cifs_swn_reg alive after the first\ntcon unregisters and is freed. The registration then still points at the\nfreed first tcon, so taking tc_lock or incrementing tc_count through\nswnreg-\u003etcon only moves the use-after-free earlier. Taking tc_lock while\nholding cifs_swnreg_idr_mutex also violates the documented CIFS lock\norder.\n\nFix this by making the registration store only the stable witness\nidentity: id, net name, share name, and notify flags. When a notify\narrives, copy that identity under cifs_swnreg_idr_mutex, drop the mutex,\nthen find and pin a live witness tcon that currently matches the net/share\npair under the normal cifs_tcp_ses_lock -\u003e tc_lock order. The notification\npath uses that pinned tcon directly and drops the reference when done.\n\nRegistration and unregister messages now use the live tcon passed by the\ncaller instead of a cached tcon in the registration. The final unregister\nsend is folded into cifs_swn_unregister() while the registration is still\nprotected by cifs_swnreg_idr_mutex. This removes the previous\nfind/drop/reacquire raw-pointer window. The release path only removes the\nidr entry and frees the stable identity strings.\n\nThis preserves the intended one-registration/many-tcon behavior: a\nregistration id represents a net/share pair, and notify handling acts on a\nlive representative selected at use time. It also preserves CLIENT_MOVE\nordering for the representative tcon because the old-IP unregister is sent\nbefore cifs_swn_register() sends the new-IP register.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64401",
"url": "https://www.suse.com/security/cve/CVE-2026-64401"
},
{
"category": "external",
"summary": "SUSE Bug 1273872 for CVE-2026-64401",
"url": "https://bugzilla.suse.com/1273872"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64401"
},
{
"cve": "CVE-2026-64402",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64402"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncoresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()\n\nWhen the SMB sink is used as a perf AUX sink, smb_update_buffer() calls\nsmb_sync_perf_buffer() to copy hardware trace data into the perf AUX ring\nbuffer pages. It derives pg_idx = head \u003e\u003e PAGE_SHIFT from @head, which is\nhandle-\u003ehead, and indexes dst_pages[pg_idx]. The pg_idx %= nr_pages\nnormalization is only applied after the first loop iteration.\n\nThis leaves the initial page index underived from the buffer size, which\ncan result in an out-of-bounds write past dst_pages[] when head exceeds\nthe AUX buffer size.\n\nNormalize head modulo the AUX buffer size before deriving the page index\nand offset, mirroring tmc_etr_sync_perf_buffer().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64402",
"url": "https://www.suse.com/security/cve/CVE-2026-64402"
},
{
"category": "external",
"summary": "SUSE Bug 1273258 for CVE-2026-64402",
"url": "https://bugzilla.suse.com/1273258"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64402"
},
{
"cve": "CVE-2026-64403",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64403"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: validate option length before reading conf opt value\n\nl2cap_get_conf_opt() derives the option length from the\nattacker-controlled opt-\u003elen field and immediately dereferences\nopt-\u003eval (as u8, get_unaligned_le16() or get_unaligned_le32(), or a\nraw pointer for the default case) before any caller has confirmed\nthat opt-\u003elen bytes are present in the buffer. The callers\n(l2cap_parse_conf_req(), l2cap_parse_conf_rsp() and\nl2cap_conf_rfc_get()) only detect a malformed option afterwards, once\nthe running length has gone negative, by which point the\nout-of-bounds read has already executed.\n\nAn existing post-hoc length check keeps the garbage value from being\nconsumed, so this is not a data leak in the current control flow. It\nis still a validate-after-use ordering bug: up to 4 bytes are read\npast the end of the buffer before it is known to contain them, and it\nis fragile to future changes in the callers.\n\nFix it at the source. Pass the end of the buffer into\nl2cap_get_conf_opt() and refuse to touch opt-\u003eval unless the full\noption (header + value) fits. Each caller computes an end pointer\nonce before the loop and checks the return value directly instead of\ninferring the error from a negative length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64403",
"url": "https://www.suse.com/security/cve/CVE-2026-64403"
},
{
"category": "external",
"summary": "SUSE Bug 1274076 for CVE-2026-64403",
"url": "https://bugzilla.suse.com/1274076"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64403"
},
{
"cve": "CVE-2026-64404",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64404"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()\n\niso_conn_big_sync() drops the socket lock to call hci_get_route() and\nthen re-acquires it, but dereferences iso_pi(sk)-\u003econn-\u003ehcon afterwards\nwithout re-checking that conn is still valid.\n\nWhile the lock is dropped, the connection can be torn down under the\nsame socket lock: iso_disconn_cfm() -\u003e iso_conn_del() -\u003e iso_chan_del()\nsets iso_pi(sk)-\u003econn to NULL (and the broadcast teardown path can also\nclear conn-\u003ehcon on its own). When iso_conn_big_sync() re-acquires the\nlock and reads conn-\u003ehcon, conn may be NULL, causing a NULL pointer\ndereference (hcon is the first member of struct iso_conn).\n\nThis path is reached from iso_sock_recvmsg() for a PA-sync broadcast\nsink socket (BT_SK_DEFER_SETUP | BT_SK_PA_SYNC), so the dropped-lock\nwindow can race with connection teardown driven by controller events.\n\nRe-validate iso_pi(sk)-\u003econn and its hcon after re-acquiring the socket\nlock and bail out if the connection went away, as already done in the\nsibling iso_sock_rebind_bc().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64404",
"url": "https://www.suse.com/security/cve/CVE-2026-64404"
},
{
"category": "external",
"summary": "SUSE Bug 1273511 for CVE-2026-64404",
"url": "https://bugzilla.suse.com/1273511"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64404"
},
{
"cve": "CVE-2026-64405",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64405"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()\n\nhci_abort_conn() read hci_skb_event(hdev-\u003esent_cmd) when a connection\nwas pending, but hdev-\u003esent_cmd can be NULL while req_status is still\nHCI_REQ_PEND, leading to a NULL pointer dereference and a general\nprotection fault from the hci_rx_work() receive path.\n\nInstead of inspecting hdev-\u003esent_cmd, track the in-flight create\nconnection command with a new per-connection HCI_CONN_CREATE flag and\nroute all cancellation through hci_cancel_connect_sync(), which\ndispatches to a dedicated per-type cancel function. The create command\nis in exactly one of two states: still queued, or in flight. The cancel\nfunction holds cmd_sync_work_lock across the whole decision: the worker\ntakes this lock to dequeue every entry, so while it is held a queued\ncommand cannot start running and an in-flight command cannot complete\nand let the next command become pending. This keeps the flag test and\nhci_cmd_sync_cancel() atomic with respect to the worker, so a queued\ncommand is simply dequeued, and an in-flight command owned by this\nconnection is cancelled without the risk of cancelling an unrelated\ncommand that became pending in the meantime. CIS uses the same flag\nmechanism via HCI_CONN_CREATE_CIS but cannot be dequeued per-connection.\n\nhci_acl_create_conn_sync() and hci_le_create_conn_sync() clear\nHCI_CONN_CREATE after the create command completes, but the command\nstatus handler can free conn via hci_conn_del() (for example when the\ncontroller rejects the connection) while the worker is still blocked on\nthe connection complete event. Hold a reference on conn across the\ncreate command so the flag can be cleared without a use-after-free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64405",
"url": "https://www.suse.com/security/cve/CVE-2026-64405"
},
{
"category": "external",
"summary": "SUSE Bug 1273512 for CVE-2026-64405",
"url": "https://bugzilla.suse.com/1273512"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64405"
},
{
"cve": "CVE-2026-64406",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64406"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: fix UAF in bt_accept_dequeue()\n\nbt_accept_get() takes a temporary reference before dropping the accept\nqueue lock. bt_accept_dequeue() currently drops that reference before\nbt_accept_unlink(), leaving only the queue reference.\n\nbt_accept_unlink() drops the queue reference. The subsequent\nsock_hold() therefore accesses freed memory if it was the final\nreference, as observed by KASAN during listening L2CAP socket cleanup.\n\nRetain the temporary queue-walk reference through unlink and hand it to\nthe caller on success. Drop it explicitly on the closed and\nnot-yet-connected paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64406",
"url": "https://www.suse.com/security/cve/CVE-2026-64406"
},
{
"category": "external",
"summary": "SUSE Bug 1273579 for CVE-2026-64406",
"url": "https://bugzilla.suse.com/1273579"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64406"
},
{
"cve": "CVE-2026-64407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64407"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3()\n\nDuring the v3 firmware download the controller sends a v3_data_req with a\n32 bit offset and a 16 bit len. nxp_recv_fw_req_v3() checks only the lower\nbound of the offset and then sends firmware from that offset.\n\n nxpdev-\u003efw_dnld_v3_offset = offset - nxpdev-\u003efw_v3_offset_correction;\n serdev_device_write_buf(nxpdev-\u003eserdev, nxpdev-\u003efw-\u003edata +\n nxpdev-\u003efw_dnld_v3_offset, len);\n\nNothing checks that fw_dnld_v3_offset + len stays within nxpdev-\u003efw-\u003esize,\nso a controller that asks for an offset or length past the firmware image\nmakes the driver read past the end of nxpdev-\u003efw-\u003edata and send that\nmemory back over UART.\n\nnxp_recv_fw_req_v1() already bounds the same write. Add the equivalent\ncheck to the v3 path, reject the request when it falls outside the firmware\nimage, and zero len on the error path so the fw_v3_prev_sent bookkeeping at\nfree_skb stays consistent.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64407",
"url": "https://www.suse.com/security/cve/CVE-2026-64407"
},
{
"category": "external",
"summary": "SUSE Bug 1273277 for CVE-2026-64407",
"url": "https://bugzilla.suse.com/1273277"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64407"
},
{
"cve": "CVE-2026-64408",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64408"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: bnep: pin L2CAP connection during netdev registration\n\nbnep_add_connection() reads the L2CAP connection without holding the\nchannel lock, then passes its HCI device to register_netdev(). Controller\nteardown can clear and release that connection concurrently, leaving the\nnetwork device registration path to dereference a freed parent device.\n\nTake a reference to the L2CAP connection while holding the channel lock.\nRetain it until register_netdev() has taken the parent device reference.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64408",
"url": "https://www.suse.com/security/cve/CVE-2026-64408"
},
{
"category": "external",
"summary": "SUSE Bug 1273778 for CVE-2026-64408",
"url": "https://bugzilla.suse.com/1273778"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64408"
},
{
"cve": "CVE-2026-64409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64409"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()\n\nEvery once in a while we see a hung btmtksdio_flush() task:\n\n INFO: task kworker/u17:0:189 blocked for more than 122 seconds.\n __cancel_work_timer+0x3f4/0x460\n cancel_work_sync+0x1c/0x2c\n btmtksdio_flush+0x2c/0x40\n hci_dev_open_sync+0x10c4/0x2190\n [..]\n\nIt all boils down to incorrect time_is_before_jiffies() usage in\nbtmtksdio_txrx_work(). The btmtksdio_txrx_work() loop is expected\nto be terminated if running for longer than 5*HZ. However the\ntimeout check is twisted: time_is_before_jiffies(old_jiffies + 5*HZ)\nevaluates to true when old_jiffies + 5*HZ is in the past i.e. when a\ntimeout has occurred. Using OR with time_is_before_jiffies(txrx_timeout)\nmeans that:\n- before the 5-second timeout: the condition is `int_status || false`,\n so it loops as long as there are pending interrupts.\n- after the 5-second timeout: the condition becomes `int_status || true`,\n which is always true.\n\nWhen the loop becomes infinite btmtksdio_txrx_work() loop never\nterminates and never releases the SDIO host.\n\nFix loop termination condition to actually enforce a 5*HZ timeout.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64409",
"url": "https://www.suse.com/security/cve/CVE-2026-64409"
},
{
"category": "external",
"summary": "SUSE Bug 1273862 for CVE-2026-64409",
"url": "https://bugzilla.suse.com/1273862"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64409"
},
{
"cve": "CVE-2026-64410",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64410"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: flowtable: IPIP tunnel hardware offload is not yet support\n\nNo driver supports for IPIP tunnels yet, give up early on setting up the\nhardware offload for this scenario.\n\nThis patch adds a stub that can be enhanced to add more configuration\nthat are currently not supported. As of now, the offload work is\nenqueued to the worker, then ignored if the hardware offload\nconfiguration is not supported.\n\nCheck the NF_FLOW_HW flag to know if this entry was already tried once\nto be offloaded so this is not retried on refresh when unsupported. Move\nNF_FLOW_HW flag check to nf_flow_offload_add(). If this NF_FLOW_HW flag\nis unset the _del and _stats variants are never called.\n\nThis can be updated later on to skip hardware offload work to be queued\nin case hardware offload does not support it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64410",
"url": "https://www.suse.com/security/cve/CVE-2026-64410"
},
{
"category": "external",
"summary": "SUSE Bug 1273519 for CVE-2026-64410",
"url": "https://bugzilla.suse.com/1273519"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64410"
},
{
"cve": "CVE-2026-64411",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64411"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ebtables: terminate table name before find_table_lock()\n\nupdate_counters() and compat_update_counters() forward a user-supplied\n32-byte table name to find_table_lock() without NUL-terminating it. On a\nlookup miss, find_inlist_lock() calls try_then_request_module(..., \"%s%s\",\n\"ebtable_\", name), and vsnprintf() reads past the name field and the\nstack object until it hits a zero byte.\n\n BUG: KASAN: stack-out-of-bounds in string (lib/vsprintf.c:648 lib/vsprintf.c:730)\n Read of size 1 at addr ffff8880119dfb20 by task exploit/147\n Call Trace:\n ...\n string (lib/vsprintf.c:648 lib/vsprintf.c:730)\n vsnprintf (lib/vsprintf.c:2945)\n __request_module (kernel/module/kmod.c:150)\n do_update_counters.isra.0 (net/bridge/netfilter/ebtables.c:371 net/bridge/netfilter/ebtables.c:380)\n update_counters (net/bridge/netfilter/ebtables.c:1440)\n do_ebt_set_ctl (net/bridge/netfilter/ebtables.c:2573)\n nf_setsockopt (net/netfilter/nf_sockopt.c:101)\n ip_setsockopt (net/ipv4/ip_sockglue.c:1424)\n raw_setsockopt (net/ipv4/raw.c:847)\n __sys_setsockopt (net/socket.c:2393)\n ...\n\ncompat_do_replace() shares the same unterminated name via\ncompat_copy_ebt_replace_from_user(); terminate it there too so all\nfind_table_lock() callers behave alike. The other callers already\nterminate the name after the copy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64411",
"url": "https://www.suse.com/security/cve/CVE-2026-64411"
},
{
"category": "external",
"summary": "SUSE Bug 1274077 for CVE-2026-64411",
"url": "https://bugzilla.suse.com/1274077"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64411"
},
{
"cve": "CVE-2026-64412",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64412"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ebtables: module names must be null-terminated\n\nWe need to explicitly check the length, else we may pass non-null\nterminated string to request_module().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64412",
"url": "https://www.suse.com/security/cve/CVE-2026-64412"
},
{
"category": "external",
"summary": "SUSE Bug 1273780 for CVE-2026-64412",
"url": "https://bugzilla.suse.com/1273780"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64412"
},
{
"cve": "CVE-2026-64413",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64413"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ebtables: zero chainstack array\n\nsashiko reports:\n looking at ebtables table\n translation, could a sparse cpu_possible_mask lead to an uninitialized pointer\n free?\n\n If cpu_possible_mask is sparse (for example, CPU 0 and CPU 2 are possible,\n but CPU 1 is not), the allocation loop skips CPU 1. If vmalloc_node() fails at\n CPU 2, the cleanup loop will blindly decrement and call vfree() on\n newinfo-\u003echainstack[1].\n\nNot a real-world bug, such allocation isn\u0027t expected to fail\nin the first place.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64413",
"url": "https://www.suse.com/security/cve/CVE-2026-64413"
},
{
"category": "external",
"summary": "SUSE Bug 1274082 for CVE-2026-64413",
"url": "https://bugzilla.suse.com/1274082"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64413"
},
{
"cve": "CVE-2026-64414",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64414"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: handle unreadable frags\n\nsashiko reports:\n When an skb with unreadable fragments (such as from devmem TCP, where\n skb_frags_readable(skb) returns false) is processed by the u32 module,\n skb_copy_bits() will safely return a negative error code [..]\n\nxt_u32: bail out with hotdrop in this case.\ngather_frags: return -1, just as if we had no fragment header.\nnfnetlink_queue: restrict to the linear part.\nnfnetlink_log: restrict to the linear part.\n\nv2:\n - skb_zerocopy helpers don\u0027t copy readable flag, i.e. nfnetlink_queue\n is broken too\n xt_u32 shouldn\u0027t return true if hotdrop was set.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64414",
"url": "https://www.suse.com/security/cve/CVE-2026-64414"
},
{
"category": "external",
"summary": "SUSE Bug 1273275 for CVE-2026-64414",
"url": "https://bugzilla.suse.com/1273275"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64414"
},
{
"cve": "CVE-2026-64415",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64415"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockup\n\nWe hit a real softlockup in an internal stress test environment. The\nworkload was LTP memory/swap stress on a large arm64 machine, with 320\nCPUs, about 1TB memory and an 8.6GB swap device. The system was under\nheavy load and the swap device had a large number of full clusters. The\nsoftlockup was triggered during a stress test after about 3 days.\n\nSo, add periodic cond_resched() calls during large full_clusters\nreclaim operations to prevent softlockup issues.\n\nDetailed call trace as follow:\n\nPID: 3817773 TASK: ffff0883bb28b780 CPU: 48 COMMAND: \"kworker/48:7\"\n #0 [ffff800080183d10] __crash_kexec at ffffa4c1361e5de4\n #1 [ffff800080183d90] panic at ffffa4c1360d5e9c\n #2 [ffff800080183e20] watchdog_timer_fn at ffffa4c136231fa8\n ...\n #16 [ffff8000c4ad3cb0] swap_cache_del_folio at ffffa4c1363e1614\n #17 [ffff8000c4ad3ce0] __try_to_reclaim_swap at ffffa4c1363e4bfc\n #18 [ffff8000c4ad3d40] swap_reclaim_full_clusters at ffffa4c1363e5474\n #19 [ffff8000c4ad3da0] swap_reclaim_work at ffffa4c1363e550c\n #20 [ffff8000c4ad3dc0] process_one_work at ffffa4c136102edc\n #21 [ffff8000c4ad3e10] worker_thread at ffffa4c136103398\n #22 [ffff8000c4ad3e70] kthread at ffffa4c13610d95c",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64415",
"url": "https://www.suse.com/security/cve/CVE-2026-64415"
},
{
"category": "external",
"summary": "SUSE Bug 1273317 for CVE-2026-64415",
"url": "https://bugzilla.suse.com/1273317"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64415"
},
{
"cve": "CVE-2026-64416",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64416"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless host\n\nlookup_swap_cgroup_id() passes swap_cgroup_ctrl[type].map to\n__swap_cgroup_id_lookup() without checking that the type was ever\nregistered via swap_cgroup_swapon(). On a swapless host every ctrl-\u003emap\nis NULL, so __swap_cgroup_id_lookup() dereferences NULL + a scaled\nswp_offset().\n\nSince commit bea67dcc5eea (\"mm: attempt to batch free swap entries for\nzap_pte_range()\"), zap_pte_range() -\u003e swap_pte_batch() calls\nlookup_swap_cgroup_id() on any non-present, non-none PTE that decodes as a\nreal swap entry, without first validating it against swap_info[]. A\nsingle PTE corrupted into a type-0 swap entry takes the host down at\nprocess exit.\n\nWe hit this in production on a swapless 6.12.58 host: ~1s of\n\"get_swap_device: Bad swap file entry 3f800204222bb\" (do_swap_page() being\ncorrectly defensive about the same entry) followed by\n\n BUG: unable to handle page fault for address: 000003f800204220\n RIP: 0010:lookup_swap_cgroup_id+0x2b/0x60\n Call Trace:\n swap_pte_batch+0xbf/0x230\n zap_pte_range+0x4c8/0x780\n unmap_page_range+0x190/0x3e0\n exit_mmap+0xd9/0x3c0\n do_exit+0x20c/0x4b0\n\nsyzbot has reported the identical stack.\n\nThe source of the PTE corruption is a separate bug; this change makes the\nteardown path as robust as the fault path already is. Every other caller\nof lookup_swap_cgroup_id() is downstream of a get_swap_device() that has\nalready validated the entry, so the new branch is cold.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64416",
"url": "https://www.suse.com/security/cve/CVE-2026-64416"
},
{
"category": "external",
"summary": "SUSE Bug 1273286 for CVE-2026-64416",
"url": "https://bugzilla.suse.com/1273286"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64416"
},
{
"cve": "CVE-2026-64417",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64417"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: shrinker: fix NULL pointer dereference in debugfs\n\nshrinker_debugfs_add() creates both \"count\" and \"scan\" debugfs files\nunconditionally.\n\nThat assumes every shrinker implements both count_objects() and\nscan_objects(), which is not guaranteed. For example, the xen-backend\nshrinker sets count_objects() but leaves scan_objects() NULL, so writing\nto its scan file calls through a NULL function pointer and panics the\nkernel:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nRIP: 0010:0x0\nCode: Unable to access opcode bytes at 0xffffffffffffffd6.\nCall Trace:\n \u003cTASK\u003e\n shrinker_debugfs_scan_write+0x12e/0x270\n full_proxy_write+0x5f/0x90\n vfs_write+0xde/0x420\n ? filp_flush+0x75/0x90\n ? filp_close+0x1d/0x30\n ? do_dup2+0xb8/0x120\n ksys_write+0x68/0xf0\n ? filp_flush+0x75/0x90\n do_syscall_64+0xb3/0x5b0\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nThe count path has the same issue in principle if a shrinker omits\ncount_objects().\n\nTo fix it, only create \"count\" and \"scan\" debugfs files when the\ncorresponding callbacks are present.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64417",
"url": "https://www.suse.com/security/cve/CVE-2026-64417"
},
{
"category": "external",
"summary": "SUSE Bug 1273510 for CVE-2026-64417",
"url": "https://bugzilla.suse.com/1273510"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64417"
},
{
"cve": "CVE-2026-64418",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64418"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: shrinker: fix shrinker_info teardown race with expansion\n\nexpand_shrinker_info() iterates all visible memcgs under shrinker_mutex,\nincluding memcgs that have not finished -\u003ecss_online() yet.\n\nOnce pn-\u003eshrinker_info has been published, teardown must stay serialized\nwith expand_shrinker_info() until that memcg is either fully online or no\nlonger visible to iteration. Today alloc_shrinker_info() breaks that rule\nby dropping shrinker_mutex before freeing a partially initialized\nshrinker_info array, which may cause the following race:\n\nCPU0 CPU1\n==== ====\n\ncss_create\n--\u003e list_add_tail_rcu(\u0026css-\u003esibling, \u0026parent_css-\u003echildren);\n online_css\n --\u003e mem_cgroup_css_online\n --\u003e alloc_shrinker_info\n --\u003e alloc node0 info\n rcu_assign_pointer(C-\u003enode0-\u003eshrinker_info, old0)\n alloc node1 info -\u003e FAIL -\u003e goto err\n mutex_unlock(shrinker_mutex)\n\n shrinker_alloc()\n --\u003e shrinker_memcg_alloc\n --\u003e mutex_lock(shrinker_mutex)\n expand_shrinker_info\n --\u003e mem_cgroup_iter see the memcg\n expand_one_shrinker_info\n --\u003e old0 = C-\u003enode0-\u003eshrinker_info\n memcpy(new-\u003eunit, old0-\u003eunit, ...);\n\n free_shrinker_info\n --\u003e kvfree(old0);\n\n /* double free !! */\n kvfree_rcu(old0, rcu);\n\nThe same problem exists later in mem_cgroup_css_online(). If\nalloc_shrinker_info() succeeds but a subsequent objcg allocation fails,\nthe free_objcg -\u003e free_shrinker_info() unwind path tears down the already\npublished pn-\u003eshrinker_info arrays without shrinker_mutex. The\nexpand_one_shrinker_info() can race with that teardown in the same way,\nleading to use-after-free or double-free of the old shrinker_info.\n\nFix this by serializing shrinker_info teardown with shrinker_mutex, and by\nkeeping alloc_shrinker_info() error cleanup inside the locked section.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64418",
"url": "https://www.suse.com/security/cve/CVE-2026-64418"
},
{
"category": "external",
"summary": "SUSE Bug 1273784 for CVE-2026-64418",
"url": "https://bugzilla.suse.com/1273784"
},
{
"category": "external",
"summary": "SUSE Bug 1273786 for CVE-2026-64418",
"url": "https://bugzilla.suse.com/1273786"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64418"
},
{
"cve": "CVE-2026-64419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64419"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()\n\nReading the debugfs \"count\" file of a memcg-aware shrinker can sleep\ninside an RCU read-side critical section:\n\n BUG: sleeping function called from invalid context at kernel/cgroup/rstat.c:421\n RCU nest depth: 1, expected: 0\n css_rstat_flush\n mem_cgroup_flush_stats\n zswap_shrinker_count\n shrinker_debugfs_count_show\n\nshrinker_debugfs_count_show() invokes the -\u003ecount_objects() callback under\nrcu_read_lock(). The zswap callback flushes memcg stats via\ncss_rstat_flush(), which may sleep, so it must not run under RCU.\n\nThe RCU lock is not needed here. mem_cgroup_iter() takes RCU internally\nand returns a memcg holding a css reference (dropped on the next iteration\nor by mem_cgroup_iter_break()), so the memcg stays alive without it. The\nshrinker is kept alive by the open debugfs file: shrinker_free() removes\nthe debugfs entries via debugfs_remove_recursive(), which waits for\nin-flight readers to drain, before call_rcu(..., shrinker_free_rcu_cb). \nThe sibling \"scan\" handler already invokes the sleeping -\u003escan_objects()\ncallback with no RCU section.\n\nDrop the rcu_read_lock()/rcu_read_unlock().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64419",
"url": "https://www.suse.com/security/cve/CVE-2026-64419"
},
{
"category": "external",
"summary": "SUSE Bug 1274084 for CVE-2026-64419",
"url": "https://bugzilla.suse.com/1274084"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 1.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64419"
},
{
"cve": "CVE-2026-64420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64420"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmfd: cros_ec: Delay dev_set_drvdata() until probe success\n\nIf ec_device_probe() fails, cros_ec_class_release releases memory for the\ncros_ec_dev structure. However, because the drvdata was already set,\nsub-drivers like cros_ec_typec can still retrieve the stale pointer via the\nplatform device. This leads to a use-after-free when cros_ec_typec attempts\nto access \u0026typec-\u003eec-\u003eec-\u003edev on a device that has already been released.\nMove dev_set_drvdata() to ensure that the pointer is only made available\nonce all initialization steps have succeeded.\n\n sysfs: cannot create duplicate filename \u0027/class/chromeos/cros_ec\u0027\n Call trace:\n sysfs_do_create_link_sd+0x94/0xdc\n sysfs_create_link+0x30/0x44\n device_add_class_symlinks+0x90/0x13c\n device_add+0xf0/0x50c\n ec_device_probe+0x150/0x4f0\n platform_probe+0xa0/0xe0\n ...\n BUG: KASAN: invalid-access in __memcpy+0x44/0x230\n Write at addr f5ffff809e2d33ac by task kworker/u32:5/125\n Pointer tag: [f5], memory tag: [fe]\n Tainted : [W]=WARN, [O]=OOT_MODULE\n Hardware name: Google Navi unprovisioned 0x7FFFFFFF/sku0 board/sku3\n Workqueue: events_unbound deferred_probe_work_func\n Call trace:\n __memcpy+0x44/0x230\n cros_ec_check_features+0x60/0xcc [cros_ec_proto]\n cros_typec_probe+0xe8/0x6e0 [cros_ec_typec]\n platform_probe+0xa0/0xe0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64420",
"url": "https://www.suse.com/security/cve/CVE-2026-64420"
},
{
"category": "external",
"summary": "SUSE Bug 1273260 for CVE-2026-64420",
"url": "https://bugzilla.suse.com/1273260"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64420"
},
{
"cve": "CVE-2026-64421",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64421"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: nxp: imx8-isi: Fix use-after-free on remove\n\nKASAN reports a slab-use-after-free in __media_entity_remove_link()\nduring rmmod of imx8_isi:\n\n BUG: KASAN: slab-use-after-free in __media_entity_remove_link+0x608/0x650\n Read of size 2 at addr ffff0000d47cb02a by task rmmod/724\n\n Call trace:\n __media_entity_remove_link+0x608/0x650\n __media_entity_remove_links+0x78/0x144\n __media_device_unregister_entity+0x150/0x280\n media_device_unregister_entity+0x48/0x68\n v4l2_device_unregister_subdev+0x158/0x300\n v4l2_async_unbind_subdev_one+0x22c/0x358\n v4l2_async_nf_unbind_all_subdevs+0xfc/0x1c0\n v4l2_async_nf_unregister+0x5c/0x14c\n mxc_isi_remove+0x124/0x2a0 [imx8_isi]\n\n Allocated by task 249:\n __kmalloc_noprof+0x27c/0x690\n mxc_isi_crossbar_init+0x22c/0x560 [imx8_isi]\n\n Freed by task 724:\n kfree+0x1e4/0x5b0\n mxc_isi_crossbar_cleanup+0x34/0x80 [imx8_isi]\n mxc_isi_remove+0x11c/0x2a0 [imx8_isi]\n\nThe problem is that mxc_isi_remove() calls mxc_isi_crossbar_cleanup()\nbefore mxc_isi_v4l2_cleanup(). The crossbar cleanup frees the media\nentity pads, but the subsequent v4l2 cleanup still tries to remove\nmedia links that reference those pads.\n\nFix this by calling mxc_isi_v4l2_cleanup() before\nmxc_isi_crossbar_cleanup() to ensure all media entities are properly\nunregistered while the pads are still valid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64421",
"url": "https://www.suse.com/security/cve/CVE-2026-64421"
},
{
"category": "external",
"summary": "SUSE Bug 1273582 for CVE-2026-64421",
"url": "https://bugzilla.suse.com/1273582"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64421"
},
{
"cve": "CVE-2026-64422",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64422"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ipv4: bound TCP reordering sysctl writes and MTU probe sizes\n\nReject invalid `net.ipv4.tcp_reordering` values before they reach TCP\nsocket state. The sysctl is stored as an `int` but copied into the\n`u32` `tp-\u003ereordering` field for new sockets, so negative writes wrap\nto large values.\n\nWith `tcp_mtu_probing=2`, the wrapped value can overflow the\n`tcp_mtu_probe()` size calculation and drive the MTU probing path into\nan out-of-bounds read. Route `tcp_reordering` writes through\n`proc_dointvec_minmax()` and require it to be at least 1. Also require\n`tcp_max_reordering` to be at least 1 so the configured maximum cannot\nbecome negative either.\n\nWhen registering the table for a non-init network namespace, relocate\n`extra2` pointers that refer into `init_net.ipv4` so the\n`tcp_reordering` upper bound follows that namespace\u0027s\n`tcp_max_reordering`.\n\nHarden `tcp_mtu_probe()` itself by computing `size_needed` as `u64`.\nThis keeps the send queue and window checks from being bypassed through\nsigned integer overflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64422",
"url": "https://www.suse.com/security/cve/CVE-2026-64422"
},
{
"category": "external",
"summary": "SUSE Bug 1273290 for CVE-2026-64422",
"url": "https://bugzilla.suse.com/1273290"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64422"
},
{
"cve": "CVE-2026-64423",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64423"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv4: igmp: remove multicast group from hash table on device destruction\n\nWhen a device is destroyed under RTNL, ip_mc_destroy_dev() iterates through\nthe multicast list and calls ip_ma_put() on each membership, scheduling\nthem for RCU reclamation. However, they are not unlinked from the device\u0027s\nmulticast hash table (mc_hash).\n\nSince the device remains published in dev-\u003eip_ptr until after\nip_mc_destroy_dev() completes, concurrent RCU readers traversing mc_hash\ncan still locate and access the multicast group after its refcount is\ndecremented. If the RCU callback runs and frees the group while a reader is\naccessing it, a use-after-free occurs.\n\nFix this by unlinking the multicast group from mc_hash using\nip_mc_hash_remove() before scheduling it for reclamation.\n\nBUG: KASAN: slab-use-after-free in ip_check_mc_rcu+0x149/0x3f0\nRead of size 4 at addr ffff888009bf1408 by task mausezahn/2276\n\nCall Trace:\n \u003cIRQ\u003e\n dump_stack_lvl+0x67/0x90\n print_report+0x175/0x7c0\n kasan_report+0x147/0x180\n ip_check_mc_rcu+0x149/0x3f0\n udp_v4_early_demux+0x36d/0x12d0\n ip_rcv_finish_core+0xb8b/0x1390\n ip_rcv_finish+0x54/0x120\n NF_HOOK+0x213/0x2b0\n __netif_receive_skb+0x126/0x340\n process_backlog+0x4f2/0xf00\n __napi_poll+0x92/0x2c0\n net_rx_action+0x583/0xc60\n handle_softirqs+0x236/0x7f0\n do_softirq+0x57/0x80\n \u003c/IRQ\u003e\n\nAllocated by task 2239:\n kasan_save_track+0x3e/0x80\n __kasan_kmalloc+0x72/0x90\n ____ip_mc_inc_group+0x31a/0xa40\n __ip_mc_join_group+0x334/0x3f0\n do_ip_setsockopt+0x16fa/0x2010\n ip_setsockopt+0x3f/0x90\n do_sock_setsockopt+0x1ad/0x300\n\nFreed by task 0:\n kasan_save_track+0x3e/0x80\n kasan_save_free_info+0x40/0x50\n __kasan_slab_free+0x3a/0x60\n __rcu_free_sheaf_prepare+0xd4/0x220\n rcu_free_sheaf+0x36/0x190\n rcu_core+0x8d9/0x12f0\n handle_softirqs+0x236/0x7f0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64423",
"url": "https://www.suse.com/security/cve/CVE-2026-64423"
},
{
"category": "external",
"summary": "SUSE Bug 1274274 for CVE-2026-64423",
"url": "https://bugzilla.suse.com/1274274"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64423"
},
{
"cve": "CVE-2026-64424",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64424"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetpoll: fix a use-after-free on shutdown path\n\nThere is a use-after-free error on netpoll, which is clearly detected by\nKASAN.\n\n BUG: KASAN: slab-use-after-free in _raw_spin_lock_irqsave+0x3b/0x80\n Read of size 1 at addr ... by task kworker/9:1\n Workqueue: events queue_process\n Call Trace:\n skb_dequeue+0x1e/0xb0\n queue_process+0x2c/0x600\n process_scheduled_works+0x4b6/0x850\n worker_thread+0x414/0x5a0\n Allocated by task 242:\n __netpoll_setup+0x201/0x4a0\n netpoll_setup+0x249/0x550\n enabled_store+0x32f/0x380\n Freed by task 0:\n kfree+0x1b7/0x540\n rcu_core+0x3f8/0x7a0\n\nThe problem happens when there is a pending TX worker running in\nparallel with the cleanup path.\n\nThis is what happens on netpoll shutdown path:\n\n1) __netpoll_cleanup() is called\n2) set dev-\u003enpinfo to NULL\n3) call_rcu() with rcu_cleanup_netpoll_info()\n 3.1) rcu_cleanup_netpoll_info() tries to cancel all workers with\n cancel_delayed_work(), but doesn\u0027t wait for the worker to finish\n4) and kfree(npinfo);\n\nBecause 3.1) doesn\u0027t really cancel the work, as the comment says \"we\ncan\u0027t call cancel_delayed_work_sync here, as we are in softirq\", the TX\nworker can run after 4).\n\nTl;DR: queue_process() is not an RCU reader, it reaches npinfo through\nthe work item via container_of().\n\nUse disable_delayed_work_sync() to ensure the worker is completely\nstopped and prevent any future re-arming attempts. Once npinfo is set\nto NULL, senders will bail out and not queue new work. The disable flag\nensures any in-flight re-arming attempts also fail silently.\n\nIn the future, we can do the cleanup inline here without needing the\nnpinfo-\u003ercu rcu_head, but that is net-next material.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64424",
"url": "https://www.suse.com/security/cve/CVE-2026-64424"
},
{
"category": "external",
"summary": "SUSE Bug 1274256 for CVE-2026-64424",
"url": "https://bugzilla.suse.com/1274256"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64424"
},
{
"cve": "CVE-2026-64425",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64425"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nio_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item\n\ncommit 10dc95939817 (\"io_uring/io-wq: check IO_WQ_BIT_EXIT inside work\nrun loop\") fixed the obvious case where io_worker_handle_work() took one\nexit-bit snapshot before draining pending work, but the fix stops one\nlevel too early.\n\nio_worker_handle_work() now re-checks IO_WQ_BIT_EXIT in its outer work\nrun loop, yet it still snapshots that bit once before processing a whole\ndependent linked-work chain. If io_wq_exit_start() sets IO_WQ_BIT_EXIT\nafter the first linked item has started, the remaining linked items can\nstill reuse stale do_kill = false, skip IO_WQ_WORK_CANCEL, and continue\nrunning after exit has begun.\n\nMove the check further inside, so it covers linked items too. Note: this\nis a syzbot special as it loves setting up tons of slow linked work on\nweird devices like msr that take forever to read, and immediately close\nthe ring. Exit then takes a long time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64425",
"url": "https://www.suse.com/security/cve/CVE-2026-64425"
},
{
"category": "external",
"summary": "SUSE Bug 1273522 for CVE-2026-64425",
"url": "https://bugzilla.suse.com/1273522"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64425"
},
{
"cve": "CVE-2026-64426",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64426"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nio_uring/nop: fix file reference leak with IOSQE_FIXED_FILE\n\nNOP file-acquisition support choses between a fixed (registered) file and\na normal fget()\u0027d file based on its own IORING_NOP_FIXED_FILE flag in\nsqe-\u003enop_flags. However, a request\u0027s REQ_F_FIXED_FILE is set\nindependently from the generic IOSQE_FIXED_FILE sqe flag during request\ninit, before the issue handler runs.\n\nIf a NOP is submitted with IOSQE_FIXED_FILE set (so REQ_F_FIXED_FILE is\nset) but without IORING_NOP_FIXED_FILE, io_nop() takes the normal path\nand grabs a real reference via io_file_get_normal(). On completion,\nio_put_file() only drops the reference when REQ_F_FIXED_FILE is clear,\nso the fget()\u0027d file is never released and leaks:\n\n BUG: memory leak\n unreferenced object 0xffff88800f42c240 (size 176):\n kmem_cache_alloc_noprof+0x358/0x440\n alloc_empty_file+0x57/0x180\n path_openat+0x44/0x1e50\n do_file_open+0x121/0x200\n do_sys_openat2+0xa7/0x150\n __x64_sys_openat+0x82/0xf0\n\nDecide between fixed and normal file acquisition from REQ_F_FIXED_FILE,\nthe same way io_assign_file() does for every other opcode, and fold\nIORING_NOP_FIXED_FILE into REQ_F_FIXED_FILE at prep time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64426",
"url": "https://www.suse.com/security/cve/CVE-2026-64426"
},
{
"category": "external",
"summary": "SUSE Bug 1273893 for CVE-2026-64426",
"url": "https://bugzilla.suse.com/1273893"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64426"
},
{
"cve": "CVE-2026-64427",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64427"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: logitech-dj: Fix maxfield check in DJ short report validation\n\nCommit b6a57912854e (\"HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT\nrelated user initiated OOB write\") added validation for the DJ short\noutput report, but the error path dereferences rep-\u003efield[0] even when\nrep-\u003emaxfield is zero.\n\nCommit 8b9a097eb2fc (\"HID: logitech-dj: fix wrong detection of bad\nDJ_SHORT output report\") made the check conditional on rep being present,\nbut a crafted descriptor can still create report ID 0x20 with only padding\noutput items. hid-core registers the report, ignores the padding field,\nand leaves rep-\u003emaxfield as zero.\n\nIn that case the validation enters the rep-\u003emaxfield \u003c 1 branch and then\ndereferences rep-\u003efield[0]-\u003ereport_count while printing the error message,\ncausing a NULL pointer dereference during probe. This is reproducible with\nuhid by emulating a Logitech receiver with a padding-only DJ short output\nreport:\n\n BUG: KASAN: null-ptr-deref in logi_dj_probe+0xb1/0x754 [hid_logitech_dj]\n Read of size 4 at addr 0000000000000028 by task kworker/4:1/129\n ...\n Call Trace:\n logi_dj_probe+0xb1/0x754 [hid_logitech_dj]\n hid_device_probe+0x329/0x3f0 [hid]\n really_probe+0x162/0x570\n __device_attach+0x137/0x2c0\n bus_probe_device+0x38/0xc0\n device_add+0xa56/0xce0\n hid_add_device+0x19c/0x280 [hid]\n uhid_device_add_worker+0x2c/0xb0 [uhid]\n\nReject the zero-field report before printing the field report_count.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64427",
"url": "https://www.suse.com/security/cve/CVE-2026-64427"
},
{
"category": "external",
"summary": "SUSE Bug 1273281 for CVE-2026-64427",
"url": "https://bugzilla.suse.com/1273281"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64427"
},
{
"cve": "CVE-2026-64428",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64428"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngpio: sch: use raw_spinlock_t in the irq startup path\n\nsch_irq_unmask() enables the GPIO IRQ and then updates the controller\nstate through sch_irq_mask_unmask(), which takes sch-\u003elock with\nspin_lock_irqsave(). The callback can be reached from irq_startup()\nwhile setting up a requested IRQ. That path is not sleepable, but on\nPREEMPT_RT a regular spinlock_t becomes a sleeping lock.\n\nThis issue was found by our static analysis tool and then manually\nreviewed against the current tree.\n\nThe grounded PoC kept the request_threaded_irq() -\u003e __setup_irq() -\u003e\nirq_startup() -\u003e sch_irq_unmask() -\u003e sch_irq_mask_unmask() carrier and\nused the original spin_lock_irqsave(\u0026sch-\u003elock) edge. Lockdep reported:\n\n BUG: sleeping function called from invalid context\n hardirqs last disabled at ... __setup_irq.constprop.0 ... [vuln_msv]\n sch_rt_spin_lock_irqsave+0x1c/0x30 [vuln_msv]\n sch_irq_mask_unmask.constprop.0+0x31/0x70 [vuln_msv]\n __setup_irq.constprop.0+0xd/0x30 [vuln_msv]\n\nConvert the SCH controller lock to raw_spinlock_t. The same lock is\nalso used by the GPIO direction and value callbacks, but those critical\nsections only update MMIO-backed GPIO registers and do not contain\nsleepable operations. Keeping this register lock non-sleeping is\ntherefore appropriate for the irqchip callbacks and does not change the\nGPIO-side locking contract.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64428",
"url": "https://www.suse.com/security/cve/CVE-2026-64428"
},
{
"category": "external",
"summary": "SUSE Bug 1274039 for CVE-2026-64428",
"url": "https://bugzilla.suse.com/1274039"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64428"
},
{
"cve": "CVE-2026-64429",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64429"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngpio: eic-sprd: use raw_spinlock_t in the irq startup path\n\nsprd_eic_irq_unmask() enables the GPIO IRQ and then updates controller\nstate through sprd_eic_update(), which takes sprd_eic-\u003elock with\nspin_lock_irqsave(). The callback can be reached from irq_startup()\nwhile setting up a requested IRQ. That path is not sleepable, but on\nPREEMPT_RT a regular spinlock_t becomes a sleeping lock.\n\nThis issue was found by our static analysis tool and then manually\nreviewed against the current tree.\n\nThe grounded PoC kept the request_threaded_irq() -\u003e __setup_irq() -\u003e\nirq_startup() -\u003e sprd_eic_irq_unmask() -\u003e sprd_eic_update() carrier and\nused the original spin_lock_irqsave(\u0026sprd_eic-\u003elock) edge. Lockdep\n\n BUG: sleeping function called from invalid context\n hardirqs last disabled at ... __setup_irq.constprop.0 ... [vuln_msv]\n sprd_rt_spin_lock_irqsave+0x1c/0x30 [vuln_msv]\n sprd_eic_update.constprop.0+0x48/0x90 [vuln_msv]\n sprd_eic_irq_unmask.constprop.0+0x35/0x50 [vuln_msv]\n __setup_irq.constprop.0+0xd/0x30 [vuln_msv]\n\nConvert the Spreadtrum EIC controller lock to raw_spinlock_t. The\nlocked section only serializes MMIO register updates and does not contain\nsleepable operations, so keeping it non-sleeping is appropriate for the\nirqchip callbacks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64429",
"url": "https://www.suse.com/security/cve/CVE-2026-64429"
},
{
"category": "external",
"summary": "SUSE Bug 1273501 for CVE-2026-64429",
"url": "https://bugzilla.suse.com/1273501"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64429"
},
{
"cve": "CVE-2026-64430",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64430"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNTB: epf: Avoid calling pci_irq_vector() from hardirq context\n\nntb_epf_vec_isr() calls pci_irq_vector() in hardirq context to derive\nthe vector number. pci_irq_vector() calls msi_get_virq() that takes a\nmutex and can therefore trigger \"scheduling while atomic\" splats:\n\n BUG: scheduling while atomic: kworker/u33:0/55/0x00010001\n ...\n Call trace:\n ...\n schedule+0x38/0x110\n schedule_preempt_disabled+0x28/0x50\n __mutex_lock.constprop.0+0x848/0x908\n __mutex_lock_slowpath+0x18/0x30\n mutex_lock+0x4c/0x60\n msi_domain_get_virq+0xe8/0x138\n pci_irq_vector+0x2c/0x60\n ntb_epf_vec_isr+0x28/0x120 [ntb_hw_epf]\n __handle_irq_event_percpu+0x70/0x3a8\n handle_irq_event+0x48/0x100\n handle_edge_irq+0x100/0x1c8\n ...\n\nCache the Linux IRQ number for vector 0 when vectors are allocated and\nuse it as a base in the ISR. Running the ISR in a threaded IRQ handler\nwould also avoid the problem, but that would be unnecessary here.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64430",
"url": "https://www.suse.com/security/cve/CVE-2026-64430"
},
{
"category": "external",
"summary": "SUSE Bug 1274257 for CVE-2026-64430",
"url": "https://bugzilla.suse.com/1274257"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64430"
},
{
"cve": "CVE-2026-64431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64431"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: avoid calling post_write_mst_fixup() for invalid index_block\n\nntfs_icx_ib_sync_write() calls post_write_mst_fixup() when ntfs_ib_write()\nreturns an error, intending to restore the buffer after a failed write.\n\nHowever, ntfs_ib_write() returns an error immediately if\npre_write_mst_fixup() validation fails. The caller,\nntfs_icx_ib_sync_write(), interprets any error as a write failure\nrequiring rollback. It does not differentiate between I/O errors and\nvalidation failures, and calls post_write_mst_fixup() anyway.\n\nSince post_write_mst_fixup() assumes that the index_block contents is\ncorrect, it doesn\u0027t perform the boundary checks, which results in\nout-of-bounds memory access.\n\nAn attacker can craft a malicious NTFS image with:\n - large index_block.usa_ofs offset, pointing outside the ntfs_record\n - index_block.usa_count = 0, causing integer underflow\n - or index_block.usa_count larger than actual number of sectors in the\n ntfs_record, causing out-of-bounds access\n\nKASAN reports describing the memory corruption:\n ==================================================================\n BUG: KASAN: slab-out-of-bounds in post_write_mst_fixup+0x19c/0x1d0\n Read of size 2 at addr ffff8881586c9018 by task p/9428\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x100/0x190\n print_report+0x139/0x4ad\n ? post_write_mst_fixup+0x19c/0x1d0\n ? __virt_addr_valid+0x262/0x500\n ? post_write_mst_fixup+0x19c/0x1d0\n kasan_report+0xe4/0x1d0\n ? post_write_mst_fixup+0x19c/0x1d0\n post_write_mst_fixup+0x19c/0x1d0\n ntfs_icx_ib_sync_write+0x179/0x220\n ntfs_inode_sync_filename+0x83d/0x1080\n __ntfs_write_inode+0x1049/0x1480\n ntfs_file_fsync+0x131/0x9b0\n ==================================================================\n BUG: KASAN: slab-out-of-bounds in post_write_mst_fixup+0x1aa/0x1d0\n Write of size 2 at addr ffff8881586c91fe by task p/9428\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x100/0x190\n print_report+0x139/0x4ad\n ? post_write_mst_fixup+0x1aa/0x1d0\n ? __virt_addr_valid+0x262/0x500\n ? post_write_mst_fixup+0x1aa/0x1d0\n kasan_report+0xe4/0x1d0\n ? post_write_mst_fixup+0x1aa/0x1d0\n post_write_mst_fixup+0x1aa/0x1d0\n ntfs_icx_ib_sync_write+0x179/0x220\n ntfs_inode_sync_filename+0x83d/0x1080\n __ntfs_write_inode+0x1049/0x1480\n ntfs_file_fsync+0x131/0x9b0\n ==================================================================\n\nLet\u0027s move the post_write_mst_fixup() call to ntfs_ib_write().\nThe ntfs_ib_write() function calls pre_write_mst_fixup() at the beginning.\nIf the index_block contents is invalid, pre_write_mst_fixup() fails and\nntfs_ib_write() returns early without calling post_write_mst_fixup() on\nbad index_block.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64431",
"url": "https://www.suse.com/security/cve/CVE-2026-64431"
},
{
"category": "external",
"summary": "SUSE Bug 1274255 for CVE-2026-64431",
"url": "https://bugzilla.suse.com/1274255"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64431"
},
{
"cve": "CVE-2026-64432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64432"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcns\n\nIn the analysis pass of $LogFile journal replay, log_replay() copies\nLCNs from each action log record into an existing Dirty Page Table\n(DPT) entry without bounding the destination index. A crafted NTFS\nimage with DPT entry lcns_follow=1 and an action log record with\nlcns_follow=2 produces a kernel slab out-of-bounds write at mount\ntime:\n\n BUG: KASAN: slab-out-of-bounds in log_replay+0x654c/0xdb60\n Write of size 8 at addr ffff8880095e1040 by task mount\n\nTwo attacker-controlled fields can drive j+i past the allocated\npage_lcns[] array:\n\n 1. dp-\u003elcns_follow (capacity) can be smaller than lrh-\u003elcns_follow.\n 2. lrh-\u003etarget_vcn may be smaller than dp-\u003evcn, making the u64\n subtraction wrap to a huge size_t.\n\nValidate target VCN delta and per-record LCN count against the\nDPT entry capacity, bail via the existing out: cleanup label with\n-EINVAL.\n\nThis mirrors the bounds-check pattern added in commit b2bc7c44ed17\n(\"fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot\")\nand commit 0ca0485e4b2e (\"fs/ntfs3: validate rec-\u003eused in\njournal-replay file record check\").",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64432",
"url": "https://www.suse.com/security/cve/CVE-2026-64432"
},
{
"category": "external",
"summary": "SUSE Bug 1274231 for CVE-2026-64432",
"url": "https://bugzilla.suse.com/1274231"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64432"
},
{
"cve": "CVE-2026-64433",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64433"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete\n\nadd_device_complete() runs from the hci_cmd_sync_work kworker, which\nholds only hci_req_sync_lock and *not* hci_dev_lock. It calls\nhci_conn_params_lookup() and then dereferences the returned object\n(params-\u003eflags) without taking hci_dev_lock:\n\n\tparams = hci_conn_params_lookup(hdev, \u0026cp-\u003eaddr.bdaddr,\n\t\t\t\t\tle_addr_type(cp-\u003eaddr.type));\n\t...\n\tdevice_flags_changed(NULL, hdev, \u0026cp-\u003eaddr.bdaddr,\n\t\t\t cp-\u003eaddr.type, hdev-\u003econn_flags,\n\t\t\t params ? params-\u003eflags : 0);\n\nhci_conn_params_lookup() walks hdev-\u003ele_conn_params and is documented to\nrequire hdev-\u003elock. A concurrent MGMT_OP_REMOVE_DEVICE\n(remove_device()), which does run under hci_dev_lock, can call\nhci_conn_params_free() to list_del() and kfree() the very object the\nlookup returned, so the subsequent params-\u003eflags read touches freed\nmemory [0].\n\nHold hci_dev_lock() across the hci_conn_params_lookup() and the read of\nparams-\u003eflags (and the matching event emission) so the lookup result\ncannot be freed by a concurrent remove_device() before it is used,\nhonouring the locking contract of hci_conn_params_lookup().\n\n[0]: (trailing page/memory-state dump trimmed)\nBUG: KASAN: slab-use-after-free in add_device_complete+0x358/0x3d8 net/bluetooth/mgmt.c:7671\nRead of size 1 at addr ffff000017ab26c1 by task kworker/u9:8/388\n\nCPU: 1 UID: 0 PID: 388 Comm: kworker/u9:8 Not tainted 7.0.11 #20 PREEMPT\nHardware name: linux,dummy-virt (DT)\nWorkqueue: hci0 hci_cmd_sync_work\nCall trace:\n show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:499 (C)\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0xb4/0xd4 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0x118/0x5d8 mm/kasan/report.c:482\n kasan_report+0xb0/0xf4 mm/kasan/report.c:595\n __asan_report_load1_noabort+0x20/0x2c mm/kasan/report_generic.c:378\n add_device_complete+0x358/0x3d8 net/bluetooth/mgmt.c:7671\n hci_cmd_sync_work+0x14c/0x240 net/bluetooth/hci_sync.c:334\n process_one_work+0x628/0xd38 kernel/workqueue.c:3289\n process_scheduled_works kernel/workqueue.c:3372 [inline]\n worker_thread+0x7a8/0xac0 kernel/workqueue.c:3453\n kthread+0x39c/0x444 kernel/kthread.c:436\n ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:860\n\nAllocated by task 3401:\n kasan_save_stack+0x3c/0x64 mm/kasan/common.c:57\n kasan_save_track+0x20/0x3c mm/kasan/common.c:78\n kasan_save_alloc_info+0x40/0x54 mm/kasan/generic.c:570\n poison_kmalloc_redzone mm/kasan/common.c:398 [inline]\n __kasan_kmalloc+0xd4/0xd8 mm/kasan/common.c:415\n kasan_kmalloc include/linux/kasan.h:263 [inline]\n __kmalloc_cache_noprof+0x1b0/0x458 mm/slub.c:5385\n kmalloc_noprof include/linux/slab.h:950 [inline]\n kzalloc_noprof include/linux/slab.h:1188 [inline]\n hci_conn_params_add+0x10c/0x4b0 net/bluetooth/hci_core.c:2279\n hci_conn_params_set net/bluetooth/mgmt.c:5162 [inline]\n add_device+0x5b4/0xa54 net/bluetooth/mgmt.c:7755\n hci_mgmt_cmd net/bluetooth/hci_sock.c:1721 [inline]\n hci_sock_sendmsg+0x10b4/0x1dd0 net/bluetooth/hci_sock.c:1841\n sock_sendmsg_nosec net/socket.c:727 [inline]\n __sock_sendmsg+0xe0/0x128 net/socket.c:742\n sock_write_iter+0x250/0x390 net/socket.c:1195\n new_sync_write fs/read_write.c:595 [inline]\n vfs_write+0x66c/0xab0 fs/read_write.c:688\n ksys_write+0x1fc/0x24c fs/read_write.c:740\n __do_sys_write fs/read_write.c:751 [inline]\n __se_sys_write fs/read_write.c:748 [inline]\n __arm64_sys_write+0x70/0xa4 fs/read_write.c:748\n __invoke_syscall arch/arm64/kernel/syscall.c:35 [inline]\n invoke_syscall+0x84/0x2a8 arch/arm64/kernel/syscall.c:49\n el0_svc_common.constprop.0+0xe4/0x294 arch/arm64/kernel/syscall.c:132\n do_el0_svc+0x44/0x5c arch/arm64/kernel/syscall.c:151\n el0_svc+0x38/0xac arch/arm64/kernel/entry-common.c:724\n el0t_64_sync_handler+0xa0/0xe4 arch/arm64/kernel/entry-common.c:743\n el0t_64_sync+0x198/0x19c arch/arm64/kernel/entry.S:596\n\nFreed by task 3740:\n kasan_save_stack+0x3c/0x64 \n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64433",
"url": "https://www.suse.com/security/cve/CVE-2026-64433"
},
{
"category": "external",
"summary": "SUSE Bug 1274283 for CVE-2026-64433",
"url": "https://bugzilla.suse.com/1274283"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64433"
},
{
"cve": "CVE-2026-64434",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64434"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref\n\nl2cap_chan_timeout() runs asynchronously and accesses chan-\u003econn. If\nthe connection is torn down while the timer is running or pending,\nchan-\u003econn can be freed, leading to a use-after-free when the timer\nworker attempts to lock conn-\u003elock:\n\n| BUG: KASAN: slab-use-after-free in instrument_atomic_read_write include/linux/instrumented.h:112 [inline]\n| BUG: KASAN: slab-use-after-free in atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:4456 [inline]\n| BUG: KASAN: slab-use-after-free in __mutex_trylock_fast kernel/locking/mutex.c:161 [inline]\n| BUG: KASAN: slab-use-after-free in mutex_lock+0x4f/0xa0 kernel/locking/mutex.c:318\n| Write of size 8 at addr ffff8881298d9550 by task kworker/2:1/83\n|\n| CPU: 2 UID: 0 PID: 83 Comm: kworker/2:1 Not tainted 7.1.0-rc6-next-20260601-dirty #6 PREEMPT(full)\n| Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.17.0-debian-1.17.0-1 04/01/2014\n| Workqueue: events l2cap_chan_timeout\n| Call Trace:\n| \u003cTASK\u003e\n| instrument_atomic_read_write include/linux/instrumented.h:112 [inline]\n| atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:4456 [inline]\n| __mutex_trylock_fast kernel/locking/mutex.c:161 [inline]\n| mutex_lock+0x4f/0xa0 kernel/locking/mutex.c:318\n| l2cap_chan_timeout+0x5d/0x1b0 net/bluetooth/l2cap_core.c:422\n| process_one_work kernel/workqueue.c:3326 [inline]\n| process_scheduled_works+0x7c8/0xfb0 kernel/workqueue.c:3409\n| worker_thread+0x8a9/0xcf0 kernel/workqueue.c:3490\n| kthread+0x346/0x430 kernel/kthread.c:436\n| ret_from_fork+0x1a3/0x470 arch/x86/kernel/process.c:158\n| ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245\n| \u003c/TASK\u003e\n|\n| Allocated by task 320:\n| l2cap_conn_add+0xa7/0x820 net/bluetooth/l2cap_core.c:7075\n| l2cap_connect_cfm+0xdb/0xd70 net/bluetooth/l2cap_core.c:7452\n| hci_connect_cfm include/net/bluetooth/hci_core.h:2139 [inline]\n| hci_remote_features_evt+0x52f/0x9f0 net/bluetooth/hci_event.c:3760\n| hci_event_func net/bluetooth/hci_event.c:7796 [inline]\n| hci_event_packet+0x561/0xa70 net/bluetooth/hci_event.c:7847\n| hci_rx_work+0x370/0x890 net/bluetooth/hci_core.c:4040\n| process_one_work kernel/workqueue.c:3326 [inline]\n| process_scheduled_works+0x7c8/0xfb0 kernel/workqueue.c:3409\n| worker_thread+0x8a9/0xcf0 kernel/workqueue.c:3490\n| kthread+0x346/0x430 kernel/kthread.c:436\n| ret_from_fork+0x1a3/0x470 arch/x86/kernel/process.c:158\n| ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245\n|\n| Freed by task 322:\n| hci_disconn_cfm include/net/bluetooth/hci_core.h:2154 [inline]\n| hci_conn_hash_flush+0x101/0x1f0 net/bluetooth/hci_conn.c:2736\n| hci_dev_close_sync+0x889/0xde0 net/bluetooth/hci_sync.c:5405\n| hci_dev_do_close net/bluetooth/hci_core.c:502 [inline]\n| hci_unregister_dev+0x1f7/0x370 net/bluetooth/hci_core.c:2679\n| vhci_release+0x12a/0x180 drivers/bluetooth/hci_vhci.c:690\n| __fput+0x369/0x890 fs/file_table.c:510\n| task_work_run+0x160/0x1d0 kernel/task_work.c:233\n| get_signal+0xf5b/0x1120 kernel/signal.c:2810\n| arch_do_signal_or_restart+0x4d/0x600 arch/x86/kernel/signal.c:337\n| __exit_to_user_mode_loop kernel/entry/common.c:64 [inline]\n| exit_to_user_mode_loop+0x85/0x510 kernel/entry/common.c:98\n| do_syscall_64+0x263/0x3d0 arch/x86/entry/syscall_64.c:100\n| entry_SYSCALL_64_after_hwframe+0x77/0x7f\n|\n| The buggy address belongs to the object at ffff8881298d9400\n| which belongs to the cache kmalloc-512 of size 512\n| The buggy address is located 336 bytes inside of\n| freed 512-byte region [ffff8881298d9400, ffff8881298d9600)\n\nFix it by having chan-\u003econn hold a reference to l2cap_conn (via\nl2cap_conn_get) when the channel is added to the connection, and\nreleasing it in the channel destructor. This ensures the l2cap_conn\nremains alive as long as the channel exists.\n\nA new FLAG_DEL channel flag is introduced to indicate that the ch\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64434",
"url": "https://www.suse.com/security/cve/CVE-2026-64434"
},
{
"category": "external",
"summary": "SUSE Bug 1273880 for CVE-2026-64434",
"url": "https://bugzilla.suse.com/1273880"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64434"
},
{
"cve": "CVE-2026-64435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64435"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\naudit: Fix data races of skb_queue_len() readers on audit_queue\n\nMultiple readers access audit_queue.qlen via skb_queue_len() without\nholding the queue lock or using READ_ONCE(), while kauditd writes to\nthis field via the skb_dequeue() -\u003e __skb_unlink() path with WRITE_ONCE()\nprotected by a spinlock. This constitutes data races.\n\nAll affected skb_queue_len(\u0026audit_queue) call sites:\n - kauditd_thread() wait_event_freezable() condition\n - audit_receive_msg() AUDIT_GET handler (s.backlog assignment)\n - audit_receive() backlog check\n - audit_log_start() backlog check and pr_warn()\n\nKCSAN reports the following conflicting access pattern (one example):\n==================================================================\nBUG: KCSAN: data-race in audit_log_start / skb_dequeue\n\nwrite (marked) to 0xffffffff8512ee20 of 4 bytes by task 661 on cpu 57:\n skb_dequeue+0x70/0xf0\n kauditd_send_queue+0x71/0x220\n kauditd_thread+0x1cb/0x430\n kthread+0x1c2/0x210\n ret_from_fork+0x162/0x1a0\n ret_from_fork_asm+0x1a/0x30\n\nread to 0xffffffff8512ee20 of 4 bytes by task 36586 on cpu 1:\n audit_log_start+0x2a0/0x6b0\n audit_core_dumps+0x64/0xa0\n do_coredump+0x14b/0x1260\n get_signal+0xeb2/0xf70\n arch_do_signal_or_restart+0x41/0x170\n exit_to_user_mode_loop+0xa2/0x1c0\n do_syscall_64+0x1a3/0x1c0\n entry_SYSCALL_64_after_hwframe+0x76/0xe0\n\nvalue changed: 0x00000001 -\u003e 0x00000000\n==================================================================\n\nResolve the race by switching to lockless helper skb_queue_len_lockless(),\nwhich internally uses READ_ONCE() and properly pairs with the WRITE_ONCE()\nwrite accesses already present on the writer side.\n\n[PM: line length tweak]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64435",
"url": "https://www.suse.com/security/cve/CVE-2026-64435"
},
{
"category": "external",
"summary": "SUSE Bug 1274080 for CVE-2026-64435",
"url": "https://bugzilla.suse.com/1274080"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64435"
},
{
"cve": "CVE-2026-64436",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64436"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: af_key: initialize alg_key_len for IPComp states\n\npfkey_msg2xfrm_state() handles the IPComp (SADB_X_SATYPE_IPCOMP) case by\nallocating x-\u003ecalg and copying only the algorithm name:\n\n\tx-\u003ecalg = kmalloc_obj(*x-\u003ecalg);\n\tif (!x-\u003ecalg) {\n\t\terr = -ENOMEM;\n\t\tgoto out;\n\t}\n\tstrcpy(x-\u003ecalg-\u003ealg_name, a-\u003ename);\n\tx-\u003eprops.calgo = sa-\u003esadb_sa_encrypt;\n\nUnlike the authentication (x-\u003eaalg) and encryption (x-\u003eealg) branches of\nthe same function, the compression branch never initializes\ncalg-\u003ealg_key_len. IPComp carries no key and the allocation only\nreserves sizeof(struct xfrm_algo) (i.e. no room for a key), so the field\nis left containing uninitialized slab data.\n\ncalg-\u003ealg_key_len is later used as a length by xfrm_algo_clone() when an\nIPComp state is cloned during XFRM_MSG_MIGRATE:\n\n\txfrm_state_migrate()\n\t xfrm_state_clone_and_setup()\n\t x-\u003ecalg = xfrm_algo_clone(orig-\u003ecalg);\n\t kmemdup(orig, xfrm_alg_len(orig));\n\nwhere xfrm_alg_len() returns sizeof(*alg) + (alg_key_len + 7) / 8. With\na non-zero garbage alg_key_len, kmemdup() reads past the end of the\n68-byte calg object. Adding an IPComp SA via PF_KEY and then migrating\nit triggers (net-next, KASAN, init_on_alloc=0):\n\n BUG: KASAN: slab-out-of-bounds in kmemdup_noprof+0x44/0x60\n Read of size 4164 at addr ff11000025a74980 by task diag2/9287\n CPU: 3 UID: 0 PID: 9287 Comm: diag2 7.1.0-rc6-g903db046d557 #1\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x10e/0x1f0\n print_report+0xf7/0x600\n kasan_report+0xe4/0x120\n kasan_check_range+0x105/0x1b0\n __asan_memcpy+0x23/0x60\n kmemdup_noprof+0x44/0x60\n xfrm_state_migrate+0x70a/0x1da0\n xfrm_migrate+0x753/0x18a0\n xfrm_do_migrate+0xb47/0xf10\n xfrm_user_rcv_msg+0x411/0xb50\n netlink_rcv_skb+0x158/0x420\n xfrm_netlink_rcv+0x71/0x90\n netlink_unicast+0x584/0x850\n netlink_sendmsg+0x8b0/0xdc0\n ____sys_sendmsg+0x9f7/0xb90\n ___sys_sendmsg+0x134/0x1d0\n __sys_sendmsg+0x16d/0x220\n do_syscall_64+0x116/0x7d0\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n \u003c/TASK\u003e\n\n Allocated by task 9287:\n kasan_save_stack+0x33/0x60\n kasan_save_track+0x14/0x30\n __kasan_kmalloc+0xaa/0xb0\n pfkey_add+0x2652/0x2ea0\n pfkey_process+0x6d0/0x830\n pfkey_sendmsg+0x42c/0x850\n __sys_sendto+0x461/0x4b0\n __x64_sys_sendto+0xe0/0x1c0\n do_syscall_64+0x116/0x7d0\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\n The buggy address belongs to the object at ff11000025a74980\n which belongs to the cache kmalloc-96 of size 96\n The buggy address is located 0 bytes inside of\n allocated 68-byte region [ff11000025a74980, ff11000025a749c4)\n\nDepending on the uninitialized value the same field can instead request\nan oversized kmemdup() allocation and make the migration clone fail.\n\nThe XFRM netlink path is not affected: verify_one_alg() rejects an\nXFRMA_ALG_COMP attribute shorter than xfrm_alg_len(), so a calg added via\nXFRM_MSG_NEWSA is always self-consistent.\n\nInitialize calg-\u003ealg_key_len to 0, matching the aalg/ealg branches.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64436",
"url": "https://www.suse.com/security/cve/CVE-2026-64436"
},
{
"category": "external",
"summary": "SUSE Bug 1274277 for CVE-2026-64436",
"url": "https://bugzilla.suse.com/1274277"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64436"
},
{
"cve": "CVE-2026-64437",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64437"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL\n\nCommit f580d27e8928 (\"ksmbd: fix use-after-free of a deferred file_lock on\ndouble SMB2_CANCEL\") made smb2_cancel() skip a work whose state is\nKSMBD_WORK_CANCELLED, so its cancel_fn cannot be fired a second time. But\nKSMBD_WORK has three states (ACTIVE, CANCELLED, CLOSED), and the same\nfreeing producer path is reached for CLOSED too:\n\n SMB2_CLOSE on the locking handle -\u003e set_close_state_blocked_works() sets\n the deferred work\u0027s state to KSMBD_WORK_CLOSED and wakes the smb2_lock()\n worker. The worker takes the non-ACTIVE early-exit, locks_free_lock()s\n the file_lock and, because the state is not KSMBD_WORK_CANCELLED, takes\n the STATUS_RANGE_NOT_LOCKED branch with \"goto out2\" -- which, like the\n cancelled branch, skips release_async_work(). The work stays on\n conn-\u003easync_requests with a live cancel_fn = smb2_remove_blocked_lock\n pointing at the freed file_lock.\n\nA subsequent SMB2_CANCEL for the same AsyncId then passes the\nKSMBD_WORK_CANCELLED-only guard (its state is KSMBD_WORK_CLOSED), so\nsmb2_cancel() fires cancel_fn again over the freed file_lock -- the same\nuse-after-free fixed, via SMB2_CLOSE instead of a first SMB2_CANCEL:\n\n BUG: KASAN: slab-use-after-free in __locks_delete_block\n __locks_delete_block\n locks_delete_block\n ksmbd_vfs_posix_lock_unblock\n smb2_remove_blocked_lock\n smb2_cancel \u003c- 2nd SMB2_CANCEL fires cancel_fn\n handle_ksmbd_work\n Allocated by ...: locks_alloc_lock \u003c- smb2_lock\n Freed by ...: locks_free_lock \u003c- smb2_lock (non-ACTIVE early-exit)\n ... cache file_lock_cache of size 192\n\nReproduced on mainline 7.1-rc7 (which already contains f580d27e8928) with\nKASAN by an authenticated SMB client; the double-SMB2_CANCEL control is\nsilent on that kernel, so the splat is attributable to the CLOSE trigger.\n\nOnly an ACTIVE deferred work may have its cancel_fn fired: both terminal\nstates (CANCELLED and CLOSED) reach the smb2_lock() early-exit that frees\nthe file_lock and skips release_async_work(). Guard on KSMBD_WORK_ACTIVE\nso any non-active work is skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64437",
"url": "https://www.suse.com/security/cve/CVE-2026-64437"
},
{
"category": "external",
"summary": "SUSE Bug 1274271 for CVE-2026-64437",
"url": "https://bugzilla.suse.com/1274271"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64437"
},
{
"cve": "CVE-2026-64438",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64438"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()\n\nThe VF2PF interrupt handler queues PF-side response work that stores a\nraw pointer to per-VF state (struct adf_accel_vf_info). Currently,\nadf_disable_sriov() destroys per-VF mutexes and frees vf_info without\nstopping new VF2PF work or waiting for in-flight workers to complete. A\nconcurrently scheduled or already queued worker can then dereference\nfreed memory.\n\nThis manifests as a use-after-free when KASAN is enabled:\n\n BUG: KASAN: null-ptr-deref in mutex_lock+0x76/0xe0\n Write of size 8 at addr 0000000000000260 by task kworker/24:2/...\n Workqueue: qat_pf2vf_resp_wq adf_iov_send_resp [intel_qat]\n Call Trace:\n kasan_report+0x119/0x140\n mutex_lock+0x76/0xe0\n adf_gen4_pfvf_send+0xd4/0x1f0 [intel_qat]\n adf_recv_and_handle_vf2pf_msg+0x290/0x360 [intel_qat]\n adf_iov_send_resp+0x8c/0xe0 [intel_qat]\n process_one_work+0x6ac/0xfd0\n worker_thread+0x4dd/0xd30\n kthread+0x326/0x410\n ret_from_fork+0x33b/0x670\n\nAdd a PF-local flag, vf2pf_disabled, that gates work queueing, worker\nprocessing, and interrupt re-enabling during teardown. Set this flag\natomically with the hardware interrupt mask inside\nadf_disable_all_vf2pf_interrupts(). After masking, synchronize the AE\ncluster MSI-X interrupt and flush the PF response workqueue before\ntearing down per-VF locks and state so all in-flight work completes\nbefore vf_info is destroyed.\n\nIntroduce adf_enable_all_vf2pf_interrupts() to clear the flag and\nunmask all VF2PF interrupts under the same lock when SR-IOV is\nre-enabled. This ensures the software flag and hardware state transition\natomically on both the enable and disable paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64438",
"url": "https://www.suse.com/security/cve/CVE-2026-64438"
},
{
"category": "external",
"summary": "SUSE Bug 1273496 for CVE-2026-64438",
"url": "https://bugzilla.suse.com/1273496"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64438"
},
{
"cve": "CVE-2026-64439",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64439"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: krb5 - filter out async aead implementations at alloc\n\nkrb5_aead_encrypt(), krb5_aead_decrypt() in rfc3961_simplified.c and\nrfc8009_encrypt(), rfc8009_decrypt() in rfc8009_aes2.c set a NULL\ncompletion callback and treat any negative return from\ncrypto_aead_{encrypt,decrypt}() as terminal, falling through to\nkfree_sensitive(buffer). When the encrypt_name resolves to an\nasync AEAD instance the request returns -EINPROGRESS, the buffer\nis freed while the backend\u0027s worker still holds a pointer, and the\nworker dereferences the freed slab on completion.\n\nKASAN report under UML+SLUB with a synthetic async aead backend\nbound to krb5-\u003eencrypt_name:\n\n BUG: KASAN: slab-use-after-free in t5_stub_complete+0x7d/0xc7\n\nThe helpers were written synchronously, so filter the async\ninstances out at allocation time instead of plumbing\ncrypto_wait_req() through every call site.\n\nReachable via net/rxrpc/rxgk.c, fs/afs/cm_security.c and\nnet/ceph/crypto.c on systems with an async AEAD provider bound to\nthe krb5 enctype name.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64439",
"url": "https://www.suse.com/security/cve/CVE-2026-64439"
},
{
"category": "external",
"summary": "SUSE Bug 1273541 for CVE-2026-64439",
"url": "https://bugzilla.suse.com/1273541"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64439"
},
{
"cve": "CVE-2026-64440",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64440"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB write in HT_caps_handler()\n\nHT_caps_handler() iterates pIE-\u003elength bytes and writes into\nHT_caps.u.HT_cap[], which is a fixed 26-byte array (sizeof struct\nHT_caps_element). Because pIE-\u003elength is a raw u8 from an over-the-air\n802.11 AssocResponse frame and is never validated, a malicious AP can\nset it up to 255, causing up to 229 bytes of out-of-bounds writes into\nadjacent fields of struct mlme_ext_info.\n\nTruncate the iteration count to the size of HT_caps.u.HT_cap using\numin() so that data from a longer-than-expected IE is silently ignored\nrather than written out of bounds, preserving interoperability with APs\nthat pad the element. An early return on oversized IEs was considered\nbut rejected: it would bypass the pmlmeinfo-\u003eHT_caps_enable = 1\nassignment that precedes the loop, silently disabling HT mode for APs\nthat append extra bytes to the HT Capabilities IE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64440",
"url": "https://www.suse.com/security/cve/CVE-2026-64440"
},
{
"category": "external",
"summary": "SUSE Bug 1274258 for CVE-2026-64440",
"url": "https://bugzilla.suse.com/1274258"
},
{
"category": "external",
"summary": "SUSE Bug 1274259 for CVE-2026-64440",
"url": "https://bugzilla.suse.com/1274259"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64440"
},
{
"cve": "CVE-2026-64441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64441"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB reads in rtw_get_sec_ie(), rtw_get_wapi_ie(), and rtw_get_wps_attr()\n\nThree IE/attribute parsing functions have missing bounds checks.\n\nrtw_get_sec_ie() and rtw_get_wapi_ie() iterate over a raw IE buffer\nwithout verifying that the header bytes (tag + length) are within the\nremaining buffer before reading them. Additionally, rtw_get_sec_ie()\ncompares the 4-byte WPA OUI at cnt+2 without checking that at least\n6 bytes remain, and rtw_get_wapi_ie() compares a 4-byte WAPI OUI at\ncnt+6 without checking that at least 10 bytes remain.\n\nrtw_get_wps_attr() reads wps_ie[0] and wps_ie+2 unconditionally at\nentry, before verifying that wps_ielen is large enough to contain\nthe 6-byte WPS IE header (element_id + length + 4-byte OUI). Inside\nthe attribute loop, get_unaligned_be16() is called on attr_ptr and\nattr_ptr+2 without checking that 4 bytes remain in the buffer.\n\nAdd a cnt+2 bounds check before each loop body in rtw_get_sec_ie()\nand rtw_get_wapi_ie(), guard each multi-byte comparison with a minimum\nIE length requirement, add a wps_ielen \u003c 6 early return in\nrtw_get_wps_attr(), and add a 4-byte bounds check in its inner loop.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64441",
"url": "https://www.suse.com/security/cve/CVE-2026-64441"
},
{
"category": "external",
"summary": "SUSE Bug 1274261 for CVE-2026-64441",
"url": "https://bugzilla.suse.com/1274261"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64441"
},
{
"cve": "CVE-2026-64442",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64442"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()\n\nTwo IE parsing loops are missing the header bounds checks before they\ndereference pIE-\u003elength:\n\n - issue_assocreq() walks pmlmeinfo-\u003enetwork.ies to build the\n association request. If the stored IE data ends with only an\n element_id byte and no length byte, pIE-\u003elength is read one byte\n past the end of the buffer.\n\n - join_cmd_hdl() walks pnetwork-\u003eies during station join and has\n the same problem under the same conditions.\n\nBoth buffers are filled from AP beacon and probe-response frames, so a\nmalicious AP that sends a truncated final IE can trigger the issue.\n\nApply the two-guard pattern established in update_beacon_info():\n 1. Break if fewer than sizeof(*pIE) bytes remain.\n 2. Break if the IE\u0027s declared data extends past the buffer end.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64442",
"url": "https://www.suse.com/security/cve/CVE-2026-64442"
},
{
"category": "external",
"summary": "SUSE Bug 1273849 for CVE-2026-64442",
"url": "https://bugzilla.suse.com/1273849"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64442"
},
{
"cve": "CVE-2026-64443",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64443"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB read in update_beacon_info() IE loop\n\nThe IE parsing loop in update_beacon_info() advances by\n(pIE-\u003elength + 2) each iteration but only guards on i \u003c len.\nWhen a malicious AP sends a Beacon whose last IE has only one byte\nremaining in the frame (the element_id byte lands at len-1), the loop\nreads pIE-\u003elength from one byte past the allocated receive buffer.\n\nAdditionally, even when the header bytes are in bounds, pIE-\u003elength\nitself can extend the data window beyond len, passing a truncated IE\nto the handler functions.\n\nAdd two guards at the top of the loop body:\n 1. Break if fewer than sizeof(*pIE) bytes remain (can\u0027t read header).\n 2. Break if the IE\u0027s declared data extends past len.\n\nAlso replace i += (pIE-\u003elength + 2) with i += sizeof(*pIE) + pIE-\u003elength\nfor consistency with the sizeof(*pIE) guards added above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64443",
"url": "https://www.suse.com/security/cve/CVE-2026-64443"
},
{
"category": "external",
"summary": "SUSE Bug 1273249 for CVE-2026-64443",
"url": "https://bugzilla.suse.com/1273249"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64443"
},
{
"cve": "CVE-2026-64444",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64444"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop\n\nThe IE parsing loop in OnAssocRsp() advances by (pIE-\u003elength + 2) each\niteration but only guards on i \u003c pkt_len. When a malicious AP sends an\nAssocResponse whose last IE has only one byte remaining in the frame\n(the element_id byte lands at pkt_len-1), the loop reads pIE-\u003elength\nfrom pframe[pkt_len], which is one byte past the allocated receive buffer.\n\nAdditionally, even when the header bytes are in bounds, pIE-\u003elength\nitself can extend the data window beyond pkt_len, silently passing a\ntruncated IE to the handler functions.\n\nAdd two guards at the top of the loop body:\n 1. Break if fewer than sizeof(*pIE) bytes remain (can\u0027t read header).\n 2. Break if the IE\u0027s declared data extends past pkt_len.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64444",
"url": "https://www.suse.com/security/cve/CVE-2026-64444"
},
{
"category": "external",
"summary": "SUSE Bug 1274265 for CVE-2026-64444",
"url": "https://bugzilla.suse.com/1274265"
},
{
"category": "external",
"summary": "SUSE Bug 1274266 for CVE-2026-64444",
"url": "https://bugzilla.suse.com/1274266"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64444"
},
{
"cve": "CVE-2026-64445",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64445"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()\n\nOnAuth() has two bugs in the shared-key authentication path.\n\nWhen the Privacy bit is set, rtw_wep_decrypt() is called without\nverifying that the frame is long enough to contain a valid WEP IV and\nICV. Inside rtw_wep_decrypt(), length is computed as:\n\n length = len - WLAN_HDR_A3_LEN - iv_len\n\nand then passed as (length - 4) to crc32_le(). If len is less than\nWLAN_HDR_A3_LEN + iv_len + icv_len (32 bytes), length - 4 is negative\nand, after the implicit cast to size_t, causes crc32_le() to read far\nbeyond the frame buffer. Add a minimum length check before accessing\nthe IV field and calling the decryption path.\n\nWhen processing a seq=3 response, rtw_get_ie() stores the Challenge\nText IE length in ie_len, but the subsequent memcmp() always reads 128\nbytes regardless of ie_len. IEEE 802.11 mandates a challenge text of\nexactly 128 bytes; reject any IE whose length field differs, matching\nthe check already applied to OnAuthClient().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64445",
"url": "https://www.suse.com/security/cve/CVE-2026-64445"
},
{
"category": "external",
"summary": "SUSE Bug 1274290 for CVE-2026-64445",
"url": "https://bugzilla.suse.com/1274290"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64445"
},
{
"cve": "CVE-2026-64446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64446"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()\n\nsupplicant_ie is a 256-byte array in struct security_priv. The WPA and\nWPA2 IE copy paths use:\n\n memcpy(padapter-\u003esecuritypriv.supplicant_ie, \u0026pwpa[0], wpa_ielen + 2);\n\nwhere wpa_ielen is the raw IE length field (u8, 0-255). When a local user\nsupplies a connect request via nl80211 with a crafted WPA IE of length 255,\nwpa_ielen + 2 equals 257, overflowing the 256-byte buffer by one byte into\nthe adjacent last_mic_err_time field.\n\nrtw_parse_wpa_ie() does not prevent this: its length consistency check\ncompares *(wpa_ie+1) against (u8)(wpa_ie_len-2), which is (u8)(255) == 255\nwhen wpa_ie_len = 257, so the check passes silently.\n\nAdd explicit bounds checks for both the WPA and WPA2 paths before the\nmemcpy, rejecting any IE whose total size (wpa_ielen + 2) exceeds the\nsupplicant_ie buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64446",
"url": "https://www.suse.com/security/cve/CVE-2026-64446"
},
{
"category": "external",
"summary": "SUSE Bug 1273314 for CVE-2026-64446",
"url": "https://bugzilla.suse.com/1273314"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64446"
},
{
"cve": "CVE-2026-64447",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64447"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: media: ipu7: fix double-free and use-after-free in error paths\n\nIn both ipu7_isys_init() and ipu7_psys_init(), pdata is allocated and\nthen passed to ipu7_bus_initialize_device(), which stores it in\nadev-\u003epdata. The ipu7_bus_release() function frees adev-\u003epdata when the\ndevice\u0027s reference count drops to zero.\n\nTwo error paths incorrectly call kfree(pdata) after the device teardown\nhas already freed it:\n\n1. When ipu7_mmu_init() fails: put_device() is called, which drops the\n reference count to zero and triggers ipu7_bus_release() -\u003e\n kfree(pdata). The subsequent kfree(pdata) is a double-free.\n\n2. When ipu7_bus_add_device() fails: it calls auxiliary_device_uninit()\n internally, which calls put_device() -\u003e ipu7_bus_release() -\u003e\n kfree(pdata). The subsequent kfree(pdata) is again a double-free.\n\nNote that the kfree(pdata) when ipu7_bus_initialize_device() itself\nfails is correct, because in that case auxiliary_device_init() failed\nand the release function was never set up, so pdata must be freed\nmanually.\n\nAdditionally, the error code was not saved before calling put_device(),\ncausing ERR_CAST() to dereference the already-freed adev pointer when\nconstructing the return value. Fix this by saving the error from\ndev_err_probe() before put_device() and returning ERR_PTR() instead.\n\nRemove the redundant kfree(pdata) calls and fix the use-after-free in\nthe return values of the two affected error paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64447",
"url": "https://www.suse.com/security/cve/CVE-2026-64447"
},
{
"category": "external",
"summary": "SUSE Bug 1273540 for CVE-2026-64447",
"url": "https://bugzilla.suse.com/1273540"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64447"
},
{
"cve": "CVE-2026-64448",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64448"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: restrict implied bcc[0] exemption to responses without data area\n\nsmb2_check_message() has a long-standing quirk that accepts a response\nwhose calculated length is one byte larger than the bytes actually\nreceived (\"server can return one byte more due to implied bcc[0]\").\nThis was introduced to accommodate servers that omit the trailing bcc[0]\noverlap byte when no data area is present.\n\nHowever, the exemption is applied unconditionally, regardless of whether\nthe command actually carries a data area (has_smb2_data_area[]). When a\nresponse with a data area is subject to the +1 exemption, the reported\ndata can extend one byte beyond the bytes actually received, yet\nsmb2_check_message() still accepts it. The subsequent decoder then reads\npast the end of the receive buffer. This is reachable during NEGOTIATE\nand SESSION_SETUP, before the session is established.\n\nThe resulting out-of-bounds reads are visible under KASAN when mounting\nagainst a non-conforming server; both the SPNEGO/negTokenInit and the\nNTLMSSP challenge decoders are affected:\n\n BUG: KASAN: slab-out-of-bounds in asn1_ber_decoder+0x16a7/0x1b00\n Read of size 1 at addr ffff8880084d67c0 by task mount.cifs/81\n CPU: 1 UID: 0 PID: 81 Comm: mount.cifs Not tainted 7.1.0-rc6 #1\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x4e/0x70\n print_report+0x157/0x4c9\n kasan_report+0xce/0x100\n asn1_ber_decoder+0x16a7/0x1b00\n decode_negTokenInit+0x19/0x30\n SMB2_negotiate+0x31d9/0x4c90\n cifs_negotiate_protocol+0x1f2/0x3f0\n cifs_get_smb_ses+0x93f/0x17e0\n cifs_mount_get_session+0x7f/0x3a0\n cifs_mount+0xb4/0xcf0\n cifs_smb3_do_mount+0x23a/0x1500\n smb3_get_tree+0x3b0/0x630\n vfs_get_tree+0x82/0x2d0\n fc_mount+0x10/0x1b0\n path_mount+0x50d/0x1de0\n __x64_sys_mount+0x20b/0x270\n do_syscall_64+0xee/0x590\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n \u003c/TASK\u003e\n Allocated by task 85:\n kmem_cache_alloc_noprof+0x106/0x380\n mempool_alloc_noprof+0x116/0x1e0\n cifs_small_buf_get+0x31/0x80\n allocate_buffers+0x10d/0x2b0\n cifs_demultiplex_thread+0x1d5/0x1d50\n kthread+0x2c6/0x390\n ret_from_fork+0x36e/0x5a0\n ret_from_fork_asm+0x1a/0x30\n The buggy address is located 0 bytes to the right of\n allocated 448-byte region [ffff8880084d6600, ffff8880084d67c0)\n which belongs to the cache cifs_small_rq of size 448\n\n BUG: KASAN: slab-out-of-bounds in kmemdup_noprof+0x36/0x50\n Read of size 329 at addr ffff88800726c678 by task mount.cifs/89\n CPU: 0 UID: 0 PID: 89 Comm: mount.cifs Tainted: G B 7.1.0-rc6 #1\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x4e/0x70\n print_report+0x157/0x4c9\n kasan_report+0xce/0x100\n kasan_check_range+0x10f/0x1e0\n __asan_memcpy+0x23/0x60\n kmemdup_noprof+0x36/0x50\n decode_ntlmssp_challenge+0x457/0x680\n SMB2_sess_auth_rawntlmssp_negotiate+0x6f0/0xcb0\n SMB2_sess_setup+0x219/0x4f0\n cifs_setup_session+0x248/0xaf0\n cifs_get_smb_ses+0xf79/0x17e0\n cifs_mount_get_session+0x7f/0x3a0\n cifs_mount+0xb4/0xcf0\n cifs_smb3_do_mount+0x23a/0x1500\n smb3_get_tree+0x3b0/0x630\n vfs_get_tree+0x82/0x2d0\n fc_mount+0x10/0x1b0\n path_mount+0x50d/0x1de0\n __x64_sys_mount+0x20b/0x270\n do_syscall_64+0xee/0x590\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n \u003c/TASK\u003e\n Allocated by task 93:\n kmem_cache_alloc_noprof+0x106/0x380\n mempool_alloc_noprof+0x116/0x1e0\n cifs_small_buf_get+0x31/0x80\n allocate_buffers+0x10d/0x2b0\n cifs_demultiplex_thread+0x1d5/0x1d50\n kthread+0x2c6/0x390\n ret_from_fork+0x36e/0x5a0\n ret_from_fork_asm+0x1a/0x30\n The buggy address is located 120 bytes inside of\n allocated 448-byte region [ffff88800726c600, ffff88800726c7c0)\n which belongs to the cache cifs_small_rq of size 448\n\nRestrict the +1 exemption to responses that have no data area, so that\nit still covers the bcc[0] omission it was meant for. When a data area\nis present, the +1 discrepancy instead means the reported data length\noverruns the\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64448",
"url": "https://www.suse.com/security/cve/CVE-2026-64448"
},
{
"category": "external",
"summary": "SUSE Bug 1273982 for CVE-2026-64448",
"url": "https://bugzilla.suse.com/1273982"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64448"
},
{
"cve": "CVE-2026-64449",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64449"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: vme_user: bound slave read/write to the kern_buf size\n\nThe SLAVE-path helpers buffer_to_user() and buffer_from_user() copy\n\u0027count\u0027 bytes into/out of the fixed-size kern_buf (size_buf ==\nPCI_BUF_SIZE == 0x20000, 128 KiB) using *ppos as the offset, without\nbounding *ppos + count against size_buf.\n\nvme_user_write()/vme_user_read() only clamp count to the VME window size\n(image_size = vme_get_size(resource)), which VME_SET_SLAVE sets from the\nuser-supplied slave.size -- validated against the VME address space (up\nto VME_A32_MAX = 4 GiB), not against PCI_BUF_SIZE. When the window\nexceeds 128 KiB, a write()/read() copies past the kern_buf allocation.\n\nClamp count against size_buf in both helpers, with an early return when\n*ppos is already at/after the buffer end. *ppos is \u003e= 0 here (the caller\nrejects negative offsets), so size_buf - *ppos cannot wrap. This mirrors\nthe existing clamp in the MASTER-path helpers resource_to_user() /\nresource_from_user(), and matches the read()/write() convention of a\nshort transfer at end-of-buffer.\n\nFound by static analysis (CodeQL taint tracking + CBMC bounded model\nchecking) and confirmed dynamically under KASAN with the vme_fake bridge:\n\n BUG: KASAN: slab-out-of-bounds in _copy_from_user+0x2d/0x80\n Write of size 262144 at addr ffff888004100000 by task trigger/68\n _copy_from_user+0x2d/0x80\n vme_user_write+0x13e/0x240 [vme_user]\n vfs_write+0x1b8/0x7a0\n ksys_write+0xb8/0x150",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64449",
"url": "https://www.suse.com/security/cve/CVE-2026-64449"
},
{
"category": "external",
"summary": "SUSE Bug 1274280 for CVE-2026-64449",
"url": "https://bugzilla.suse.com/1274280"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64449"
},
{
"cve": "CVE-2026-64450",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64450"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: fix out-of-bounds read in broadcast Gap ACK blocks\n\nA broadcast PROTOCOL/STATE_MSG can carry a Gap ACK blocks record in its\ndata area. tipc_get_gap_ack_blks() only verifies that the record\u0027s len\nfield is self-consistent with its ugack_cnt/bgack_cnt counts\n(sz == struct_size(p, gacks, ugack_cnt + bgack_cnt)); it does not check\nthat the record actually fits in the message data area, msg_data_sz().\n\nThe unicast caller tipc_link_proto_rcv() bounds it (\"if (glen \u003e dlen)\nbreak;\"), but the broadcast caller tipc_bcast_sync_rcv() discards the\nreturned size, so tipc_link_advance_transmq() copies the record off the\nreceive skb with an attacker-controlled count:\n\n\tthis_ga = kmemdup(ga, struct_size(ga, gacks, ga-\u003ebgack_cnt),\n\t\t\t GFP_ATOMIC);\n\nA TIPC neighbour that negotiated TIPC_GAP_ACK_BLOCK triggers it with one\nordinary broadcast STATE_MSG (msg_bc_ack_invalid() clear), sized so its\ndata area is short, carrying a Gap ACK record with len = 0x400,\nbgack_cnt = 0xff and ugack_cnt = 0. len then equals\nstruct_size(p, gacks, 255), so the consistency check passes and ga is\nnon-NULL; kmemdup() reads struct_size(ga, gacks, 255) = 1024 bytes out\nof the much smaller skb:\n\n BUG: KASAN: slab-out-of-bounds in kmemdup_noprof+0x48/0x60\n Read of size 1024 at addr ffff0000c7030d38 by task poc864/69\n Call trace:\n kmemdup_noprof+0x48/0x60\n tipc_link_advance_transmq+0x86c/0xb80\n tipc_link_bc_ack_rcv+0x19c/0x1e0\n tipc_bcast_sync_rcv+0x1c4/0x2c4\n tipc_rcv+0x85c/0x1340\n tipc_l2_rcv_msg+0xac/0x104\n The buggy address belongs to the object at ffff0000c7030d00\n which belongs to the cache skbuff_small_head of size 704\n The buggy address is located 56 bytes inside of\n allocated 704-byte region [ffff0000c7030d00, ffff0000c7030fc0)\n\nThe copied-out bytes are subsequently consumed as gap/ack values, but\nthe read is already out of bounds at the kmemdup() regardless of how\nthey are used.\n\nThe unicast STATE path drops such a message: \"if (glen \u003e dlen) break;\"\nskips the rest of STATE_MSG handling and the skb is freed. Make the\nbroadcast path drop it too. tipc_bcast_sync_rcv() now bounds the record\nagainst msg_data_sz() and, when it does not fit, reports it back through\ntipc_node_bc_sync_rcv() to tipc_rcv() so the skb is discarded rather than\nprocessed. ga is not cleared on this path: ga == NULL already means\n\"legacy peer without Selective ACK\", a distinct legitimate state.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64450",
"url": "https://www.suse.com/security/cve/CVE-2026-64450"
},
{
"category": "external",
"summary": "SUSE Bug 1273523 for CVE-2026-64450",
"url": "https://bugzilla.suse.com/1273523"
},
{
"category": "external",
"summary": "SUSE Bug 1274291 for CVE-2026-64450",
"url": "https://bugzilla.suse.com/1274291"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64450"
},
{
"cve": "CVE-2026-64451",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64451"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix NULL pointer dereference in func_set_flag()\n\nfunc_set_flag() dereferences tr-\u003ecurrent_trace_flags before verifying\nthat the current tracer is actually the function tracer. When the active\ntracer has been switched away from \"function\" (e.g., to \"wakeup_rt\"),\ntr-\u003ecurrent_trace_flags can be NULL, leading to a NULL pointer\ndereference and kernel crash.\n\nThe call chain that triggers this is:\n\n trace_options_write()\n -\u003e __set_tracer_option()\n -\u003e trace-\u003eset_flag() /* func_set_flag */\n\nIn func_set_flag(), the first operation is:\n\n if (!!set == !!(tr-\u003ecurrent_trace_flags-\u003eval \u0026 bit))\n\nThis dereferences tr-\u003ecurrent_trace_flags unconditionally. The safety\ncheck that guards against a non-function tracer:\n\n if (tr-\u003ecurrent_trace != \u0026function_trace)\n return 0;\n\nis placed *after* the dereference, which is too late.\n\nThis was observed with the following crash dump:\n\n BUG: unable to handle page fault at 0000000000000000\n RIP: func_set_flag+0xd\n\n Call Trace:\n __set_tracer_option+0x27\n trace_options_write+0x75\n vfs_write+0x12a\n ksys_write+0x66\n do_syscall_64+0x5b\n\n RIP: ffffffff914c973d RSP: ff67ec88b01dfdf0 RFLAGS: 00010202\n RAX: 0000000000000000 RBX: ff3a826e80354580 RCX: 0000000000000001\n RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffffffff93918080\n\nThe disassembly confirms the fault:\n\n func_set_flag+0: mov 0x1f08(%rdi), %rax ; RAX = tr-\u003ecurrent_trace_flags = NULL\n func_set_flag+13: mov (%rax), %eax ; page fault: dereference NULL\n\nAt the time of the crash:\n tr-\u003ecurrent_trace_flags = 0x0 (NULL)\n tr-\u003ecurrent_trace = wakeup_rt_tracer (not function_trace)\n\nThe scenario is that a process opens a function tracer option file (such\nas \"func_stack_trace\"), then the current tracer is switched to another\ntracer (e.g., \"wakeup_rt\"), which sets current_trace_flags to NULL. When\nthe process subsequently writes to the option file, func_set_flag() is\ninvoked and crashes on the NULL dereference.\n\nFix this by moving the current_trace check before the\ncurrent_trace_flags dereference, so that func_set_flag() returns early\nwhen the function tracer is not active.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64451",
"url": "https://www.suse.com/security/cve/CVE-2026-64451"
},
{
"category": "external",
"summary": "SUSE Bug 1273818 for CVE-2026-64451",
"url": "https://bugzilla.suse.com/1273818"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64451"
},
{
"cve": "CVE-2026-64452",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64452"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\n6lowpan: fix NHC entry use-after-free on error path\n\nlowpan_nhc_do_uncompression() looks up an NHC descriptor while holding\nlowpan_nhc_lock. If the descriptor has no uncompress callback, the error\npath drops the lock before printing nhc-\u003ename.\n\nlowpan_nhc_del() removes descriptors under the same lock and then relies\non synchronize_net() before the owning module can be unloaded. That only\nwaits for net RX RCU readers. lowpan_header_decompress() is also exported\nand can be reached from callers that are not necessarily covered by the net\ncore RX critical section, for example the Bluetooth 6LoWPAN L2CAP receive\npath.\n\nThis leaves a race where one task drops lowpan_nhc_lock in the error path,\nanother task unregisters and frees the matching descriptor after\nsynchronize_net() returns, and the first task then dereferences nhc-\u003ename\nfor the warning.\n\nWith the post-unlock window widened, KASAN reports:\n\n BUG: KASAN: slab-use-after-free in lowpan_nhc_do_uncompression+0x1f4/0x220\n Read of size 8\n lowpan_nhc_do_uncompression\n lowpan_header_decompress\n\nFix this by printing the warning before dropping lowpan_nhc_lock, so the\ndescriptor name is read while unregister is still excluded. The malformed\npacket is still rejected with -ENOTSUPP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64452",
"url": "https://www.suse.com/security/cve/CVE-2026-64452"
},
{
"category": "external",
"summary": "SUSE Bug 1273460 for CVE-2026-64452",
"url": "https://bugzilla.suse.com/1273460"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64452"
},
{
"cve": "CVE-2026-64453",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64453"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: misc: usbio: fix disconnect UAF in client teardown\n\nusbio_disconnect() walks usbio-\u003ecli_list in reverse and uninitializes each\nauxiliary device. auxiliary_device_uninit() drops the device reference, and\nfor an unbound child that can run usbio_auxdev_release() and free the\ncontaining struct usbio_client.\n\nlist_for_each_entry_reverse() advances after the loop body by reading\nclient-\u003elink.prev. If the current client is freed by\nauxiliary_device_uninit(), the iterator dereferences freed memory.\n\nUse list_for_each_entry_safe_reverse() so the previous client is\ncached before the body can drop the final reference. This preserves\nreverse teardown order while keeping the next iterator cursor independent\nof the current client\u0027s lifetime.\n\nValidation reproduced this kernel report:\nBUG: KASAN: slab-use-after-free in usbio_disconnect+0x12e/0x150\n\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x66/0xa0\n print_report+0xce/0x630\n ? usbio_disconnect+0x12e/0x150\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? __virt_addr_valid+0x188/0x320\n ? usbio_disconnect+0x12e/0x150\n kasan_report+0xe0/0x110\n ? usbio_disconnect+0x12e/0x150\n usbio_disconnect+0x12e/0x150\n usb_unbind_interface+0xf3/0x400\n really_probe+0x316/0x660\n __driver_probe_device+0x106/0x240\n driver_probe_device+0x4a/0x110\n __device_attach_driver+0xf1/0x1a0\n ? __pfx___device_attach_driver+0x10/0x10\n bus_for_each_drv+0xf9/0x160\n ? __pfx_bus_for_each_drv+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? trace_hardirqs_on+0x18/0x130\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? _raw_spin_unlock_irqrestore+0x44/0x60\n __device_attach+0x133/0x2a0\n ? __pfx___device_attach+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? do_raw_spin_unlock+0x9a/0x100\n ? srso_alias_return_thunk+0x5/0xfbef5\n device_initial_probe+0x55/0x70\n bus_probe_device+0x4a/0xd0\n device_add+0x9b9/0xc10\n ? __pfx_device_add+0x10/0x10\n ? _raw_spin_unlock_irqrestore+0x44/0x60\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? lockdep_hardirqs_on_prepare+0xea/0x1a0\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? usb_enable_lpm+0x3c/0x260\n usb_set_configuration+0xb64/0xf20\n usb_generic_driver_probe+0x5f/0x90\n usb_probe_device+0x71/0x1b0\n really_probe+0x46b/0x660\n __driver_probe_device+0x106/0x240\n driver_probe_device+0x4a/0x110\n __device_attach_driver+0xf1/0x1a0\n ? __pfx___device_attach_driver+0x10/0x10\n bus_for_each_drv+0xf9/0x160\n ? __pfx_bus_for_each_drv+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? trace_hardirqs_on+0x18/0x130\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? _raw_spin_unlock_irqrestore+0x44/0x60\n __device_attach+0x133/0x2a0\n ? __pfx___device_attach+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? do_raw_spin_unlock+0x9a/0x100\n ? srso_alias_return_thunk+0x5/0xfbef5\n device_initial_probe+0x55/0x70\n bus_probe_device+0x4a/0xd0\n device_add+0x9b9/0xc10\n ? __pfx_device_add+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? add_device_randomness+0xb7/0xf0\n usb_new_device+0x492/0x870\n hub_event+0x1b10/0x29c0\n ? __pfx_hub_event+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? lock_acquire+0x187/0x300\n ? process_one_work+0x475/0xb90\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? lock_release+0xc8/0x290\n ? srso_alias_return_thunk+0x5/0xfbef5\n process_one_work+0x4d7/0xb90\n ? __pfx_process_one_work+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? __list_add_valid_or_report+0x37/0xf0\n ? __pfx_hub_event+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n worker_thread+0x2d8/0x570\n ? __pfx_worker_thread+0x10/0x10\n kthread+0x1ad/0x1f0\n ? __pfx_kthread+0x10/0x10\n ret_from_fork+0x3c9/0x540\n ? __pfx_ret_from_fork+0x10/0x10\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? __switch_to+0x2e9/0x730\n ? __pfx_kthread+0x10/0x10\n ret_from_fork_asm+0x1a/0x30\n \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64453",
"url": "https://www.suse.com/security/cve/CVE-2026-64453"
},
{
"category": "external",
"summary": "SUSE Bug 1273534 for CVE-2026-64453",
"url": "https://bugzilla.suse.com/1273534"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64453"
},
{
"cve": "CVE-2026-64454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64454"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: run gadget disconnect from sleepable suspend context\n\ndwc3_gadget_suspend() takes dwc-\u003elock with IRQs disabled and then calls\ndwc3_disconnect_gadget(). For async callbacks that helper only uses\nplain spin_unlock()/spin_lock(), so the gadget -\u003edisconnect() callback\nstill runs with IRQs disabled and any sleepable callback trips Lockdep.\n\nThis issue was found by our static analysis tool and then manually\nreviewed against the current tree.\n\nThe grounded PoC kept the dwc3_gadget_suspend() -\u003e\ndwc3_disconnect_gadget() -\u003e gadget_driver-\u003edisconnect() chain, and\nLockdep reported:\n\n BUG: sleeping function called from invalid context\n gadget_disconnect+0x21/0x39 [vuln_msv]\n dwc3_gadget_suspend.constprop.0+0x2b/0x42 [vuln_msv]\n\nKeep the disconnect callback selection in one common helper, but add a\nsleepable suspend-side wrapper which snapshots the callback under\ndwc-\u003elock and then runs it after spin_unlock_irqrestore(). The regular\nevent path still uses the existing spin_unlock()/spin_lock() window.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64454",
"url": "https://www.suse.com/security/cve/CVE-2026-64454"
},
{
"category": "external",
"summary": "SUSE Bug 1273503 for CVE-2026-64454",
"url": "https://bugzilla.suse.com/1273503"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64454"
},
{
"cve": "CVE-2026-64455",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64455"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: chaoskey: Fix slab-use-after-free in chaoskey_release()\n\nThe chaoskey driver has a use-after-free bug in its release routine.\nIf the user closes the device file after the USB device has been\nunplugged, a debugging log statement will try to access the\nusb_interface structure after it has been deallocated:\n\n\tBUG: KASAN: slab-use-after-free in dev_driver_string (drivers/base/core.c:2406)\n\tRead of size 8 at addr ffff888168e8a0b8 by task chaoskey_raw_re/10106\n\n\tHardware name: QEMU Ubuntu 24.04 PC v2 (i440FX + PIIX, arch_caps fix, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014\n\tCall Trace:\n\t \u003cTASK\u003e\n\t dump_stack_lvl (lib/dump_stack.c:94 lib/dump_stack.c:120)\n\t print_report (mm/kasan/report.c:378 mm/kasan/report.c:482)\n\t kasan_report (mm/kasan/report.c:595)\n\t dev_driver_string (drivers/base/core.c:2406)\n\t __dynamic_dev_dbg (lib/dynamic_debug.c:906)\n\t chaoskey_release (drivers/usb/misc/chaoskey.c:323)\n\t __fput (fs/file_table.c:510)\n\t fput_close_sync (fs/file_table.c:615)\n\t __x64_sys_close (fs/open.c:1507 fs/open.c:1492 fs/open.c:1492)\n\t do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)\n\t entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n\nThe driver\u0027s last reference to the interface structure is dropped in\nthe chaoskey_free() routine, so the code must not use the interface --\neven in a debugging statement -- after that routine returns.\n(Exception: If we know that another reference is held by someone else,\nsuch as the device core while the disconnect routine runs, there\u0027s no\nproblem. Thanks to Johan Hovold for pointing this out.)\n\nSince the bad access is part of an unimportant debugging statement,\nwe can fix the problem simply by removing the whole statement.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64455",
"url": "https://www.suse.com/security/cve/CVE-2026-64455"
},
{
"category": "external",
"summary": "SUSE Bug 1273844 for CVE-2026-64455",
"url": "https://bugzilla.suse.com/1273844"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64455"
},
{
"cve": "CVE-2026-64456",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64456"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nhwrng: virtio: clamp device-reported used.len at copy_data()\n\nrandom_recv_done() stores the device-reported used.len directly into\nvi-\u003edata_avail. copy_data() then indexes vi-\u003edata[] using\nvi-\u003edata_idx (advanced by previous copy_data() calls) and issues a\nmemcpy() without re-validating either value against the posted\nbuffer size sizeof(vi-\u003edata) (SMP_CACHE_BYTES bytes, typically 32\nor 64).\n\nA malicious or buggy virtio-rng backend can set used.len beyond\nsizeof(vi-\u003edata), steering the memcpy() past the end of the inline\narray into adjacent kmalloc-1k slab bytes. hwrng_fillfn() mixes\nthose bytes into the guest RNG, and guest root can also observe\nthem directly via /dev/hwrng.\n\nConcrete impact is inside the guest:\n\n - Memory-safety / hardening: any virtio-rng backend that\n over-reports used.len causes the driver to read past vi-\u003edata\n into unrelated slab contents. hwrng_fillfn() is a kernel thread\n that runs as soon as the device is probed; no guest userspace\n interaction is required to first-trigger the OOB.\n\n - Cross-boundary leak (confidential-compute threat model): a\n malicious hypervisor cooperating with a malicious or compromised\n guest root userspace can use /dev/hwrng as a leak channel for\n guest-kernel heap data. The host sets a large used.len, guest\n root reads /dev/hwrng, and the returned bytes contain guest\n kernel slab contents that were adjacent to vi-\u003edata. In\n practice, confidential-compute guests (SEV-SNP, TDX) usually\n disable virtio-rng entirely, so this path is narrow, but the\n fix is still worth carrying because the underlying\n memory-safety bug contaminates the guest RNG on any host.\n\nKASAN confirms the OOB on a 7.1-rc4 guest whose virtio-rng backend\nhas been patched to report used.len = 0x10000:\n\n BUG: KASAN: slab-out-of-bounds in virtio_read+0x394/0x5d0\n Read of size 64 at addr ffff88800ae0ba20 by task hwrng/52\n Call Trace:\n __asan_memcpy+0x23/0x60\n virtio_read+0x394/0x5d0\n hwrng_fillfn+0xb2/0x470\n kthread+0x2cc/0x3a0\n Allocated by task 1:\n probe_common+0xa5/0x660\n virtio_dev_probe+0x549/0xbc0\n The buggy address belongs to the object at ffff88800ae0b800\n which belongs to the cache kmalloc-1k of size 1024\n The buggy address is located 0 bytes to the right of\n allocated 544-byte region [ffff88800ae0b800, ffff88800ae0ba20)\n\nSame class of bug as commit c04db81cd028 (\"net/9p: Fix buffer\noverflow in USB transport layer\"), which hardened\nusb9pfs_rx_complete() against unchecked device-reported length in\nthe USB 9p transport.\n\nWith the clamp at point of use and array_index_nospec() in place,\nthe same harness boots cleanly: copy_data() returns zero for the\nbogus report, the device-supplied bytes after data_idx are\ndiscarded, and the driver issues a fresh request.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64456",
"url": "https://www.suse.com/security/cve/CVE-2026-64456"
},
{
"category": "external",
"summary": "SUSE Bug 1273288 for CVE-2026-64456",
"url": "https://bugzilla.suse.com/1273288"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64456"
},
{
"cve": "CVE-2026-64457",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64457"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvirtio_pci: fix vq info pointer lookup via wrong index\n\nUnbinding a virtio balloon device:\n\n echo virtio0 \u003e /sys/bus/virtio/drivers/virtio_balloon/unbind\n\ntriggers a NULL pointer dereference. The dmesg says:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000008\n [...]\n RIP: 0010:__list_del_entry_valid_or_report+0x5/0xf0\n Call Trace:\n \u003cTASK\u003e\n vp_del_vqs+0x121/0x230\n remove_common+0x135/0x150\n virtballoon_remove+0xee/0x100\n virtio_dev_remove+0x3b/0x80\n device_release_driver_internal+0x187/0x2c0\n unbind_store+0xb9/0xe0\n kernfs_fop_write_iter.llvm.11660790530567441834+0xf6/0x180\n vfs_write+0x2a9/0x3b0\n ksys_write+0x5c/0xd0\n do_syscall_64+0x54/0x230\n entry_SYSCALL_64_after_hwframe+0x29/0x31\n [...]\n \u003c/TASK\u003e\n\nThe virtio_balloon device registers 5 queues (inflate, deflate, stats,\nfree_page, reporting) but only the first two are unconditional. The\nstats, free_page and reporting queues are each conditional on their\nrespective feature bits. When any of these features are absent, the\ncorresponding vqs_info entry has name == NULL, creating holes in the\narray.\n\nThe root cause is an indexing mismatch introduced when vq info storage\nwas changed to be passed as an argument. vp_find_vqs_msix() and\nvp_find_vqs_intx() store the info pointer at vp_dev-\u003evqs[i], where \u0027i\u0027\nis the caller\u0027s sparse array index. However, the virtqueue itself gets\nvq-\u003eindex assigned from queue_idx, a dense index that skips NULL\nentries. When holes exist, \u0027i\u0027 and queue_idx diverge. Later,\nvp_del_vqs() looks up info via vp_dev-\u003evqs[vq-\u003eindex] using the dense\nindex into the sparsely-populated array, and hits NULL.\n\nFix this by storing info at vp_dev-\u003evqs[queue_idx] instead of\nvp_dev-\u003evqs[i], so the store index matches the lookup index\n(vq-\u003eindex). Apply the fix to both the MSIX and INTX paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64457",
"url": "https://www.suse.com/security/cve/CVE-2026-64457"
},
{
"category": "external",
"summary": "SUSE Bug 1273491 for CVE-2026-64457",
"url": "https://bugzilla.suse.com/1273491"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64457"
},
{
"cve": "CVE-2026-64458",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64458"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/damon/ops-common: handle extreme intervals in damon_hot_score()\n\nFix three issues in damon_hot_score() that comes from wrong handling of\nextreme (zero or too high) monitoring intervals user setup.\n\nWhen the user sets sampling interval zero, damon_max_nr_accesses(), which\nis called from damon_hot_score(), causes a divide-by-zero. Needless to\nsay, it is a problem.\n\nWhen the user sets the aggregation interval zero, the function returns\nzero. It is wrong, since the real maximum nr_acceses in the setup should\nbe one. Worse yet, it can cause another divide-by-zero from its caller,\ndamon_hot_score(), since it uses damon_max_nr_accesses() return value as a\ndenominator.\n\nWhen the user sets the aggregation interval very high, damon_hot_score()\ncould return a value out of [0, DAMOS_MAX_SCORE] range. Since the return\nvalue is used as an index to the regions_score_histogram array, which is\nDAMOS_MAX_SCORE+1 size, it causes out of bounds array access.\n\nThe issues can be relatively easily reproduced like below. The sysfs\nwrite permission is required, though.\n\n # ./damo start --damos_action lru_prio --damos_quota_space 100M \\\n --damos_quota_interval 1s\n # cd /sys/kernel/mm/damon/admin/kdamonds/0\n # echo 0 \u003e contexts/0/monitoring_attrs/intervals/sample_us\n # echo 0 \u003e contexts/0/monitoring_attrs/intervals/aggr_us\n # echo commit \u003e state\n # dmesg\n [...]\n [ 131.329762] Oops: divide error: 0000 [#1] SMP NOPTI\n [...]\n [ 131.336089] RIP: 0010:damon_hot_score+0x27/0xd0\n [...]\n\nFix the divide-by-zero intervals problems by explicitly handling the zero\nintervals in damon_max_nr_accesses(). Fix the out-of-bound array access\nby applying [0, DAMOS_MAX_SCORE] bounds before returning from\ndamon_hot_score().\n\nThe issue was discovered [1] by Sashiko.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64458",
"url": "https://www.suse.com/security/cve/CVE-2026-64458"
},
{
"category": "external",
"summary": "SUSE Bug 1273788 for CVE-2026-64458",
"url": "https://bugzilla.suse.com/1273788"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64458"
},
{
"cve": "CVE-2026-64459",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64459"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: restore RCU grace period in tcp_ao_destroy_sock\n\nCommit 51e547e8c89c (\"tcp: Free TCP-AO/TCP-MD5 info/keys without RCU\")\nremoved the call_rcu() callback from tcp_ao_destroy_sock(), arguing that\n\"the destruction of info/keys is delayed until the socket destructor\"\nand therefore \"no one can discover it anymore\".\n\nThat argument does not hold for the call site in tcp_connect()\n(net/ipv4/tcp_output.c:4327-4332). At that point the socket is in\nTCP_SYN_SENT, has already been inserted into the inet ehash by\ninet_hash_connect() in tcp_v4_connect(), and is therefore very much\ndiscoverable: any softirq running tcp_v4_rcv() on another CPU can take\nthe socket out of the ehash, walk into tcp_inbound_hash(), and load\ntp-\u003eao_info via implicit RCU before bh_lock_sock_nested() is taken on\nthe destroying CPU.\n\nThe reader path then enters __tcp_ao_do_lookup() (net/ipv4/tcp_ao.c:208)\nwhich re-loads tp-\u003eao_info via rcu_dereference_check(); the re-load can\nstill observe the (about-to-be-freed) pointer because there is no\nsynchronize_rcu() between rcu_assign_pointer(tp-\u003eao_info, NULL) and\ntcp_ao_info_free() in tcp_ao_destroy_sock(). The captured pointer is\nthen walked at line 223:\n\n\thlist_for_each_entry_rcu(key, \u0026ao-\u003ehead, node, ...)\n\nThe writer\u0027s synchronous kfree() is free to complete between the line\n218 re-fetch and the line 223 hlist iteration. The slab is reused\n(or simply LIST_POISON1-stamped if not yet reused) and the iteration\nwalks attacker-controlled or poison memory in softirq context.\n\nReproducer (no debug shim, stock x86_64 v7.1-rc2 SMP+KASAN, QEMU+KVM):\nan unprivileged uid=1000 process inside CLONE_NEWUSER|CLONE_NEWNET\ninstalls TCP_MD5SIG + TCP_AO_ADD_KEY on a TCP socket, sprays forged\nTCP-AO segments toward its eventual 4-tuple via raw sockets, then\ncalls connect(). The md5-wins reconciliation in tcp_connect() fires\ntcp_ao_destroy_sock(); the softirq backlog reader on the loopback\nNAPI path crashes on the freed ao-\u003ehead.first walk:\n\n Oops: general protection fault, probably for non-canonical\n address 0xfbd59c000000002f\n KASAN: maybe wild-memory-access in range\n [0xdead000000000178-0xdead00000000017f]\n CPU: 0 UID: 1000 PID: 100 Comm: repro_userns\n RIP: 0010:__tcp_ao_do_lookup+0x107/0x1c0\n Call Trace: \u003cIRQ\u003e\n __tcp_ao_do_lookup+0x107/0x1c0\n tcp_ao_inbound_lookup.constprop.0+0x12a/0x200\n tcp_inbound_ao_hash+0x5ea/0x1520\n tcp_inbound_hash+0x7ce/0x1240\n tcp_v4_rcv+0x1e7a/0x3e10\n ...\n\nRestore the RCU grace period: re-add struct rcu_head to tcp_ao_info\nand replace the synchronous tcp_ao_info_free() with a call_rcu()\ncallback. Readers that captured tp-\u003eao_info before rcu_assign_pointer\nNULLed it now see the object remain valid until rcu_read_unlock().\nWith the patch applied the reproducer runs cleanly for 2000 iterations\non the same kernel build.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64459",
"url": "https://www.suse.com/security/cve/CVE-2026-64459"
},
{
"category": "external",
"summary": "SUSE Bug 1273531 for CVE-2026-64459",
"url": "https://bugzilla.suse.com/1273531"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64459"
},
{
"cve": "CVE-2026-64460",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64460"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI/IOV: Skip VF Resizable BAR restore on read error\n\nsriov_restore_vf_rebar_state() uses the VF Resizable BAR Control register\nto decide how many VF BARs to restore (nbars) and which VF BAR each\niteration addresses (bar_idx). bar_idx indexes into dev-\u003esriov-\u003ebarsz[],\nwhich has only PCI_SRIOV_NUM_BARS (6) entries.\n\nWhen a device does not respond, config reads typically return\nPCI_ERROR_RESPONSE (~0). Both fields are 3 bits wide, so nbars and bar_idx\nboth evaluate to 7. The barsz[] access then goes out of bounds. UBSAN\nreports this as:\n\n UBSAN: array-index-out-of-bounds in drivers/pci/iov.c:948:51 index 7 is out of range for type \u0027resource_size_t [6]\u0027\n\nObserved on an NVIDIA RTX PRO 1000 GPU (GB207GLM) that stopped responding\nduring a failed GC6 power state exit. The subsequent pci_restore_state()\ninvoked sriov_restore_vf_rebar_state() while config reads returned\n0xffffffff, triggering the splat.\n\nBail out if any VF Resizable BAR Control read returns PCI_ERROR_RESPONSE.\nNo further VF BARs are touched, which is safe because a config read that\nreturns PCI_ERROR_RESPONSE indicates the device is unreachable and\nrestoration is pointless. This mirrors the guard in\npci_restore_rebar_state().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64460",
"url": "https://www.suse.com/security/cve/CVE-2026-64460"
},
{
"category": "external",
"summary": "SUSE Bug 1273448 for CVE-2026-64460",
"url": "https://bugzilla.suse.com/1273448"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64460"
},
{
"cve": "CVE-2026-64461",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64461"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: mediatek: Fix IRQ domain leak when port fails to enable\n\nWhen mtk_pcie_enable_port() fails, mtk_pcie_port_free() removes the port\nfrom pcie-\u003eports and frees the port structure. However, the IRQ domains set\nup earlier by mtk_pcie_init_irq_domain() are never freed.\n\nFix this by refactoring mtk_pcie_irq_teardown() into a per-port helper,\nmtk_pcie_irq_teardown_port(), and calling it from mtk_pcie_setup() when\nmtk_pcie_enable_port() fails. Since the IRQ teardown must only happen in\nthe probe error path (during resume, child devices may have active MSI\nmappings and the NOIRQ context prohibits sleeping locks),\nmtk_pcie_enable_port() is changed to return an error code so callers can\ndistinguish the two paths and act accordingly.\n\nThis issue was reported by Sashiko while reviewing the EcoNet EN7528 SoC\nsupport series.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64461",
"url": "https://www.suse.com/security/cve/CVE-2026-64461"
},
{
"category": "external",
"summary": "SUSE Bug 1273865 for CVE-2026-64461",
"url": "https://bugzilla.suse.com/1273865"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64461"
},
{
"cve": "CVE-2026-64462",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64462"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: altera: Fix resource leaks on probe failure\n\nThe chained IRQ handler is set during probe, but is only removed during the\ndriver remove(). If pci_host_probe() fails, the handler and INTx IRQ\ndomain remain set even though the devm-managed host bridge storage\ncontaining struct altera_pcie will be released, leaving the handler with\na stale data pointer.\n\nInterrupts are also enabled before pci_host_probe() is called. If probe\nfails after that point, the controller interrupt source should be disabled\nbefore the chained handler and INTx domain are removed.\n\nSo set the chained handler only after the INTx domain has been created.\nDisable controller interrupts during IRQ teardown, and tear the IRQ setup\ndown if pci_host_probe() fails.\n\n[mani: commit log]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64462",
"url": "https://www.suse.com/security/cve/CVE-2026-64462"
},
{
"category": "external",
"summary": "SUSE Bug 1273843 for CVE-2026-64462",
"url": "https://bugzilla.suse.com/1273843"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64462"
},
{
"cve": "CVE-2026-64463",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64463"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: typec: tcpci_rt1711h: unregister TCPCI port with devres\n\nrt1711h_probe() registers the TCPCI port before requesting the interrupt\nand enabling alert interrupts. If either of those later steps fails, the\nprobe function returns without unregistering the TCPCI port. The explicit\nunregister currently only happens from the remove callback.\n\nRegister a devres action immediately after tcpci_register_port() succeeds,\nso tcpci_unregister_port() runs on later probe failures and on driver\ndetach. Drop the remove callback to avoid unregistering the same port\ntwice.\n\nThis issue was identified during our ongoing static-analysis research while\nreviewing kernel code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64463",
"url": "https://www.suse.com/security/cve/CVE-2026-64463"
},
{
"category": "external",
"summary": "SUSE Bug 1273273 for CVE-2026-64463",
"url": "https://bugzilla.suse.com/1273273"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64463"
},
{
"cve": "CVE-2026-64464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64464"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxhci: sideband: fix ring sg table pages leak\n\nxhci_ring_to_sgtable() allocates a temporary pages array and\nuses it to build the returned sg_table with\nsg_alloc_table_from_pages().\n\nThe error paths free the pages array, but the success path\nreturns the sg_table without freeing it. This leaks the temporary\narray every time a sideband client gets an endpoint or event ring\nbuffer.\n\nFree the pages array after sg_alloc_table_from_pages() succeeds.\nThe returned sg_table has its own scatterlist entries and does not\ndepend on the temporary array after construction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64464",
"url": "https://www.suse.com/security/cve/CVE-2026-64464"
},
{
"category": "external",
"summary": "SUSE Bug 1273854 for CVE-2026-64464",
"url": "https://bugzilla.suse.com/1273854"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64464"
},
{
"cve": "CVE-2026-64465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64465"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: xhci: Fix sleep in atomic context in xhci_free_streams()\n\nWhen a USB device with active stream endpoints is disconnected,\nxhci_free_streams() is called from the hub_event workqueue to\nfree the stream resources. It calls xhci_free_stream_info()\nwhile holding xhci-\u003elock with irqs disabled.\n\nxhci_free_stream_info() invokes xhci_free_stream_ctx(), which\ncalls dma_free_coherent() for large stream context arrays.\n\ndma_free_coherent() can sleep (e.g. via vunmap), triggering\na BUG when called from atomic context.\n\nCall trace:\n dma_free_attrs+0x174/0x220\n xhci_free_stream_info+0xd0/0x11c\n xhci_free_streams+0x278/0x37c\n usb_free_streams+0x98/0xc0\n usb_unbind_interface+0x1b8/0x2f8\n device_release_driver_internal+0x1d4/0x2cc\n device_release_driver+0x18/0x28\n bus_remove_device+0x160/0x1a4\n device_del+0x1ec/0x350\n usb_disable_device+0x98/0x214\n usb_disconnect+0xf0/0x35c\n hub_event+0xab4/0x19ec\n process_one_work+0x278/0x63c\n\nFix this by saving the stream_info pointers and clearing the\nep references under the lock, then calling xhci_free_stream_info()\noutside the lock where sleeping is allowed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64465",
"url": "https://www.suse.com/security/cve/CVE-2026-64465"
},
{
"category": "external",
"summary": "SUSE Bug 1272843 for CVE-2026-64465",
"url": "https://bugzilla.suse.com/1272843"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64465"
},
{
"cve": "CVE-2026-64466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64466"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrust_binder: clear freeze listener on node removal\n\nGenerally userspace is supposed to explicitly clear freeze listeners\nbefore they drop the refcount on the node ref to zero, but there\u0027s\nnothing forcing that. Currently, in this scenario the freeze listener\nremains in the freeze_listeners rbtree and in the remote node\u0027s freeze\nlistener list, even though the ref for which the listener is registered\nis gone. This could potentially lead to a memory leak due to a refcount\ncycle. Thus, remove the freeze listener in this scenario.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64466",
"url": "https://www.suse.com/security/cve/CVE-2026-64466"
},
{
"category": "external",
"summary": "SUSE Bug 1274288 for CVE-2026-64466",
"url": "https://bugzilla.suse.com/1274288"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64466"
},
{
"cve": "CVE-2026-64467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64467"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrust_binder: use a u64 stride when cleaning up the offsets array\n\nAllocation\u0027s Drop walks the offsets array (binder_size_t = u64 entries),\ncleaning up the objects, but it used usize instead of u64 for both the\nstride and the per-entry read.\n\nOn 64-bit kernels (usize == u64) this is harmless, but on 32-bit kernels\nit walks the 8-byte entries in 4-byte steps, iterating an N-entry array\n2N times, and reads the always-zero high word as offset 0, cleaning up\nthe object at offset 0 N extra times. As a result the referenced node or\nhandle ends up with a lower reference count than it actually has (a\nrefcount over-decrement), and binder\u0027s reference accounting is corrupted;\nfor example, the owner can be notified of a strong reference release\n(BR_RELEASE) even though references still remain.\n\nChange the stride to u64, and read each entry as a u64, narrowing it to\nusize with try_into().\n\nOn 32-bit ARM, when this over-decrement would drive a count below zero,\nthe driver\u0027s existing refcount guard refuses it and fires:\n\n rust_binder: Failure: refcount underflow!",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64467",
"url": "https://www.suse.com/security/cve/CVE-2026-64467"
},
{
"category": "external",
"summary": "SUSE Bug 1273576 for CVE-2026-64467",
"url": "https://bugzilla.suse.com/1273576"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64467"
},
{
"cve": "CVE-2026-64468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64468"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbinder: fix UAF in binder_free_transaction()\n\nIn binder_free_transaction(), the t-\u003eto_proc is read under the t-\u003elock.\nHowever, once the t-\u003elock is dropped, the to_proc can die in parallel.\nThis leads to a use-after-free error when we attempt to acquire its\ninner lock right afterwards:\n\n ==================================================================\n BUG: KASAN: slab-use-after-free in _raw_spin_lock+0xe4/0x1a0\n Write of size 4 at addr ffff00001125da70 by task B/672\n\n CPU: 20 UID: 0 PID: 672 Comm: B Not tainted 7.1.0-rc6-00284-g8e65320d91cd #4 PREEMPT\n Hardware name: linux,dummy-virt (DT)\n Call trace:\n _raw_spin_lock+0xe4/0x1a0\n binder_free_transaction+0x8c/0x320\n binder_send_failed_reply+0x21c/0x2f8\n binder_thread_release+0x488/0x7e0\n binder_ioctl+0x12c0/0x29a0\n [...]\n\n Allocated by task 675:\n __kmalloc_cache_noprof+0x174/0x444\n binder_open+0x118/0xb70\n do_dentry_open+0x374/0x1040\n vfs_open+0x58/0x3bc\n [...]\n\n Freed by task 212:\n __kasan_slab_free+0x58/0x80\n kfree+0x1a0/0x4a4\n binder_proc_dec_tmpref+0x32c/0x5e0\n binder_deferred_func+0xc48/0x104c\n process_one_work+0x53c/0xbc0\n [...]\n ==================================================================\n\nTo prevent this, pin the target thread (t-\u003eto_thread) to guarantee the\ntarget process remains alive. Undelivered transactions without a target\nthread are already safe, as the target process can only be the current\ncontext in those paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64468",
"url": "https://www.suse.com/security/cve/CVE-2026-64468"
},
{
"category": "external",
"summary": "SUSE Bug 1273532 for CVE-2026-64468",
"url": "https://bugzilla.suse.com/1273532"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64468"
},
{
"cve": "CVE-2026-64469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64469"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbinder: fix UAF in binder_thread_release()\n\nWhen a thread exits, binder_thread_release() walks its transaction stack\nto clear the t-\u003efrom and t-\u003eto_proc that correspond with the exiting\nthread. However, a process dying in parallel might attempt to kfree some\nof these transactions. And if one of them has no associated t-\u003eto_proc,\nthe t-\u003eto_proc-\u003einner_lock will not be acquired.\n\nThis means that transaction accesses in binder_thread_release() after\nt-\u003eto_proc has been cleared might race with binder_free_transaction()\nand cause a use-after-free error as reported by KASAN:\n\n ==================================================================\n BUG: KASAN: slab-use-after-free in binder_thread_release+0x5d0/0x798\n Write of size 8 at addr ffff000016627500 by task X/715\n\n CPU: 17 UID: 0 PID: 715 Comm: X Not tainted 7.1.0-rc5-00149-g8fde5d1d47f6 #30 PREEMPT\n Hardware name: linux,dummy-virt (DT)\n Call trace:\n binder_thread_release+0x5d0/0x798\n binder_ioctl+0x12c0/0x299c\n [...]\n\n Allocated by task 717 on cpu 18 at 67.267803s:\n __kasan_kmalloc+0xa0/0xbc\n __kmalloc_cache_noprof+0x174/0x444\n binder_transaction+0x554/0x8150\n binder_thread_write+0xa30/0x4354\n binder_ioctl+0x20f0/0x299c\n [...]\n\n Freed by task 202 on cpu 18 at 90.416221s:\n __kasan_slab_free+0x58/0x80\n kfree+0x1a0/0x4a4\n binder_free_transaction+0x150/0x294\n binder_send_failed_reply+0x398/0x6d8\n binder_release_work+0x3e4/0x4ec\n binder_deferred_func+0xbd8/0x104c\n [...]\n ==================================================================\n\nIn order to avoid this, make sure that binder_free_transaction() reads\nthe t-\u003eto_proc under the transaction lock. This will serialize the\ntransaction release with the accesses in binder_thread_release(). Plus,\nit matches the documented locking rules for @to_proc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64469",
"url": "https://www.suse.com/security/cve/CVE-2026-64469"
},
{
"category": "external",
"summary": "SUSE Bug 1273279 for CVE-2026-64469",
"url": "https://bugzilla.suse.com/1273279"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64469"
},
{
"cve": "CVE-2026-64470",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64470"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btusb: fix use-after-free on marvell probe failure\n\nMake sure to stop any TX URBs submitted during Marvell OOB wakeup\nconfiguration on later probe failures to avoid use-after-free in the\ncompletion callback.\n\nThis issue was reported by Sashiko while reviewing a fix for a wakeup\nsource leak in the btusb probe errors paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64470",
"url": "https://www.suse.com/security/cve/CVE-2026-64470"
},
{
"category": "external",
"summary": "SUSE Bug 1273892 for CVE-2026-64470",
"url": "https://bugzilla.suse.com/1273892"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64470"
},
{
"cve": "CVE-2026-64471",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64471"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btusb: fix use-after-free on registration failure\n\nMake sure to release the sibling interfaces in case controller\nregistration fails to avoid use-after-free and double-free when they are\neventually disconnected.\n\nThis issue was reported by Sashiko while reviewing a fix for a wakeup\nsource leak in the btusb probe errors paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64471",
"url": "https://www.suse.com/security/cve/CVE-2026-64471"
},
{
"category": "external",
"summary": "SUSE Bug 1274278 for CVE-2026-64471",
"url": "https://bugzilla.suse.com/1274278"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64471"
},
{
"cve": "CVE-2026-64472",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64472"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfio/mlx5: Fix racy bitfields and tighten struct layout\n\nBitfield operations are not atomic, they use a read-modify-write\npattern, therefore we should be careful not to pack bitfields that\ncan be concurrently updated into the same storage unit.\n\nThis split takes a binary approach: flags that are only modified\npre/post open/close remain bitfields, flags modified from user\naction, including actions that reach across to another device (ex.\nreset) use dedicated storage units.\n\nNote mlx5_vhca_page_tracker.status is relocated to fill the alignment\nhole this split exposes.\n\nBitfield justifications:\n\n migrate_cap: written only in mlx5vf_cmd_set_migratable() at probe\n chunk_mode: written only in mlx5vf_cmd_set_migratable() at probe\n mig_state_cap: written only in mlx5vf_cmd_set_migratable() at probe\n\nDedicated storage units:\n\n mdev_detach: written in the VF attach/detach event notifier\n mlx5fv_vf_event() at runtime\n log_active: written in mlx5vf_start_page_tracker()/\n mlx5vf_stop_page_tracker() during runtime dirty tracking\n deferred_reset: written in mlx5vf_state_mutex_unlock()/\n mlx5vf_pci_aer_reset_done() during runtime reset handling\n is_err: set by tracker error handling and dirty-log polling at runtime\n object_changed: set by tracker event handling and cleared by dirty-log\n polling at runtime",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64472",
"url": "https://www.suse.com/security/cve/CVE-2026-64472"
},
{
"category": "external",
"summary": "SUSE Bug 1274075 for CVE-2026-64472",
"url": "https://bugzilla.suse.com/1274075"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64472"
},
{
"cve": "CVE-2026-64473",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64473"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfio: Remove device debugfs before releasing devres\n\nVFIO device debugfs files created with debugfs_create_devm_seqfile()\nstore a devres allocated debugfs_devm_entry as inode private data.\nvfio_unregister_group_dev() currently calls vfio_device_del() before\nvfio_device_debugfs_exit(), but device_del() releases devres. This can\nleave debugfs entries visible with stale inode private data while\nunregister waits for userspace references to drain.\n\nRemove the per-device debugfs tree before vfio_device_del(). The debugfs\nview is diagnostic only, so losing it at the start of unregister is\npreferable to preserving entries whose backing storage may already have\nbeen released.\n\nComplete the teardown by clearing the per-device debugfs root after\nremoval. This matches the global debugfs root cleanup and prevents\nfuture users from mistaking a removed dentry for a live debugfs tree\nduring the remainder of unregister.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64473",
"url": "https://www.suse.com/security/cve/CVE-2026-64473"
},
{
"category": "external",
"summary": "SUSE Bug 1273320 for CVE-2026-64473",
"url": "https://bugzilla.suse.com/1273320"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64473"
},
{
"cve": "CVE-2026-64474",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64474"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc\n\nvfio_mig_get_next_state() walks vfio_from_fsm_table[] one step at a time,\nlooping to skip optional states the device does not support until\n*next_fsm is supported. A blocked transition is encoded as\nVFIO_DEVICE_STATE_ERROR, which the trailing return reports as -EINVAL.\n\nThe skip loop does not account for the ERROR sentinel.\nstate_flags_table[ERROR] is ~0U and vfio_from_fsm_table[ERROR][*] is\nERROR, so once *next_fsm becomes ERROR the loop condition stays true and\n*next_fsm never changes. The blocked arcs STOP_COPY -\u003e PRE_COPY and\nSTOP_COPY -\u003e PRE_COPY_P2P map to ERROR yet pass the support check on a\nprecopy-capable device, causing the loop to spin forever while holding\nthe driver state mutex. This can result in a soft lockup, and a panic\nwith softlockup_panic set.\n\nTerminate the skip loop on the ERROR sentinel so a blocked transition\nfalls through to the existing return and reports -EINVAL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64474",
"url": "https://www.suse.com/security/cve/CVE-2026-64474"
},
{
"category": "external",
"summary": "SUSE Bug 1274316 for CVE-2026-64474",
"url": "https://bugzilla.suse.com/1274316"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64474"
},
{
"cve": "CVE-2026-64475",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64475"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfio/pci: Release the VGA arbiter client on register_device() failure\n\nThe re-order in the Fixes commit below displaced vfio_pci_vga_init() as\nthe last failure point of what is now vfio_pci_core_register_device()\nwithout introducing an unwind for the VGA arbiter registration.\n\nIn current kernels this is mostly benign because vfio_pci_set_decode()\nonly uses pci_dev state, but the original failure path could leave a\ncallback with a freed vdev cookie. The stale registration also becomes\nunsafe again once the callback follows drvdata to the vfio device.\n\nAdd the required VGA unwind callout.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64475",
"url": "https://www.suse.com/security/cve/CVE-2026-64475"
},
{
"category": "external",
"summary": "SUSE Bug 1274319 for CVE-2026-64475",
"url": "https://bugzilla.suse.com/1274319"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64475"
},
{
"cve": "CVE-2026-64476",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64476"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfio/pci: Latch disable_idle_d3 per device\n\nWhen disable_idle_d3 was introduced in vfio-pci, it directly manipulated\nthe device power state with pci_set_power_state(). There were no\nrefcounts to maintain or balanced operations, we could unconditionally\nbring the device to D0 and conditionally move it to D3hot. Therefore\nthe module parameter was made writable.\n\nLater, in commit c61302aa48f7 (\"vfio/pci: Move module parameters to\nvfio_pci.c\"), as part of the vfio-pci-core split, the writable aspect\nof the module parameter was nullified. The parameter value could still\nbe changed through sysfs, but the vfio-pci driver latched the values\ninto vfio-pci-core globals at module init. Loading the vfio-pci module,\nor unloading and reloading, with non-default or different values could\nchange the globals relative to existing devices bound to vfio-pci\nvariant drivers.\n\nRuntime PM was introduced in commit 7ab5e10eda02 (\"vfio/pci: Move the\nunused device into low power state with runtime PM\"), which marks the\npoint where power states became refcounted. PM get and put operations\nneed to be balanced, but the same module operations noted above can\nchange the global variables relative to those devices already bound to\nvfio-pci variant drivers. This introduces a window where PM operations\ncan now become unbalanced.\n\nTo resolve this with a narrow footprint for stable backports, the\ndisable_idle_d3 flag is latched into the vfio_pci_core_device at the\ntime of initialization, such that the device always operates with a\nconsistent value.\n\nNB. vfio_pci_dev_set_try_reset() now unconditionally raises the\nruntime PM usage count around bus reset to account for disable_idle_d3\nbecoming a per-device rather than global flag. When this flag is set,\nthe additional get/put pair is harmless and allows continued use of the\nshared vfio_pci_dev_set_pm_runtime_get() helper.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64476",
"url": "https://www.suse.com/security/cve/CVE-2026-64476"
},
{
"category": "external",
"summary": "SUSE Bug 1274245 for CVE-2026-64476",
"url": "https://bugzilla.suse.com/1274245"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64476"
},
{
"cve": "CVE-2026-64477",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64477"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled\n\nThe architecture updates the cpu_mask in a domain\u0027s header to track which\nonline CPUs are associated with the domain. When this mask becomes empty\nthe architecture initiates offline of the domain that includes calling\non resctrl fs to offline the domain. If it is a monitoring domain in\nwhich LLC occupancy is tracked resctrl fs forces the limbo handler to\nclear all busy RMID state associated with the domain.\n\nThe limbo handler always reads the current event value associated with a\nbusy RMID irrespective of it being checked as part of regular \"is it still\nbusy\" check or whether it will be forced released anyway. When reading an\nRMID on a system with SNC enabled the \"logical RMID\" is converted to the\n\"physical RMID\" and this conversion requires the NUMA node ID of the\nresctrl monitoring domain that is in turn determined by querying the NUMA\nnode ID of any CPU belonging to the monitoring domain.\n\nWhen the monitoring domain is going offline its cpu_mask is empty causing\nthe NUMA node ID query via cpu_to_node() to be done with \"nr_cpu_ids\" as\nargument resulting in an out-of-bounds access.\n\nRefactor the limbo handler to skip reading the RMID when the RMID will\njust be forced to no longer be dirty in the domain anyway. Add a safety\ncheck to the architecture\u0027s RMID reader to protect against this scenario.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64477",
"url": "https://www.suse.com/security/cve/CVE-2026-64477"
},
{
"category": "external",
"summary": "SUSE Bug 1274264 for CVE-2026-64477",
"url": "https://bugzilla.suse.com/1274264"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64477"
},
{
"cve": "CVE-2026-64478",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64478"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usb-audio: avoid kobject path lookup in DualSense match\n\nThe DualSense jack-detection input handler verifies that a matching input\ndevice belongs to the same physical controller by building kobject path\nstrings for both the input device and the USB audio device, then comparing\nthe path prefix.\n\nThis was observed when a weak physical connection caused the controller\nto rapidly disconnect and reconnect. During that repeated hotplug,\nsnd_dualsense_ih_match() can run while the controller\u0027s USB device is\nbeing disconnected. kobject_get_path() walks ancestor kobjects and\ndereferences their names; if the USB device kobject name is no longer\nvalid, this can fault in strlen():\n\n RIP: 0010:strlen+0x10/0x30\n Call Trace:\n kobject_get_path+0x34/0x150\n snd_dualsense_ih_match+0x49/0xd0 [snd_usb_audio]\n input_register_device+0x566/0x6a0\n ps_probe+0xb89/0x1590 [hid_playstation]\n\nThe same ownership check can be done without building kobject path\nstrings. The input device is parented below the HID device, USB interface\nand USB device, so walking the input device parent chain and comparing\nagainst the mixer USB device preserves the check without dereferencing\nkobject names during disconnect.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64478",
"url": "https://www.suse.com/security/cve/CVE-2026-64478"
},
{
"category": "external",
"summary": "SUSE Bug 1274321 for CVE-2026-64478",
"url": "https://bugzilla.suse.com/1274321"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64478"
},
{
"cve": "CVE-2026-64479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64479"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()\n\nsnd_seq_event_dup() copies an incoming event into a pool cell and, in\nthe UMP-enabled build, clears the trailing cell-\u003eump.raw.extra word that\nthe memcpy() did not cover. The guard deciding whether to clear it\ncompares the copied size against sizeof(cell-\u003eevent):\n\n\tmemcpy(\u0026cell-\u003eump, event, size);\n\tif (size \u003c sizeof(cell-\u003eevent))\n\t\tcell-\u003eump.raw.extra = 0;\n\nFor a legacy (non-UMP) event, size == sizeof(struct snd_seq_event) ==\nsizeof(cell-\u003eevent), so the condition is false and the extra word keeps\nstale data. The cell pool is allocated with kvmalloc() (not zeroed) and\ncells are reused via a free list, so that word holds uninitialised heap\nor leftover event data.\n\nWhen such a cell is delivered to a UMP client (client-\u003emidi_version \u003e 0)\nthat set SNDRV_SEQ_FILTER_NO_CONVERT -- so the legacy event reaches it\nunconverted -- snd_seq_read() reads it out as the larger struct\nsnd_seq_ump_event and copies the stale word to user space, a 4-byte\nkernel heap infoleak to an unprivileged /dev/snd/seq client.\n\nCompare against sizeof(cell-\u003eump) instead, so the trailing word is zeroed\nfor every event shorter than the UMP cell.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64479",
"url": "https://www.suse.com/security/cve/CVE-2026-64479"
},
{
"category": "external",
"summary": "SUSE Bug 1273890 for CVE-2026-64479",
"url": "https://bugzilla.suse.com/1273890"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64479"
},
{
"cve": "CVE-2026-64480",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64480"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: ice1712: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails. The\nice1712 driver calls snd_ctl_new1() without checking the return value\nbefore dereferencing the pointer in multiple places (ice1712.c,\nice1724.c, aureon.c), which can lead to NULL pointer dereferences.\n\nAdd NULL checks after snd_ctl_new1() calls and return -ENOMEM if any\nfails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64480",
"url": "https://www.suse.com/security/cve/CVE-2026-64480"
},
{
"category": "external",
"summary": "SUSE Bug 1274239 for CVE-2026-64480",
"url": "https://bugzilla.suse.com/1274239"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64480"
},
{
"cve": "CVE-2026-64481",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64481"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda/cs35l41: Fix firmware load work teardown\n\ncs35l41_hda creates ALSA controls whose private data points at the\ncs35l41_hda object. The firmware load control can also queue\nfw_load_work.\n\nThose controls are not removed on component unbind, and device remove\nonly cancels fw_load_work through cs35l41_remove_dsp(). That helper is\nskipped when halo_initialized is false. With firmware_autostart\ndisabled, a firmware load can be requested before the DSP has been\ninitialized. If the component or device is removed before the queued\nwork runs, the worker can run after teardown and dereference driver\nstate that is no longer valid.\n\nTrack the created controls and remove them on unbind so no new control\ncallback can reach the driver data or queue more work. Then cancel\nfw_load_work to drain any request that was already queued. Also cancel\nthe work unconditionally during device remove before runtime PM teardown.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64481",
"url": "https://www.suse.com/security/cve/CVE-2026-64481"
},
{
"category": "external",
"summary": "SUSE Bug 1274547 for CVE-2026-64481",
"url": "https://bugzilla.suse.com/1274547"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64481"
},
{
"cve": "CVE-2026-64482",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64482"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: gus: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails.\nsnd_gf1_pcm_volume_control() does not check the return value before\ndereferencing kctl-\u003eid.index, which can lead to a NULL pointer\ndereference.\n\nAdd a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64482",
"url": "https://www.suse.com/security/cve/CVE-2026-64482"
},
{
"category": "external",
"summary": "SUSE Bug 1273790 for CVE-2026-64482",
"url": "https://bugzilla.suse.com/1273790"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64482"
},
{
"cve": "CVE-2026-64483",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64483"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: firewire: isight: bound the sample count to the packet payload\n\nisight_packet() takes the frame count from the device iso packet and\nchecks it only against the device claimed iso length.\n\n\tcount = be32_to_cpu(payload-\u003esample_count);\n\tif (likely(count \u003c= (length - 16) / 4))\n\t\tisight_samples(isight, payload-\u003esamples, count);\n\nlength is the iso header data_length. It can be up to 0xffff. So the\ngate allows a count up to about 16379. isight_samples() then copies\ncount frames out of payload-\u003esamples into the PCM DMA buffer.\n\npayload-\u003esamples holds only 2 * MAX_FRAMES_PER_PACKET values. The\ndevice multiplexes two samples per frame. A count past\nMAX_FRAMES_PER_PACKET reads past the payload. A count past the buffer\nsize writes past runtime-\u003edma_area. The smallest PCM buffer is larger\nthan MAX_FRAMES_PER_PACKET. Bounding the count to MAX_FRAMES_PER_PACKET\nkeeps both the read and the write in range.\n\nA malicious or faulty Apple iSight on the FireWire bus reaches this\nduring a normal capture.\n\nAdd the MAX_FRAMES_PER_PACKET bound to the gate.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64483",
"url": "https://www.suse.com/security/cve/CVE-2026-64483"
},
{
"category": "external",
"summary": "SUSE Bug 1273991 for CVE-2026-64483",
"url": "https://bugzilla.suse.com/1273991"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64483"
},
{
"cve": "CVE-2026-64484",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64484"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: es1938: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails.\nsnd_es1938_mixer() does not check the return value before dereferencing\nthe pointer, which can lead to a NULL pointer dereference.\n\nAdd a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64484",
"url": "https://www.suse.com/security/cve/CVE-2026-64484"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64484"
},
{
"cve": "CVE-2026-64485",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64485"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: compress: Fix task creation error unwind\n\nsnd_compr_task_new() allocates the driver task before validating the\nreturned DMA buffers and reserving file descriptors. When either of\nthose later steps fails, the core frees its task wrapper and DMA-buffer\nreferences without calling the driver\u0027s task_free() callback. Any\ndriver resources allocated by task_create() are therefore leaked.\n\nThe dual-fd allocation path also jumps to cleanup without storing the\nnegative get_unused_fd_flags() result in retval. Since retval still\ncontains the successful task_create() return value, TASK_CREATE can\nincorrectly report success although the task was discarded.\n\nPreserve the fd allocation errors and call task_free() when failure\noccurs after a successful task_create() callback.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64485",
"url": "https://www.suse.com/security/cve/CVE-2026-64485"
},
{
"category": "external",
"summary": "SUSE Bug 1273792 for CVE-2026-64485",
"url": "https://bugzilla.suse.com/1273792"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64485"
},
{
"cve": "CVE-2026-64486",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64486"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: cmipci: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails.\nsnd_cmipci_spdif_controls() does not check the return value before\ndereferencing kctl-\u003eid.device, which can lead to a NULL pointer\ndereference.\n\nAdd NULL checks after snd_ctl_new1() calls and return -ENOMEM if any\nfails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64486",
"url": "https://www.suse.com/security/cve/CVE-2026-64486"
},
{
"category": "external",
"summary": "SUSE Bug 1274243 for CVE-2026-64486",
"url": "https://bugzilla.suse.com/1274243"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64486"
},
{
"cve": "CVE-2026-64487",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64487"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser\n\nsnd_usb_caiaq_tks4_dispatch() decodes the Traktor Kontrol S4 input\nstream in fixed 16-byte (TKS4_MSGBLOCK_SIZE) message blocks. On every\niteration it advances buf and subtracts the block size while looping on\n\"while (len)\".\n\nlen is urb-\u003eactual_length. That value is supplied by the device and is\nnot guaranteed to be a multiple of 16. When a final short block leaves\nlen between 1 and 15, the loop runs once more, reads up to buf[15], and\nthen does \"len -= TKS4_MSGBLOCK_SIZE\". As len is unsigned this underflows\nto a huge value. The loop then keeps iterating and walking buf far past\nthe end of the 512-byte ep4_in_buf, reading out of bounds until a bogus\nblock id happens to be hit.\n\nIterate only while a full message block is available. This stops the\nunsigned underflow and silently drops any trailing partial block, which\ncarries no complete control value anyway.\n\nThe sibling endpoint-4 parsers are not affected. The Traktor Kontrol X1\nand Maschine arms in snd_usb_caiaq_ep4_reply_dispatch() floor\nurb-\u003eactual_length before dispatching.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64487",
"url": "https://www.suse.com/security/cve/CVE-2026-64487"
},
{
"category": "external",
"summary": "SUSE Bug 1273506 for CVE-2026-64487",
"url": "https://bugzilla.suse.com/1273506"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64487"
},
{
"cve": "CVE-2026-64488",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64488"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aoa: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails. In\nlayout.c, the function does not check the return value before\ndereferencing ctl-\u003eid.name or passing to aoa_snd_ctl_add(), which can\nlead to a NULL pointer dereference.\n\nAdd NULL checks after snd_ctl_new1() calls and return early if any\nfails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64488",
"url": "https://www.suse.com/security/cve/CVE-2026-64488"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64488"
},
{
"cve": "CVE-2026-64489",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64489"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: ymfpci: check snd_ctl_new1() return value\n\nsnd_ctl_new1() can return NULL when memory allocation fails.\nsnd_ymfpci_create_spdif_controls() does not check the return value\nbefore dereferencing kctl-\u003eid.device, which can lead to a NULL pointer\ndereference.\n\nAdd NULL checks after snd_ctl_new1() calls and return -ENOMEM if any\nfails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64489",
"url": "https://www.suse.com/security/cve/CVE-2026-64489"
},
{
"category": "external",
"summary": "SUSE Bug 1274281 for CVE-2026-64489",
"url": "https://bugzilla.suse.com/1274281"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64489"
},
{
"cve": "CVE-2026-64490",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64490"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: virtio: Validate control metadata from the device\n\nvirtio-snd control handling trusts the device-provided control type and\nvalue count returned by the device.\n\nThat metadata is then used directly to index g_v2a_type_map[] in\nvirtsnd_kctl_info(), and to size loops and memcpy() operations in\nvirtsnd_kctl_get() and virtsnd_kctl_put() against fixed-size\nvirtio_snd_ctl_value and snd_ctl_elem_value arrays.\n\nA buggy or malicious device can therefore trigger out-of-bounds access by\nadvertising an invalid control type or an oversized value count.\n\nValidate control type and count once in virtsnd_kctl_parse_cfg(), before\nquerying enumerated items or exposing the control to ALSA.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64490",
"url": "https://www.suse.com/security/cve/CVE-2026-64490"
},
{
"category": "external",
"summary": "SUSE Bug 1274253 for CVE-2026-64490",
"url": "https://bugzilla.suse.com/1274253"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64490"
},
{
"cve": "CVE-2026-64491",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64491"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usx2y: us144mkii: fix work UAF on disconnect\n\ntascam_disconnect() cancels capture_work and midi_in_work before\nusb_kill_anchored_urbs() kills the capture/MIDI-in URBs. Those URBs\nself-resubmit, and their completion handlers reschedule the work.\n\nA URB that completes in the small window between cancel_work_sync() and\nusb_kill_anchored_urbs() therefore re-arms the work after its only\ncancel. Nothing cancels it again before snd_card_free() frees the\ncard-private tascam structure, so the work handler then runs on freed\nmemory.\n\nKill the anchored URBs before cancelling the work; once the work is\ncancelled no remaining URB can complete to re-arm it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64491",
"url": "https://www.suse.com/security/cve/CVE-2026-64491"
},
{
"category": "external",
"summary": "SUSE Bug 1273295 for CVE-2026-64491",
"url": "https://bugzilla.suse.com/1273295"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64491"
},
{
"cve": "CVE-2026-64492",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64492"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: temperature: tmp006: use devm_iio_trigger_register\n\ntmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc()\nbut registers it with plain iio_trigger_register(). The driver has no\n.remove() callback, so on module unload the trigger stays in the global\ntrigger list while its memory is freed by devm, leaving a dangling\nentry.\n\nSwitch to devm_iio_trigger_register() so the registration is undone in\nthe same devm scope as the allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64492",
"url": "https://www.suse.com/security/cve/CVE-2026-64492"
},
{
"category": "external",
"summary": "SUSE Bug 1274047 for CVE-2026-64492",
"url": "https://bugzilla.suse.com/1274047"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64492"
},
{
"cve": "CVE-2026-64493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64493"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: pressure: mpl115: fix runtime PM leak on read error\n\nmpl115_read_raw() takes a runtime PM reference with pm_runtime_get_sync()\nbefore reading the processed pressure or raw temperature, but on the read\nerror path it returns without calling pm_runtime_put_autosuspend(). Each\nfailed read therefore leaks a runtime PM reference and prevents the device\nfrom autosuspending.\n\nDrop the reference before checking the return value so both the success\nand error paths are balanced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64493",
"url": "https://www.suse.com/security/cve/CVE-2026-64493"
},
{
"category": "external",
"summary": "SUSE Bug 1273272 for CVE-2026-64493",
"url": "https://bugzilla.suse.com/1273272"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64493"
},
{
"cve": "CVE-2026-64494",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64494"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: light: gp2ap002: fix runtime PM leak on read error\n\ngp2ap002_read_raw() calls pm_runtime_get_sync() before reading the\nlux value, but if gp2ap002_get_lux() fails, it returns directly. This\nskips the pm_runtime_put_autosuspend() call at the \"out\" label,\npermanently leaking a runtime PM reference and preventing the device\nfrom autosuspending.\n\nReplace the direct return with a \"goto out\" to ensure the reference\nis properly dropped on the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64494",
"url": "https://www.suse.com/security/cve/CVE-2026-64494"
},
{
"category": "external",
"summary": "SUSE Bug 1273602 for CVE-2026-64494",
"url": "https://bugzilla.suse.com/1273602"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64494"
},
{
"cve": "CVE-2026-64495",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64495"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: gyro: bmg160: bail out when bandwidth/filter is not in table\n\nbmg160_get_filter() walks bmg160_samp_freq_table[] looking for the entry\nmatching the bw_bits value read from the chip:\n\n\tfor (i = 0; i \u003c ARRAY_SIZE(bmg160_samp_freq_table); ++i) {\n\t\tif (bmg160_samp_freq_table[i].bw_bits == bw_bits)\n\t\t\tbreak;\n\t}\n\t*val = bmg160_samp_freq_table[i].filter;\n\nIf no entry matches, i ends up equal to the array size and the next line\nreads one slot past the end. bmg160_set_filter() has the same shape, driven\nby \u0027val\u0027 instead of bw_bits.\n\nsmatch flags both:\n\n drivers/iio/gyro/bmg160_core.c:204 bmg160_get_filter() error:\n buffer overflow \u0027bmg160_samp_freq_table\u0027 7 \u003c= 7\n drivers/iio/gyro/bmg160_core.c:222 bmg160_set_filter() error:\n buffer overflow \u0027bmg160_samp_freq_table\u0027 7 \u003c= 7\n\nReturn -EINVAL when no entry matches.\n\nThe set_filter() path is reachable from userspace via the sysfs\nin_anglvel_filter_low_pass_3db_frequency interface, so userspace can\ntrivially trigger the out-of-bounds read with a value that is not in\nbmg160_samp_freq_table[].filter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64495",
"url": "https://www.suse.com/security/cve/CVE-2026-64495"
},
{
"category": "external",
"summary": "SUSE Bug 1273972 for CVE-2026-64495",
"url": "https://bugzilla.suse.com/1273972"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64495"
},
{
"cve": "CVE-2026-64496",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64496"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: event: Fix event FIFO reset race\n\n`iio_event_getfd()` creates the event file descriptor with\n`anon_inode_getfd()`, which allocates a new fd, creates the anonymous\nfile and installs it in the process fd table before returning to the\ncaller.\n\nThe IIO code resets the event FIFO after `anon_inode_getfd()` has returned,\nbut before `IIO_GET_EVENT_FD_IOCTL` has copied the fd number to userspace.\nBut since fd tables are shared between threads, another thread can guess\nthe newly allocated fd number and issue a `read()` on it as soon as the fd\nhas been installed.\n\nThis means the `kfifo_to_user()` in `iio_event_chrdev_read()` can run in\nparallel with the `kfifo_reset_out()` in `iio_event_getfd()`.\n\nThe kfifo documentation says that `kfifo_reset_out()` is only safe when it\nis called from the reader thread and there is only one concurrent reader.\nOtherwise it is dangerous and must be handled in the same way as\n`kfifo_reset()`.\n\nIf that happens, `kfifo_to_user()` can advance the FIFO `out` index based\non state from before the reset, after the reset has already moved the `out`\nindex to the current `in` index. That can leave the FIFO with an `out`\nindex past the `in` index. A later `read()` can then see an underflowed\nFIFO length and copy more data than the event FIFO buffer contains. This\ncan result in an out-of-bounds read and leak adjacent kernel memory to\nuserspace.\n\nMove the FIFO reset before `anon_inode_getfd()`. At that point the event fd is\nmarked busy, but the new fd has not been installed yet, so userspace cannot\naccess it while the FIFO is reset.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64496",
"url": "https://www.suse.com/security/cve/CVE-2026-64496"
},
{
"category": "external",
"summary": "SUSE Bug 1273600 for CVE-2026-64496",
"url": "https://bugzilla.suse.com/1273600"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64496"
},
{
"cve": "CVE-2026-64497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64497"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: chemical: scd30: Cleanup initializations and fix sign-extension bug\n\nInclude linux/bitfield.h for FIELD_GET().\n\nCreate new macros for bit manipulation in combination with manual bit\nmanipulation being replaced with FIELD_GET().\n\nThe current variable declaration and initializations are barely readable\nand use comma separations across multiple lines. Refactor the\ninitializations so that mantissa and exp have separate declarations and\nsign gets initialized later.\n\nIn addition (and due to the nature of the cleanup), fix a sign-extension\nbug where, float32 would get bitwise anded with ~BIT(31)\n(which is 0xFFFFFFFF7FFFFFFF) which corrupted the exponent.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64497",
"url": "https://www.suse.com/security/cve/CVE-2026-64497"
},
{
"category": "external",
"summary": "SUSE Bug 1273536 for CVE-2026-64497",
"url": "https://bugzilla.suse.com/1273536"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64497"
},
{
"cve": "CVE-2026-64498",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64498"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: buffer: hw-consumer: free scan_mask on buffer release\n\nThe scan_mask lifetime changed in commit 9a2e1233d38c (\"iio: buffer:\nhw-consumer: remove redundant scan_mask flexible array\").\n\nBefore that change, the scan mask storage was embedded in struct\nhw_consumer_buffer, so iio_hw_buf_release() could free the whole\nallocation with a single kfree(hw_buf).\n\nThat commit moved the scan mask to a separate bitmap_zalloc() allocation\nstored in buffer.scan_mask, but left iio_hw_buf_release() unchanged.\n\nFree the scan mask in iio_hw_buf_release() before freeing the buffer\nwrapper.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64498",
"url": "https://www.suse.com/security/cve/CVE-2026-64498"
},
{
"category": "external",
"summary": "SUSE Bug 1273794 for CVE-2026-64498",
"url": "https://bugzilla.suse.com/1273794"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64498"
},
{
"cve": "CVE-2026-64499",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64499"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: ti-ads1119: fix PM reference leak in buffer preenable\n\nads1119_triggered_buffer_preenable() resumes the device with\npm_runtime_resume_and_get() before starting a conversion.\n\nIf i2c_smbus_write_byte() fails, the function returns the error directly\nand leaves the runtime PM usage counter elevated. The matching\npostdisable callback is not called when preenable fails, so the reference\nis leaked and the device may remain runtime-active indefinitely.\n\nStore the I2C transfer result in ret and drop the runtime PM reference on\nfailure before returning the error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64499",
"url": "https://www.suse.com/security/cve/CVE-2026-64499"
},
{
"category": "external",
"summary": "SUSE Bug 1273866 for CVE-2026-64499",
"url": "https://bugzilla.suse.com/1273866"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64499"
},
{
"cve": "CVE-2026-64500",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64500"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: lpc32xx: Initialize completion before requesting IRQ\n\nIn the report from Jaeyoung Chung:\n\n\"lpc32xx_adc_probe() in drivers/iio/adc/lpc32xx_adc.c registers its\ninterrupt handler with devm_request_irq() before it initializes\nst-\u003ecompletion with init_completion(). If an interrupt arrives after\ndevm_request_irq() and before init_completion(), the handler calls\ncomplete() on an uninitialized completion, causing a kernel panic.\n\nThe probe path, in lpc32xx_adc_probe():\n\n iodev = devm_iio_device_alloc(\u0026pdev-\u003edev, sizeof(*st)); /* st kzalloc-zeroed */\n ...\n retval = devm_request_irq(\u0026pdev-\u003edev, irq, lpc32xx_adc_isr, 0,\n LPC32XXAD_NAME, st); /* register handler */\n ...\n init_completion(\u0026st-\u003ecompletion); /* initialize completion */\n\nlpc32xx_adc_isr() calls complete():\n\n complete(\u0026st-\u003ecompletion);\n\nIf the device raises an interrupt before init_completion() runs,\ncomplete() acquires the uninitialized wait.lock and walks the zeroed\ntask_list in swake_up_locked(). The zeroed task_list makes list_empty()\nreturn false, so swake_up_locked() dereferences a NULL list entry,\ntriggering a KASAN wild-memory-access.\"\n\nFix the chance of a spurious IRQ causing an uninitialized pointer\ndereference by moving init_completion() above devm_request_irq().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64500",
"url": "https://www.suse.com/security/cve/CVE-2026-64500"
},
{
"category": "external",
"summary": "SUSE Bug 1273533 for CVE-2026-64500",
"url": "https://bugzilla.suse.com/1273533"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64500"
},
{
"cve": "CVE-2026-64501",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64501"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: ad_sigma_delta: fix CS held asserted and state leaks\n\nIn ad_sigma_delta_single_conversion(), set_mode(AD_SD_MODE_IDLE) and\ndisable_one() were called from the out: block while keep_cs_asserted\nwas still true. This caused any SPI transfer issued by those callbacks\nto carry cs_change=1, leaving CS permanently asserted after the\nconversion. Fix by moving both calls into the out_unlock: block, after\nkeep_cs_asserted is cleared, matching the pattern already used in\nad_sd_calibrate().\n\nIn the error path of ad_sd_buffer_postenable(), if an operation fails\nafter set_mode(AD_SD_MODE_CONTINUOUS) has already succeeded (e.g.\nspi_offload_trigger_enable()), the device is left in continuous\nconversion mode with CS physically asserted. Additionally,\nbus_locked remaining true after spi_bus_unlock() causes subsequent\nSPI operations to call spi_sync_locked() without the bus lock actually\nheld, allowing concurrent SPI access.\n\nFix the error path by clearing keep_cs_asserted first, then calling\nset_mode(AD_SD_MODE_IDLE) to revert the device mode and deassert CS,\nthen clearing bus_locked before releasing the bus.\n\nFor devices that implement neither set_mode nor disable_one (such as\nMAX11205, which has no physical CS pin), no SPI transfer is issued\nduring cleanup and the cs_change flag has no effect on any physical\nline.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64501",
"url": "https://www.suse.com/security/cve/CVE-2026-64501"
},
{
"category": "external",
"summary": "SUSE Bug 1273795 for CVE-2026-64501",
"url": "https://bugzilla.suse.com/1273795"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64501"
},
{
"cve": "CVE-2026-64502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64502"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices\n\nad_sigma_delta_clear_pending_event() falls through to the status register\nread path for devices with has_registers = false and no rdy_gpiod. For\nsuch devices, ad_sd_read_reg() skips the address byte entirely and clocks\nraw MISO bytes with no address phase - making it byte-for-byte identical\nto reading conversion data. If a pending conversion result is present,\nthis partially consumes it and corrupts the data stream for the subsequent\nad_sd_read_reg() call in ad_sigma_delta_single_conversion().\n\nFurthermore, with num_resetclks = 0 on these devices, data_read_len\nevaluates to 0. If the clocked byte has bit 7 clear, pending_event is set\nand the code attempts memset(data + 2, 0xff, 0 - 1), overflowing to\nSIZE_MAX and corrupting the heap.\n\nFix by returning 0 immediately when neither rdy_gpiod nor has_registers\nis set. This is safe for all current registerless devices: ad7191 and\nad7780 (with powerdown GPIO) are reset between conversions by CS\ndeassertion, so there is no stale result to drain; ad7780 (without\npowerdown GPIO) and max11205 are continuously-converting and cycle ~DRDY\nat the output data rate regardless of whether the previous result was\nread, so the next falling edge fires naturally.\n\nA future registerless device that holds ~DRDY asserted until data is read\nwould be broken by this early return and would require either\nnum_resetclks set or a rdy-gpio.\n\nThe same heap corruption is reachable on any device with rdy_gpiod set\nbut num_resetclks = 0: if the GPIO indicates a pending event, the drain\npath executes memset(data + 2, 0xff, 0 - 1) regardless of has_registers.\nAdd an explicit data_read_len == 0 guard after the pending event check;\nthe stale result is then consumed by the first ad_sd_read_reg() call in\nad_sigma_delta_single_conversion().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64502",
"url": "https://www.suse.com/security/cve/CVE-2026-64502"
},
{
"category": "external",
"summary": "SUSE Bug 1274269 for CVE-2026-64502",
"url": "https://bugzilla.suse.com/1274269"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64502"
},
{
"cve": "CVE-2026-64503",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64503"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: accel: kxsd9: fix runtime PM imbalance on write_raw() error\n\nkxsd9_write_raw() takes a runtime PM reference with pm_runtime_get_sync()\nbut returns -EINVAL directly when a scale with a non-zero integer part is\nrequested, skipping the matching pm_runtime_put_autosuspend(). This leaks\na runtime PM usage-counter reference on every such write, after which the\ndevice can no longer autosuspend.\n\nSet the error code and fall through to the existing put instead of\nreturning early.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64503",
"url": "https://www.suse.com/security/cve/CVE-2026-64503"
},
{
"category": "external",
"summary": "SUSE Bug 1273596 for CVE-2026-64503",
"url": "https://bugzilla.suse.com/1273596"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64503"
},
{
"cve": "CVE-2026-64504",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64504"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: accel: bmc150: clamp the device-reported FIFO frame count\n\n__bmc150_accel_fifo_flush() copies the number of samples the device\nreports in its hardware FIFO into an on-stack buffer\n\n\tu16 buffer[BMC150_ACCEL_FIFO_LENGTH * 3];\n\nwhich is sized for at most BMC150_ACCEL_FIFO_LENGTH (32) samples. The\nframe count is read from the FIFO_STATUS register and only masked to its\n7 valid bits:\n\n\tcount = val \u0026 0x7F;\n\nso it can be 0..127. The only other limit applied to it is the optional\ncaller-supplied sample budget:\n\n\tif (samples \u0026\u0026 count \u003e samples)\n\t\tcount = samples;\n\nwhich does not constrain count on the flush-all path (samples == 0), and\nleaves it well above 32 whenever samples is larger. count samples are\nthen transferred into buffer[]:\n\n\tbmc150_accel_fifo_transfer(data, (u8 *)buffer, count);\n\nbmc150_accel_fifo_transfer() reads count * 6 bytes through regmap, so a\nmalfunctioning, malicious or counterfeit accelerometer (or an attacker\ntampering with the I2C/SPI bus) that reports up to 127 frames writes up\nto 762 bytes into the 192-byte buffer: a stack out-of-bounds write of up\nto 570 bytes that clobbers the stack canary, saved registers and the\nreturn address.\n\nClamp count to BMC150_ACCEL_FIFO_LENGTH, the number of samples buffer[]\nis sized for, before the transfer, mirroring the watermark clamp already\ndone in bmc150_accel_set_watermark(). A well-formed flush reports at most\nBMC150_ACCEL_FIFO_LENGTH frames, so legitimate devices are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64504",
"url": "https://www.suse.com/security/cve/CVE-2026-64504"
},
{
"category": "external",
"summary": "SUSE Bug 1273988 for CVE-2026-64504",
"url": "https://bugzilla.suse.com/1273988"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64504"
},
{
"cve": "CVE-2026-64505",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64505"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: function: rndis: add length check for header\n\nAdd a length check for the rndis header in rndis_rm_hdr, to ensure that\nMessageType, MessageLength, DataOffset, and DataLength fields are\npresent before they are accessed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64505",
"url": "https://www.suse.com/security/cve/CVE-2026-64505"
},
{
"category": "external",
"summary": "SUSE Bug 1273443 for CVE-2026-64505",
"url": "https://bugzilla.suse.com/1273443"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64505"
},
{
"cve": "CVE-2026-64506",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64506"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw89: correct drop logic for malformed AMPDU frames\n\nThe previous commit aims to fix issue caused by malformed AMPDU frames.\nBut the drop logic fails to deal with the first AMPDU packet paired with\ncertain range of sequence number, and leads to unexpected packet drop.\nIt is more likely to encounter this failure when there are busy traffic\nduring rekey process and could lead to disconnection from the AP.\nFix this by adding a initial state judgement and only reset status\nduring pairwise rekey.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64506",
"url": "https://www.suse.com/security/cve/CVE-2026-64506"
},
{
"category": "external",
"summary": "SUSE Bug 1274228 for CVE-2026-64506",
"url": "https://bugzilla.suse.com/1274228"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64506"
},
{
"cve": "CVE-2026-64507",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64507"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/bugs: Enable IBPB flush on BPF JIT allocation\n\nEnable hardening against JIT spraying when Spectre-v2 mitigations are in\nuse. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip\nenabling the IBPB flush if the BPF dispatcher is already using a retpoline\nsequence.\n\nThis hardening applies only when BPF-JIT is in use. Guard the enabling\nunder CONFIG_BPF_JIT so that bugs.c still builds with CONFIG_BPF_JIT=n.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64507",
"url": "https://www.suse.com/security/cve/CVE-2026-64507"
},
{
"category": "external",
"summary": "SUSE Bug 1273999 for CVE-2026-64507",
"url": "https://bugzilla.suse.com/1273999"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64507"
},
{
"cve": "CVE-2026-64508",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64508"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Support for hardening against JIT spraying\n\nThe BPF JIT allocator packs many small programs into larger executable\nallocations and reuses space within those allocations as programs are\nloaded and freed. When fresh code is written into space that a previous\nprogram occupied, an indirect jump into the new program can reuse a branch\nprediction left behind by the old one.\n\nFlush the indirect branch predictors before reusing JIT memory so that\nindirect jumps into a newly written program don\u0027t reuse predictions from an\nold program that occupied the same space.\n\nIntroduce bpf_arch_pred_flush_enabled static key and bpf_arch_pred_flush\nstatic call for flushing the branch predictors on JIT memory reuse.\nArchitectures that need a flush, can update it to a predictor flush\nfunction. By default, its a NOP and does not emit any CALL.\n\nAllocations larger than a pack are not covered by this flush. That is safe\nbecause cBPF programs (the unprivileged attack surface) are bounded well\nbelow a pack size. Issue a warning if this assumption is ever violated\nwhile the flush is active.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64508",
"url": "https://www.suse.com/security/cve/CVE-2026-64508"
},
{
"category": "external",
"summary": "SUSE Bug 1273292 for CVE-2026-64508",
"url": "https://bugzilla.suse.com/1273292"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64508"
},
{
"cve": "CVE-2026-64509",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64509"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrust: block: fix GenDisk cleanup paths\n\nGenDiskBuilder::build() still has fallible work after\n__blk_mq_alloc_disk(), but its error path only recovers the\nforeign queue data. That leaks the temporary gendisk and\nrequest_queue until later teardown. If the caller moved the last\nArc\u003cTagSet\u003cT\u003e\u003e into build(), the leaked queue can retain blk-mq\nstate after the tag set is dropped.\n\nFix the pre-registration failure path by dropping the temporary\ngendisk reference with put_disk() before recovering queue_data,\nso disk_release() can tear down the owned queue.\n\nAlso pair GenDisk::drop() with put_disk() after del_gendisk().\nOnce a Rust GenDisk has been added with device_add_disk(),\ndel_gendisk() only unregisters it; the final gendisk reference\nstill has to be dropped to complete the release path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64509",
"url": "https://www.suse.com/security/cve/CVE-2026-64509"
},
{
"category": "external",
"summary": "SUSE Bug 1274254 for CVE-2026-64509",
"url": "https://bugzilla.suse.com/1274254"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64509"
},
{
"cve": "CVE-2026-64510",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64510"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: NFIT: core: Fix acpi_nfit_init() error cleanup\n\nIf acpi_nfit_init() fails after adding the acpi_desc object to the\nacpi_descs list, that object is never removed from that list because\nthe acpi_nfit_shutdown() devm action is not added for the NFIT device\nin that case. Next, the acpi_nfit_init() failure causes\nacpi_nfit_probe() to fail, the acpi_desc object is freed, and a\ndangling pointer is left behind in the acpi_descs. Any subsequent\nACPI Machine Check Exception will trigger nfit_handle_mce() which\niterates over acpi_descs and so a use-after-free will occur.\n\nMoreover, if acpi_nfit_probe() returns 0 after installing a notify\nhandler for the NFIT device and without allocating the acpi_desc\nobject and setting the NFIT device\u0027s driver data pointer, the\nacpi_desc object will be allocated by acpi_nfit_update_notify()\nand acpi_nfit_init() will be called to initialize it. Regardless\nof whether or not acpi_nfit_init() fails in that case, the\nacpi_nfit_shutdown() devm action is not added for the NFIT device\nand acpi_desc is never removed from the acpi_descs list. If the\nacpi_desc object is freed subsequently on driver removal, any\nsubsequent ACPI MCE will lead to a use-after-free like in the\nprevious case.\n\nTo address the first issue mentioned above, make acpi_nfit_probe()\ncall acpi_nfit_shutdown() directly on acpi_nfit_init() failures and\nto address the other one, add a remove callback to the driver and\nmake it call acpi_nfit_shutdown(). Also, since it is now possible to\npass NULL to acpi_nfit_shutdown() or the acpi_desc object passed to it\nmay not have been initialized, add checks against NULL for acpi_desc and\nits nvdimm_bus field to that function and make acpi_nfit_unregister()\nclear the latter after unregistering the NVDIMM bus.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64510",
"url": "https://www.suse.com/security/cve/CVE-2026-64510"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64510"
},
{
"cve": "CVE-2026-64511",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64511"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: NFIT: core: Fix possible NULL pointer dereference\n\nAfter commit 9b311b7313d6 (\"ACPI: NFIT: Install Notify() handler before\ngetting NFIT table\"), acpi_nfit_probe() installs an ACPI notify handler\nfor the NFIT device before checking the presence of the NFIT table. If\nthat table is not there, 0 is returned without allocating the acpi_desc\nobject and setting the driver data pointer of the NFIT device. If the\nplatform firmware triggers an NFIT_NOTIFY_UC_MEMORY_ERROR notification\non the NFIT device at that point, acpi_nfit_uc_error_notify() will\ndereference a NULL pointer.\n\nPrevent that from occurring by adding an acpi_desc check against NULL\nto acpi_nfit_uc_error_notify().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64511",
"url": "https://www.suse.com/security/cve/CVE-2026-64511"
},
{
"category": "external",
"summary": "SUSE Bug 1273796 for CVE-2026-64511",
"url": "https://bugzilla.suse.com/1273796"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64511"
},
{
"cve": "CVE-2026-64512",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64512"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: CPPC: Suppress UBSAN warning caused by field misuse\n\nThe definition of reg-\u003eaccess_width changes depending on the\nreg-\u003espace_id type. Type ACPI_ADR_SPACE_PLATFORM_COMM uses\naccess_width to indicate the PCC region, which can result in a UBSAN\nif the value is greater than 4.\n\nFor example:\n\n UBSAN: shift-out-of-bounds in drivers/acpi/cppc_acpi.c:1090:9\n shift exponent 32 is too large for 32-bit type \u0027int\u0027\n CPU: 61 UID: 0 PID: 1220 Comm: (udev-worker) Not tainted 7.0.10-201.fc44.aarch64 #1 PREEMPT(lazy)\n Hardware name: To be filled by O.E.M.\n Call trace:\n ...(trimming)\n ubsan_epilogue+0x10/0x48\n __ubsan_handle_shift_out_of_bounds+0xdc/0x1e0\n cpc_write+0x4d0/0x670\n cppc_set_perf+0x18c/0x490\n cppc_cpufreq_cpu_init+0x1c8/0x380 [cppc_cpufreq]\n ... (trimming)\n\nLets fix this by validating the region type, as well as whether\naccess_width has a value. Then since we are returning bit_width\ndirectly for ACPI_ADR_SPACE_PLATFORM_COMM, drop the code correcting\nthe size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64512",
"url": "https://www.suse.com/security/cve/CVE-2026-64512"
},
{
"category": "external",
"summary": "SUSE Bug 1273597 for CVE-2026-64512",
"url": "https://bugzilla.suse.com/1273597"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64512"
},
{
"cve": "CVE-2026-64513",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64513"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: Unconditionally recompute CR8 intercept on PPR update\n\nThe TPR_THRESHOLD field in the VMCS is used by VMX to induce VM exits\nwhen the guest\u0027s virtual TPR falls under the specified threshold,\nallowing KVM to inject previously masked interrupts.\n\nKVM handles these VM exits in handle_tpr_below_threshold().\nCommit eb90f3417a0c (\"KVM: vmx: speed up TPR below threshold vmexits\")\noptimized this function by calling apic_update_ppr() instead of raising\nKVM_REQ_EVENT. apic_update_ppr() then raises KVM_REQ_EVENT if there is\na pending, deliverable interrupt.\n\nHowever, if there are no new interrupts pending, apic_update_ppr() does\nnot issue the request. Thus, kvm_lapic_update_cr8_intercept() and\nvmx_update_cr8_intercept() are not called before VM entry, which results\nin a high, stale TPR_THRESHOLD. This is problematic due to the following\nsentence in 28.2.1.1 \"VM-Execution Control Fields\" in the SDM:\n\n The following check is performed if the \u201cuse TPR shadow\u201d VM-execution\n control is 1 and the \u201cvirtualize APIC accesses\u201d and \u201cvirtual-interrupt\n delivery\u201d VM-execution controls are both 0: the value of bits 3:0 of\n the TPR threshold VM-execution control field should not be greater\n than the value of bits 7:4 of VTPR.\n\nThis error condition is typically not observed when KVM runs on a bare\nmetal system because modern processors support APICv, which enables\nvirtual-interrupt delivery, and which KVM uses when possible. This\ncauses the processor to no longer generate TPR-below-threshold exits\nand to no longer check TPR_THRESHOLD on entry. However, when running\non older platforms, or under nested virtualization on a hypervisor that\ndoes not support virtual-interrupt delivery and enforces this check\n(like Hyper-V) this can cause a VM entry failure with hardware error\n0x7, as seen in [1].\n\nCall kvm_lapic_update_cr8_intercept() if apic_update_ppr() does not\nfind a deliverable interrupt (and thus does not raise KVM_REQ_EVENT).\nRemove calls to kvm_lapic_update_cr8_intercept() on paths that end up in\napic_update_ppr(), as they now become redundant. This ensures that any\npath that updates the guest\u0027s PPR also figures out if KVM needs to wait\nfor a TPR change (using TPR_THRESHOLD on VMX or CR8 intercepts on SVM).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64513",
"url": "https://www.suse.com/security/cve/CVE-2026-64513"
},
{
"category": "external",
"summary": "SUSE Bug 1273327 for CVE-2026-64513",
"url": "https://bugzilla.suse.com/1273327"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64513"
},
{
"cve": "CVE-2026-64514",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64514"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nuserfaultfd: gate must_wait writability check on pte_present()\n\nuserfaultfd_must_wait() and userfaultfd_huge_must_wait() read the PTE\nwithout taking the page table lock and then apply pte_write() /\nhuge_pte_write() to it. Those accessors decode bits from the present\nencoding only; on a swap or migration entry they read the offset bits that\nhappen to share the same position and return an undefined result.\n\nThe intent of the check is \"is this fault still WP-blocked?\". A\nnon-marker swap entry means the page is in transit -- the userfault\ncontext the original fault delivered against is no longer the same, and\nthe swap-in or migration completion path will re-deliver a fresh fault if\nuserspace still needs to handle it. Worst case under the current code the\ngarbage write bit says \"wait\", and the thread stays asleep until a\nUFFDIO_WAKE that may never arrive.\n\nGate the writability check on pte_present() so the lockless re-check only\ninspects present-PTE bits when the entry is actually present. The\nnon-present, non-marker case returns \"don\u0027t wait\" and lets the fault path\nretry.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64514",
"url": "https://www.suse.com/security/cve/CVE-2026-64514"
},
{
"category": "external",
"summary": "SUSE Bug 1274044 for CVE-2026-64514",
"url": "https://bugzilla.suse.com/1274044"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64514"
},
{
"cve": "CVE-2026-64529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64529"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: qat - remove unused character device and IOCTLs\n\nThe QAT driver exposes a character device (qat_adf_ctl) with IOCTLs\nfor device configuration, start, stop, status query and enumeration.\nThese IOCTLs are not part of any public uAPI header and have no known\nin-tree or out-of-tree users. Device lifecycle is already managed via\nsysfs.\n\nThe ioctl interface also increases the attack surface and is the\nsubject of a number of bug reports.\n\nRemove the character device, the IOCTL definitions, and the related\ndata structures (adf_dev_status_info, adf_user_cfg_key_val,\nadf_user_cfg_section, adf_user_cfg_ctl_data). Drop the now-unused\nadf_cfg_user.h header and strip adf_ctl_drv.c down to the minimal\nmodule_init/module_exit hooks for workqueue, AER, and crypto/compression\nalgorithm registration.\n\nClean up leftover dead code that was only reachable from the removed\nIOCTL paths: adf_cfg_del_all(), adf_devmgr_verify_id(),\nadf_devmgr_get_num_dev(), adf_devmgr_get_dev_by_id(),\nadf_get_vf_real_id() and the unused ADF_CFG macros.\n\nAdditionally, drop the entry associated to QAT IOCTLs in\nioctl-number.rst.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64529",
"url": "https://www.suse.com/security/cve/CVE-2026-64529"
},
{
"category": "external",
"summary": "SUSE Bug 1274262 for CVE-2026-64529",
"url": "https://bugzilla.suse.com/1274262"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64529"
},
{
"cve": "CVE-2026-64530",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64530"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle\n\ntcf_classify() can return TC_ACT_CONSUMED while the skb is held by the\ndefragmentation engine (e.g. act_ct on out-of-order fragments). When\nthat happens the skb is no longer owned by the caller and must not be\ntouched again.\n\ntcf_qevent_handle() did not handle TC_ACT_CONSUMED: it fell through the\nswitch and returned the skb to the caller as if classification had\npassed. The only qdisc that wires up qevents today is RED, via three call sites\n(qe_mark on RED_PROB_MARK/HARD_MARK, qe_early_drop on congestion_drop)\nred_enqueue() was continuing to operate on an skb it no longer owns in this\ncase -- enqueueing it, dropping it, or updating statistics. Resulting in a UAF.\n\n tc qdisc add dev eth0 root handle 1: red ... qevent early_drop block 10\n tc filter add block 10 ... action ct\n\n (with ct defrag enabled and traffic that produces out-of-order\n fragments, e.g. a fragmented UDP stream)\n\nHandle TC_ACT_CONSUMED in tcf_qevent_handle() the same way the ingress\nand egress fast paths do: treat it as stolen and return NULL without\ntouching the skb. Unlike the TC_ACT_STOLEN case, the skb must not be\ndropped/freed here, as it is no longer owned by us.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64530",
"url": "https://www.suse.com/security/cve/CVE-2026-64530"
},
{
"category": "external",
"summary": "SUSE Bug 1271866 for CVE-2026-64530",
"url": "https://bugzilla.suse.com/1271866"
},
{
"category": "external",
"summary": "SUSE Bug 1271867 for CVE-2026-64530",
"url": "https://bugzilla.suse.com/1271867"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64530"
},
{
"cve": "CVE-2026-64531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64531"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: reject oversized nested action attrs\n\nOpen vSwitch stores generated flow actions as nlattrs, whose nla_len\nfield is u16. Commit a1e64addf3ff (\"net: openvswitch: remove\nmisbehaving actions length check\") allowed the total sw_flow_actions\nstream to grow beyond 64 KiB, which is valid, but also removed the last\nguard preventing a generated nested action attribute from exceeding\nU16_MAX.\n\nAn oversized generated container can thus be closed with a truncated\nnla_len. A later dump or teardown then walks a structurally different\nstream than the one that was validated. In particular, an oversized\nnested CLONE/CT action may cause subsequent bytes in the generated\nstream to be interpreted as independent actions.\n\nKeep the larger total-action-stream behavior, but make nested action\nclose reject generated containers that do not fit in nla_len, and return\nthe error through all callers. For recursive SAMPLE, CLONE, DEC_TTL, and\nCHECK_PKT_LEN builders, trim resource-owning action-list tails in reverse\nconstruction order before discarding failed wrappers, so resources copied\ninto the rejected tails are released before the wrappers are removed.\n\nMost failed outer wrappers are discarded by truncating actions_len after\nchild resources have been released. CHECK_PKT_LEN also trims its parent\nafter branch resources are gone. SET/TUNNEL close failures unwind their\nknown tun_dst ownership directly, and SET_TO_MASKED has no external\nownership and truncates on close failure.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64531",
"url": "https://www.suse.com/security/cve/CVE-2026-64531"
},
{
"category": "external",
"summary": "SUSE Bug 1272372 for CVE-2026-64531",
"url": "https://bugzilla.suse.com/1272372"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64531"
},
{
"cve": "CVE-2026-64532",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64532"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}\n\nIn do_action()\u0027s UpdateRecordDataRoot (fslog.c:3489) and\nUpdateRecordDataAllocation (fslog.c:3697) cases, the memmove\ndestination is `Add2Ptr(e, le16_to_cpu(e-\u003eview.data_off))`,\nwhere e-\u003eview.data_off comes from an on-disk NTFS_DE inside\nan INDEX_ROOT or INDEX_BUFFER. Neither case validates\nview.data_off + dlen against e-\u003esize; the existing\ncheck_if_index_root / check_if_alloc_index helpers walk the\nentry chain and validate the entry\u0027s offset, but not its\ninternal view fields.\n\nThe neighbouring read sites (e.g., fs/ntfs3/index.c when\niterating view entries) check view.data_off + view.data_size\n\u003c= e-\u003esize. Apply the same bound at the two memmove sites.\n\nReproduced under UML+KASAN on mainline 8d90b09e6741 via\npr_warn-only probe instrumentation: with view.data_off forced\nto 0xFFFC, the memmove writes 32 bytes past the end of the\nNTFS_DE.\n\nThis is similar in shape to Pavitra Jha\u0027s 2026-05-02 patch\n\"fs/ntfs3: prevent oob in case UpdateRecordDataRoot\"\n(\u003c20260502105008.21827-1-jhapavitra98@gmail.com\u003e) which\nproposes calling ntfs3_bad_de_range(); that helper does not\nexist in mainline. This patch uses inline checks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64532",
"url": "https://www.suse.com/security/cve/CVE-2026-64532"
},
{
"category": "external",
"summary": "SUSE Bug 1273344 for CVE-2026-64532",
"url": "https://bugzilla.suse.com/1273344"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64532"
},
{
"cve": "CVE-2026-64533",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64533"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/ntfs3: validate lcns_follow in log_replay conversion\n\nlog_replay() converts DIR_PAGE_ENTRY_32 records into DIR_PAGE_ENTRY\nrecords when replaying version 0 restart tables.\n\nDuring this conversion, the memmove() length is derived directly from\nthe on-disk lcns_follow field:\n\n\tmemmove(\u0026dp-\u003evcn, \u0026dp0-\u003evcn_low,\n\t\t2 * sizeof(u64) +\n\t\t\t\tle32_to_cpu(dp-\u003elcns_follow) * sizeof(u64));\n\ncheck_rstbl() validates restart table structure, but does not constrain\nper-entry lcns_follow values relative to the entry size. A malformed\nfilesystem image can provide an oversized lcns_follow value, causing\nthe conversion memmove() to access memory beyond the bounds of the\nallocated restart table buffer.\n\nThe same field is later used to bound iteration over page_lcns[],\nso validating lcns_follow during conversion also prevents downstream\nout-of-bounds access from the same malformed metadata.\n\nCompute the maximum valid lcns_follow from the already-validated\nrestart table entry size and reject entries that exceed this bound.\nReuse the existing t16/t32 scratch variables already declared in\nlog_replay() to avoid introducing new declarations.\n\n[almaz.alexandrovich@paragon-software.com: fixed the conflicts]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64533",
"url": "https://www.suse.com/security/cve/CVE-2026-64533"
},
{
"category": "external",
"summary": "SUSE Bug 1273345 for CVE-2026-64533",
"url": "https://bugzilla.suse.com/1273345"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64533"
},
{
"cve": "CVE-2026-64536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64536"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop\n\nThe loop in is_ap_in_tkip() iterates over IEs without verifying that\nenough bytes remain before dereferencing the IE header or its payload:\n\n- pIE-\u003eelement_id and pIE-\u003elength are read without checking that\n i + sizeof(*pIE) \u003c= ie_length, so a truncated IE at the end of the\n buffer causes an OOB read.\n\n- For WLAN_EID_VENDOR_SPECIFIC the code compares pIE-\u003edata + 12,\n which requires pIE-\u003elength \u003e= 16. For WLAN_EID_RSN it compares\n pIE-\u003edata + 8, requiring pIE-\u003elength \u003e= 12. Neither requirement\n is checked.\n\nAdd the missing IE header and payload bounds checks and guard each\ndata access with an explicit pIE-\u003elength minimum, matching the\npattern established in update_beacon_info().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64536",
"url": "https://www.suse.com/security/cve/CVE-2026-64536"
},
{
"category": "external",
"summary": "SUSE Bug 1273346 for CVE-2026-64536",
"url": "https://bugzilla.suse.com/1273346"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64536"
},
{
"cve": "CVE-2026-64537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64537"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbridge: cfm: reject invalid CCM interval at configuration time\n\nccm_tx_work_expired() re-arms itself via queue_delayed_work() using\nthe configured exp_interval converted by interval_to_us(). When\nexp_interval is BR_CFM_CCM_INTERVAL_NONE or out of range,\ninterval_to_us() returns 0, causing the worker to fire immediately in\na tight loop that allocates skbs until OOM.\n\nFix this by validating exp_interval at configuration time:\n\n - Constrain IFLA_BRIDGE_CFM_CC_CONFIG_EXP_INTERVAL to the valid range\n [BR_CFM_CCM_INTERVAL_3_3_MS, BR_CFM_CCM_INTERVAL_10_MIN] in the\n netlink policy so userspace cannot set an invalid value.\n\n - Reject starting CCM TX in br_cfm_cc_ccm_tx() when exp_interval has\n not yet been configured (defaults to 0 from kzalloc).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64537",
"url": "https://www.suse.com/security/cve/CVE-2026-64537"
},
{
"category": "external",
"summary": "SUSE Bug 1273289 for CVE-2026-64537",
"url": "https://bugzilla.suse.com/1273289"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64537"
},
{
"cve": "CVE-2026-64538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64538"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: Fix null-ptr-deref in fib6_nh_mtu_change().\n\nfib6_nh_mtu_change() re-fetches idev via __in6_dev_get(arg-\u003edev) and\ndereferences idev-\u003ecnf.mtu6 without a NULL check. addrconf_ifdown()\nclears dev-\u003eip6_ptr with RCU_INIT_POINTER() after rt6_disable_ip() has\nreleased tb6_lock, so the RA-driven MTU walk can observe a NULL idev and\noops. The caller rt6_mtu_change_route() guards its own __in6_dev_get(),\nbut this re-fetch is unguarded; nexthop-backed routes survive\naddrconf_ifdown()\u0027s flush, so the walk still reaches it after ip6_ptr is\nnulled.\n\nReturn 0 when idev is NULL, matching rt6_mtu_change_route() and the\nfib6_mtu() fix in commit 5ad509c1fdad (\"ipv6: Fix null-ptr-deref in\nfib6_mtu().\").\n\n Oops: general protection fault, ... KASAN: null-ptr-deref in range\n [0x00000000000002a8-0x00000000000002af]\n RIP: 0010:fib6_nh_mtu_change+0x203/0x990\n rt6_mtu_change_route+0x141/0x1d0\n __fib6_clean_all+0xd0/0x160\n rt6_mtu_change+0xb4/0x100\n ndisc_router_discovery+0x24b5/0x2cb0\n icmpv6_rcv+0x12e9/0x1710\n ipv6_rcv+0x39b/0x410",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64538",
"url": "https://www.suse.com/security/cve/CVE-2026-64538"
},
{
"category": "external",
"summary": "SUSE Bug 1273335 for CVE-2026-64538",
"url": "https://bugzilla.suse.com/1273335"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64538"
},
{
"cve": "CVE-2026-64539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64539"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: eir: Fix stack OOB write when prepending the Flags AD\n\neir_create_adv_data() builds the advertising data into a fixed-size\nbuffer (\"size\", 31 for the legacy path). It may prepend a 3-byte \"Flags\"\nAD structure (LE_AD_NO_BREDR on an LE-only controller) and then copies\nthe per-instance data without checking that it still fits:\n\n\tmemcpy(ptr, adv-\u003eadv_data, adv-\u003eadv_data_len);\n\ntlv_data_max_len() only reserves those 3 bytes when the user-supplied\nflags carry a managed-flags bit, so an instance added with flags == 0 is\naccepted with adv_data_len up to the full buffer. At advertise time the\nflags are still prepended, and the memcpy() writes 3 + adv_data_len\nbytes into the size-byte buffer:\n\n BUG: KASAN: stack-out-of-bounds in eir_create_adv_data (net/bluetooth/eir.c:301)\n Write of size 31 at addr ffff88800a547bdc by task kworker/u9:0/65\n Workqueue: hci0 hci_cmd_sync_work\n __asan_memcpy (mm/kasan/shadow.c:106)\n eir_create_adv_data (net/bluetooth/eir.c:301)\n hci_update_adv_data_sync (net/bluetooth/hci_sync.c:1310)\n hci_schedule_adv_instance_sync (net/bluetooth/hci_sync.c:1817)\n hci_cmd_sync_work (net/bluetooth/hci_sync.c:332)\n This frame has 1 object:\n [32, 64) \u0027cp\u0027\n\nThe \"Flags\" structure is added by the kernel, not requested by\nuserspace, so only prepend it when it fits together with the instance\nadvertising data; when there is no room for both, drop the flags rather\nthan the user-provided data.\n\nReachable by a local user with CAP_NET_ADMIN owning an LE-only\ncontroller on the legacy advertising path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64539",
"url": "https://www.suse.com/security/cve/CVE-2026-64539"
},
{
"category": "external",
"summary": "SUSE Bug 1273338 for CVE-2026-64539",
"url": "https://bugzilla.suse.com/1273338"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64539"
},
{
"cve": "CVE-2026-64540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64540"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()\n\ngenelink_rx_fixup() splits an aggregated RX frame into its individual\npackets, using a per-packet length taken from device-supplied data. That\nlength is only bounded by GL_MAX_PACKET_LEN (1514); it is never compared\nagainst how many bytes were actually received.\n\nA malicious GeneLink (GL620A) device can therefore send a short URB whose\nheader claims packet_count \u003e 1 and a first packet of up to 1514 bytes.\n\n\tskb_put_data(gl_skb, packet-\u003epacket_data, size);\n\nthen copies past the end of the receive buffer and hands the adjacent slab\ncontents up the network stack, an out-of-bounds read that leaks kernel heap.\nNo privilege is required: the path runs in the usbnet RX softirq as soon as\nthe interface is up.\n\n BUG: KASAN: slab-out-of-bounds in genelink_rx_fixup (drivers/net/usb/gl620a.c:112)\n Read of size 1514 at addr ffff888011309708 by task ksoftirqd/0/14\n Call Trace:\n ...\n __asan_memcpy (mm/kasan/shadow.c:105)\n genelink_rx_fixup (include/linux/skbuff.h:2814 drivers/net/usb/gl620a.c:112)\n usbnet_bh (drivers/net/usb/usbnet.c:572 drivers/net/usb/usbnet.c:1589)\n process_one_work (kernel/workqueue.c:3322)\n bh_worker (kernel/workqueue.c:3405)\n tasklet_action (kernel/softirq.c:965)\n handle_softirqs (kernel/softirq.c:622)\n run_ksoftirqd (kernel/softirq.c:1076)\n ...\n\nskb_pull() already verifies that the requested length fits the buffer and\nreturns NULL otherwise. Move it ahead of the copy and check its result, so\na packet that overruns the received data is rejected before it is read.\nWell-formed frames, whose packets are fully present, are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64540",
"url": "https://www.suse.com/security/cve/CVE-2026-64540"
},
{
"category": "external",
"summary": "SUSE Bug 1273302 for CVE-2026-64540",
"url": "https://bugzilla.suse.com/1273302"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64540"
},
{
"cve": "CVE-2026-64541",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64541"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket\n\nsmc_cdc_rx_handler() looks up the connection by token under the link\ngroup\u0027s conns_lock, drops the lock, and then dereferences conn and the\nsmc_sock derived from it, ending in sock_hold(\u0026smc-\u003esk) inside\nsmc_cdc_msg_recv(). No reference is held across the lock release.\n\nThe only reference pinning the socket while the connection is\ndiscoverable in the link group is taken in smc_lgr_register_conn()\n(sock_hold) and dropped in __smc_lgr_unregister_conn() (sock_put), both\nunder conns_lock. Once the handler drops conns_lock, a concurrent\nclose() -\u003e smc_release() -\u003e smc_conn_free() -\u003e smc_lgr_unregister_conn()\ncan drop that reference and free the smc_sock, so the handler\u0027s later\nsock_hold() runs on freed memory:\n\n WARNING: lib/refcount.c:25 at refcount_warn_saturate\n Workqueue: rxe_wq do_work\n refcount_warn_saturate (lib/refcount.c:25)\n smc_cdc_msg_recv (net/smc/smc_cdc.c:430)\n smc_cdc_rx_handler (net/smc/smc_cdc.c:502)\n smc_wr_rx_tasklet_fn (net/smc/smc_wr.c:445)\n tasklet_action_common (kernel/softirq.c:938)\n handle_softirqs (kernel/softirq.c:622)\n Kernel panic - not syncing: panic_on_warn set\n\nOnly SMC-R is affected. The SMC-D receive tasklet is stopped by\ntasklet_kill(\u0026conn-\u003erx_tsklet) in smc_conn_free() before the connection\nis unregistered, so it cannot run concurrently with the free.\n\nTake the socket reference while still holding conns_lock, so the\nregistration reference can no longer be the last one, and drop it once\nthe handler is done.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64541",
"url": "https://www.suse.com/security/cve/CVE-2026-64541"
},
{
"category": "external",
"summary": "SUSE Bug 1273303 for CVE-2026-64541",
"url": "https://bugzilla.suse.com/1273303"
},
{
"category": "external",
"summary": "SUSE Bug 1273308 for CVE-2026-64541",
"url": "https://bugzilla.suse.com/1273308"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64541"
},
{
"cve": "CVE-2026-64542",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64542"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: ndisc: fix NULL deref in accept_untracked_na()\n\naccept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev)\nand dereferences idev-\u003ecnf.accept_untracked_na without a NULL check,\neven though its only caller ndisc_recv_na() already fetched and\nNULL-checked idev for the same device.\n\nBoth reads of dev-\u003eip6_ptr run in the same RCU read-side critical\nsection, but a concurrent addrconf_ifdown() can clear dev-\u003eip6_ptr\nbetween them: lowering the MTU below IPV6_MIN_MTU calls addrconf_ifdown()\nwithout the synchronize_net() that orders the unregister path, so the\nre-fetch returns NULL and oopses:\n\n BUG: KASAN: null-ptr-deref in ndisc_recv_na (net/ipv6/ndisc.c:974)\n Read of size 4 at addr 0000000000000364\n Call Trace:\n \u003cIRQ\u003e\n ndisc_recv_na (net/ipv6/ndisc.c:974)\n icmpv6_rcv (net/ipv6/icmp.c:1193)\n ip6_protocol_deliver_rcu (net/ipv6/ip6_input.c:479)\n ip6_input_finish (net/ipv6/ip6_input.c:534)\n ip6_input (net/ipv6/ip6_input.c:545)\n ip6_mc_input (net/ipv6/ip6_input.c:635)\n ipv6_rcv (net/ipv6/ip6_input.c:351)\n \u003c/IRQ\u003e\n\nIt is reachable by an unprivileged user via a network namespace.\n\nPass the caller\u0027s already validated idev instead of re-fetching it; the\nidev stays alive for the whole RCU critical section, so it is safe even\nafter dev-\u003eip6_ptr has been cleared.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64542",
"url": "https://www.suse.com/security/cve/CVE-2026-64542"
},
{
"category": "external",
"summary": "SUSE Bug 1273309 for CVE-2026-64542",
"url": "https://bugzilla.suse.com/1273309"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64542"
},
{
"cve": "CVE-2026-64543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64543"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: fix use-after-free of the discoverer in tipc_disc_rcv()\n\nbearer_disable() frees b-\u003edisc with tipc_disc_delete()\u0027s plain kfree(),\nbut tipc_disc_rcv() still dereferences b-\u003edisc in RX softirq under\nrcu_read_lock() (tipc_udp_recv -\u003e tipc_rcv -\u003e tipc_disc_rcv).\n\nL2 bearers are safe thanks to the synchronize_net() in\ntipc_disable_l2_media(), but the UDP bearer defers that call to the\ncleanup_bearer() workqueue, so the discoverer is freed with no grace\nperiod:\n\n BUG: KASAN: slab-use-after-free in tipc_disc_rcv (net/tipc/discover.c:149)\n Read of size 8 at addr ffff88802348b728 by task poc_tipc/184\n \u003cIRQ\u003e\n tipc_disc_rcv (net/tipc/discover.c:149)\n tipc_rcv (net/tipc/node.c:2126)\n tipc_udp_recv (net/tipc/udp_media.c:391)\n udp_rcv (net/ipv4/udp.c:2643)\n ip_local_deliver_finish (net/ipv4/ip_input.c:241)\n \u003c/IRQ\u003e\n Freed by task 181:\n kfree (mm/slub.c:6565)\n bearer_disable (net/tipc/bearer.c:418)\n tipc_nl_bearer_disable (net/tipc/bearer.c:1001)\n\nThe bearer is freed with kfree_rcu(); free the discoverer the same way.\nAdd an rcu_head to struct tipc_discoverer and free it and its skb from an\nRCU callback.\n\nBecause the RCU callback (tipc_disc_free_rcu) lives in module text, a\ncall_rcu() that is still pending when the tipc module is unloaded would\ninvoke a freed function. Add an rcu_barrier() to tipc_exit() after the\nbearer subsystem has been torn down, so all pending discoverer callbacks\nhave run before the module text goes away.\n\nReachable from an unprivileged user namespace: the TIPCv2 genl family is\nnetnsok and its bearer commands have no GENL_ADMIN_PERM. Needs CONFIG_TIPC\nand CONFIG_TIPC_MEDIA_UDP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64543",
"url": "https://www.suse.com/security/cve/CVE-2026-64543"
},
{
"category": "external",
"summary": "SUSE Bug 1273311 for CVE-2026-64543",
"url": "https://bugzilla.suse.com/1273311"
},
{
"category": "external",
"summary": "SUSE Bug 1273313 for CVE-2026-64543",
"url": "https://bugzilla.suse.com/1273313"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64543"
},
{
"cve": "CVE-2026-64544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64544"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents\n\npefile_digest_pe_contents() computes the trailing-data hash length as\npelen - (hashed_bytes + certs_size). A crafted PE can make the addition\nexceed pelen, causing the unsigned subtraction to underflow to ~4 GiB.\nThis is passed to crypto_shash_update() which reads out of bounds and\npanics on unmapped vmalloc guard pages.\n\n BUG: unable to handle page fault for address: ffffc900038d8000\n Oops: Oops: 0000 [#1] SMP KASAN NOPTI\n RIP: 0010:sha256_blocks_generic (lib/crypto/sha256.c:152)\n Call Trace:\n \u003cTASK\u003e\n __sha256_update (lib/crypto/sha256.c:208)\n crypto_sha256_update (crypto/sha256.c:142)\n verify_pefile_signature (crypto/asymmetric_keys/verify_pefile.c:436)\n kexec_kernel_verify_pe_sig (kernel/kexec_file.c:151)\n __do_sys_kexec_file_load (kernel/kexec_file.c:406)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n \u003c/TASK\u003e\n Kernel panic - not syncing: Fatal exception\n\nValidate that the addition does not overflow and the result does not\nexceed pelen before the subtraction. Return -ELIBBAD on failure.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64544",
"url": "https://www.suse.com/security/cve/CVE-2026-64544"
},
{
"category": "external",
"summary": "SUSE Bug 1273316 for CVE-2026-64544",
"url": "https://bugzilla.suse.com/1273316"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64544"
},
{
"cve": "CVE-2026-64545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64545"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet, bpf: check master for NULL in xdp_master_redirect()\n\nxdp_master_redirect() dereferences the result of\nnetdev_master_upper_dev_get_rcu() without a NULL check, but that helper\nreturns NULL when the receiving device has no upper-master adjacency.\n\nThe reach guard only checks netif_is_bond_slave(). On bond slave release\nbond_upper_dev_unlink() drops the upper-master adjacency before clearing\nIFF_SLAVE, so an XDP_TX reaching xdp_master_redirect() in that window\nstill passes netif_is_bond_slave() while master is already NULL, and\nfaults on master-\u003eflags at offset 0xb0:\n\n BUG: kernel NULL pointer dereference, address: 00000000000000b0\n RIP: 0010:xdp_master_redirect (net/core/filter.c:4432)\n Call Trace:\n xdp_master_redirect (net/core/filter.c:4432)\n bpf_prog_run_generic_xdp (include/net/xdp.h:700)\n do_xdp_generic (net/core/dev.c:5608)\n __netif_receive_skb_one_core (net/core/dev.c:6204)\n process_backlog (net/core/dev.c:6319)\n __napi_poll (net/core/dev.c:7729)\n net_rx_action (net/core/dev.c:7792)\n handle_softirqs (kernel/softirq.c:622)\n __dev_queue_xmit (include/linux/bottom_half.h:33)\n packet_sendmsg (net/packet/af_packet.c:3082)\n __sys_sendto (net/socket.c:2252)\n Kernel panic - not syncing: Fatal exception in interrupt\n\nThe missing check dates back to the original code; commit 1921f91298d1\n(\"net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master\")\nlater added the master-\u003eflags read where the fault now lands but kept the\nunconditional deref. Check master for NULL before use; a NULL master is\ntreated the same as one that is not up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64545",
"url": "https://www.suse.com/security/cve/CVE-2026-64545"
},
{
"category": "external",
"summary": "SUSE Bug 1273318 for CVE-2026-64545",
"url": "https://bugzilla.suse.com/1273318"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64545"
},
{
"cve": "CVE-2026-64546",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64546"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/edid: fix OOB read in drm_parse_tiled_block()\n\ndrm_parse_tiled_block() casts the DisplayID block to a\nstruct displayid_tiled_block and reads the full fixed layout up to\ntile-\u003etopology_id[7] without checking block-\u003enum_bytes. The DisplayID\niterator only validates the declared payload length, so a crafted EDID\ncan advertise a tiled-display block (tag DATA_BLOCK_TILED_DISPLAY, or\nDATA_BLOCK_2_TILED_DISPLAY_TOPOLOGY for v2.0) with a small num_bytes at\nthe end of a DisplayID extension. The read then runs past the end of the\nexact-sized kmemdup()\u0027d EDID allocation, a heap out-of-bounds read.\n\nReject blocks shorter than the spec\u0027s 22-byte tiled payload before\nreading the fixed struct, as drm_parse_vesa_mso_data() already does.\n\n BUG: KASAN: slab-out-of-bounds in drm_edid_connector_update\n Read of size 2 at addr ffff888010077700 by task exploit/147\n dump_stack_lvl (lib/dump_stack.c:94 ...)\n print_report (mm/kasan/report.c:378 ...)\n kasan_report (mm/kasan/report.c:595)\n drm_edid_connector_update (drivers/gpu/drm/drm_edid.c:7581)\n bochs_connector_helper_get_modes (drivers/gpu/drm/tiny/bochs.c:574)\n drm_helper_probe_single_connector_modes (drivers/gpu/drm/drm_probe_helper.c:426)\n status_store (drivers/gpu/drm/drm_sysfs.c:219)\n ...\n vfs_write (fs/read_write.c:595 fs/read_write.c:688)\n ksys_write (fs/read_write.c:740)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64546",
"url": "https://www.suse.com/security/cve/CVE-2026-64546"
},
{
"category": "external",
"summary": "SUSE Bug 1273334 for CVE-2026-64546",
"url": "https://bugzilla.suse.com/1273334"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64546"
},
{
"cve": "CVE-2026-64547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64547"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: net1080: validate packet_len before pad-byte access in rx_fixup\n\nFor an even packet_len, net1080_rx_fixup() reads the pad byte at\nskb-\u003edata[packet_len] before the skb-\u003elen != packet_len check further\ndown, and packet_len is only bounded against NC_MAX_PACKET. A malicious\nNetChip 1080 device can send a short frame advertising a large even\npacket_len (e.g. 0x4000), so the pad-byte read lands past the end of the\nskb:\n\n BUG: KASAN: slab-out-of-bounds in net1080_rx_fixup\n Read of size 1 at addr ffff8880106c83c6 by task ksoftirqd/0/14\n ...\n net1080_rx_fixup (drivers/net/usb/net1080.c:384)\n usbnet_bh (drivers/net/usb/usbnet.c:1589)\n process_one_work (kernel/workqueue.c:3322)\n bh_worker (kernel/workqueue.c:3708)\n tasklet_action (kernel/softirq.c:965)\n handle_softirqs (kernel/softirq.c:622)\n ...\n\nReject the frame when packet_len \u003e= skb-\u003elen before reading.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64547",
"url": "https://www.suse.com/security/cve/CVE-2026-64547"
},
{
"category": "external",
"summary": "SUSE Bug 1273319 for CVE-2026-64547",
"url": "https://bugzilla.suse.com/1273319"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64547"
},
{
"cve": "CVE-2026-64548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64548"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()\n\nWhen the scatterlist ring is full or nearly full, bpf_msg_push_data()\nenters a copy fallback path and computes copy + len for the page\nallocation size. Since len comes from BPF with arg3_type = ARG_ANYTHING\nand both are u32, a crafted len can wrap the sum to a small value,\ncausing an undersized allocation followed by an out-of-bounds memcpy.\n\n BUG: unable to handle page fault for address: ffffed104089a402\n Oops: Oops: 0000 [#1] SMP KASAN NOPTI\n Call Trace:\n __asan_memcpy (mm/kasan/shadow.c:105)\n bpf_msg_push_data (net/core/filter.c:2852 net/core/filter.c:2788)\n bpf_prog_9ed8b5711920a7d7+0x2e/0x36\n sk_psock_msg_verdict (net/core/skmsg.c:934)\n tcp_bpf_sendmsg (net/ipv4/tcp_bpf.c:421 net/ipv4/tcp_bpf.c:584)\n __sys_sendto (net/socket.c:2206)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)\n\nAdd an overflow check before the allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64548",
"url": "https://www.suse.com/security/cve/CVE-2026-64548"
},
{
"category": "external",
"summary": "SUSE Bug 1273337 for CVE-2026-64548",
"url": "https://bugzilla.suse.com/1273337"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64548"
},
{
"cve": "CVE-2026-64549",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64549"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: bpa10x: avoid OOB read of revision string in bpa10x_setup()\n\nbpa10x_setup() sends the vendor command 0xfc0e and passes the response\nto bt_dev_info() and hci_set_fw_info() as a \"%s\" string starting at\nskb-\u003edata + 1, without checking the length:\n\n\tbt_dev_info(hdev, \"%s\", (char *)(skb-\u003edata + 1));\n\thci_set_fw_info(hdev, \"%s\", skb-\u003edata + 1);\n\nA device that returns a one-byte response (status only) leaves\nskb-\u003edata + 1 past the end of the data, and the %s walk reads adjacent\nslab memory until it meets a NUL. The same happens when the payload is\nnot NUL-terminated within skb-\u003elen. The out-of-bounds bytes end up in\nthe kernel log and the firmware-info debugfs file.\n\nPrint the revision string with a bounded \"%.*s\" limited to skb-\u003elen - 1\ninstead. This keeps the string readable for well-behaved devices while\nnever reading past the received data, and does not fail setup, so a\ndevice returning a short or unterminated response keeps working.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64549",
"url": "https://www.suse.com/security/cve/CVE-2026-64549"
},
{
"category": "external",
"summary": "SUSE Bug 1273341 for CVE-2026-64549",
"url": "https://bugzilla.suse.com/1273341"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64549"
},
{
"cve": "CVE-2026-64550",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64550"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: qualcomm: rmnet: validate MAP frame length before ingress parsing\n\nWhen ingress deaggregation is disabled, rmnet_map_ingress_handler() passes\nthe skb straight to __rmnet_map_ingress_handler(), skipping the length\nvalidation that rmnet_map_deaggregate() performs on the aggregated path.\nThe parser then dereferences the MAP header and csum header/trailer based on\nthe on-wire pkt_len without checking skb-\u003elen, so a short frame is read out\nof bounds:\n\n BUG: KASAN: slab-out-of-bounds in rmnet_map_checksum_downlink_packet\n Read of size 1 at addr ffff88801118ed00 by task exploit/147\n Call Trace:\n ...\n rmnet_map_checksum_downlink_packet (drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c:413)\n __rmnet_map_ingress_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:96)\n rmnet_rx_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:129)\n __netif_receive_skb_core.constprop.0 (net/core/dev.c:6089)\n netif_receive_skb (net/core/dev.c:6460)\n tun_get_user (drivers/net/tun.c:1955)\n tun_chr_write_iter (drivers/net/tun.c:2001)\n vfs_write (fs/read_write.c:688)\n ksys_write (fs/read_write.c:740)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n ...\n\nFactor that validation out of rmnet_map_deaggregate() into\nrmnet_map_validate_packet_len() and run it on the no-aggregation path too.\nThe MAP header is bounds-checked first, since this path can receive a frame\nshorter than the header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64550",
"url": "https://www.suse.com/security/cve/CVE-2026-64550"
},
{
"category": "external",
"summary": "SUSE Bug 1273321 for CVE-2026-64550",
"url": "https://bugzilla.suse.com/1273321"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64550"
},
{
"cve": "CVE-2026-64551",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64551"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: validate STALE_COOKIE cause length before reading staleness\n\nWhen an ERROR chunk with a STALE_COOKIE cause is received in the\nCOOKIE_ECHOED state, sctp_sf_do_5_2_6_stale() reads the 4-byte Measure\nof Staleness that follows the cause header:\n\n\terr = (struct sctp_errhdr *)(chunk-\u003eskb-\u003edata);\n\tstale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err)));\n\nerr is the first cause in the chunk, not the STALE_COOKIE cause that\ncaused the dispatch, and nothing guarantees the staleness field is\npresent. sctp_walk_errors() only requires a cause to be as long as the\n4-byte header, so for a STALE_COOKIE cause of length 4 the read runs\npast the cause, and for a minimal ERROR chunk past skb-\u003etail. The value\nis echoed to the peer in the Cookie Preservative of the reply INIT,\nleaking uninitialized memory.\n\nsctp_sf_cookie_echoed_err() already walks to the STALE_COOKIE cause, so\ncheck its length there and pass it to sctp_sf_do_5_2_6_stale(), which\nreads that cause instead of the first one. A STALE_COOKIE cause too\nshort to hold the staleness field is discarded.\n\nThe read is reachable by any peer that can drive an association into\nCOOKIE_ECHOED, including an unprivileged process using a raw SCTP socket\nin a user and network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64551",
"url": "https://www.suse.com/security/cve/CVE-2026-64551"
},
{
"category": "external",
"summary": "SUSE Bug 1273813 for CVE-2026-64551",
"url": "https://bugzilla.suse.com/1273813"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64551"
},
{
"cve": "CVE-2026-64552",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64552"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvirtio-net: fix len check in receive_big()\n\nreceive_big() bounds the device-announced length by\n(big_packets_num_skbfrags + 1) * PAGE_SIZE. That is still too loose:\nadd_recvbuf_big() sets sg[1] to start at offset\nsizeof(struct padded_vnet_hdr) into the first page, so the chain\nactually carries hdr_len + (PAGE_SIZE - sizeof(padded_vnet_hdr)) +\nbig_packets_num_skbfrags * PAGE_SIZE bytes -- 20 bytes less than the\ncheck allows for the common hdr_len == 12 case.\n\nA malicious virtio backend can announce a len in that gap. page_to_skb()\nthen walks one frag past the page chain, storing a NULL page-\u003eprivate\ninto skb_shinfo()-\u003efrags[MAX_SKB_FRAGS], which is both an out-of-bounds\nwrite past the static frag array and a NULL frag handed up the rx path.\n\nBound len by the size add_recvbuf_big() actually advertised.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64552",
"url": "https://www.suse.com/security/cve/CVE-2026-64552"
},
{
"category": "external",
"summary": "SUSE Bug 1273323 for CVE-2026-64552",
"url": "https://bugzilla.suse.com/1273323"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64552"
},
{
"cve": "CVE-2026-64553",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64553"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: psample: fix info leak in PSAMPLE_ATTR_DATA\n\npsample open codes nla_put() presumably to avoid wiping\nthe data with 0s just to override it with packet data.\nThis open coding is missing clearing the pad, however,\neach netlink attr is padded to 4B and data_len may\nnot be divisible by 4B.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64553",
"url": "https://www.suse.com/security/cve/CVE-2026-64553"
},
{
"category": "external",
"summary": "SUSE Bug 1273336 for CVE-2026-64553",
"url": "https://bugzilla.suse.com/1273336"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64553"
},
{
"cve": "CVE-2026-64554",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64554"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()\n\nbr_ip6_fragment() gets prevhdr, a pointer into the skb head, from\nip6_find_1stfragopt(), then calls skb_checksum_help(). For a cloned skb\nskb_checksum_help() reallocates the head via pskb_expand_head(), leaving\nprevhdr dangling. It is later dereferenced in ip6_frag_next(), causing a\nuse-after-free write.\n\nSave prevhdr\u0027s offset before skb_checksum_help() and recompute it after,\nlike commit ef0efcd3bd3f (\"ipv6: Fix dangling pointer when ipv6\nfragment\").\n\n BUG: KASAN: slab-use-after-free in ip6_frag_next (net/ipv6/ip6_output.c:857)\n Write of size 1 at addr ffff888013ff5016 by task exploit/141\n Call Trace:\n ...\n kasan_report (mm/kasan/report.c:595)\n ip6_frag_next (net/ipv6/ip6_output.c:857)\n br_ip6_fragment (net/ipv6/netfilter.c:212)\n nf_ct_bridge_post (net/bridge/netfilter/nf_conntrack_bridge.c:407)\n nf_hook_slow (net/netfilter/core.c:619)\n br_forward_finish (net/bridge/br_forward.c:66)\n __br_forward (net/bridge/br_forward.c:115)\n maybe_deliver (net/bridge/br_forward.c:191)\n br_flood (net/bridge/br_forward.c:245)\n br_handle_frame_finish (net/bridge/br_input.c:229)\n br_handle_frame (net/bridge/br_input.c:442)\n ...\n packet_sendmsg (net/packet/af_packet.c:3114)\n ...\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n Kernel panic - not syncing: Fatal exception in interrupt",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64554",
"url": "https://www.suse.com/security/cve/CVE-2026-64554"
},
{
"category": "external",
"summary": "SUSE Bug 1273340 for CVE-2026-64554",
"url": "https://bugzilla.suse.com/1273340"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64554"
},
{
"cve": "CVE-2026-64555",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64555"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()\n\nkvm_hyp_handle_mops() resets the single-step state machine as part of\nrewinding state for a MOPS exception by modifying vcpu_cpsr() and\nwriting the result directly into hardware.\n\nIn the case of nested virtualization, vcpu_cpsr() is a synthetic value\nsuch that the rest of KVM can deal with vEL2 cleanly. That means the\nvalue requires translation before being written into hardware, which is\nunfortunately missing from the MOPS handler.\n\nFix it by directly modifying SPSR_EL2 and avoiding the synthetic state\naltogether, which will be resynchronized on the next \u0027full\u0027 exit back\nto KVM.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64555",
"url": "https://www.suse.com/security/cve/CVE-2026-64555"
},
{
"category": "external",
"summary": "SUSE Bug 1273331 for CVE-2026-64555",
"url": "https://bugzilla.suse.com/1273331"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64555"
},
{
"cve": "CVE-2026-64556",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64556"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/core: Detach event groups during remove_on_exec\n\nperf_event_remove_on_exec() removes events by calling\nperf_event_exit_event(). For top-level events, this removes the event from\nthe context with DETACH_EXIT only.\n\nThis can leave inconsistent group state when a removed event is a group\nleader and the group contains siblings without remove_on_exec. If the group\nwas active, the surviving siblings can remain active and attached to the\nremoved leader\u0027s sibling list, but are no longer represented by a valid\ngroup leader on the PMU context active lists.\n\nA later close of the removed leader uses DETACH_GROUP and can promote the\nstill-active siblings from this stale group state. The next schedule-in can\nthen add an already-linked active_list entry again, corrupting the PMU\ncontext active list.\n\nWith DEBUG_LIST enabled, this is caught as a list_add double-add in\nmerge_sched_in().\n\nFix this by detaching group relationships when remove_on_exec removes an\nevent. This preserves the existing task-exit and revoke behavior, while\nensuring surviving siblings are ungrouped before the removed event leaves\nthe context.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64556",
"url": "https://www.suse.com/security/cve/CVE-2026-64556"
},
{
"category": "external",
"summary": "SUSE Bug 1273251 for CVE-2026-64556",
"url": "https://bugzilla.suse.com/1273251"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64556"
},
{
"cve": "CVE-2026-64557",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64557"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()\n\nl2cap_sock_new_connection_cb() returned l2cap_pi(sk)-\u003echan after\nrelease_sock(parent). Once the parent lock is dropped the newly\nenqueued child socket sk is reachable via the accept queue, so another\ntask can accept and free it before the callback dereferences sk,\nresulting in a use-after-free.\n\nRework the -\u003enew_connection() op so the core, rather than the callback,\nowns the child channel\u0027s lifetime. The op now receives a pre-allocated\nnew_chan and returns an errno instead of allocating and returning a\nchannel. l2cap_new_connection() allocates the child channel and links\nit into the conn list via __l2cap_chan_add() before invoking the\ncallback, so the conn-list reference keeps the channel alive once\nrelease_sock(parent) exposes the socket to other tasks.\n\nChannel configuration that was duplicated in l2cap_sock_init() and the\nvarious new_connection callbacks is consolidated into\nl2cap_chan_set_defaults(), which now inherits from the parent channel\nwhen one is supplied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64557",
"url": "https://www.suse.com/security/cve/CVE-2026-64557"
},
{
"category": "external",
"summary": "SUSE Bug 1273347 for CVE-2026-64557",
"url": "https://bugzilla.suse.com/1273347"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64557"
},
{
"cve": "CVE-2026-64558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64558"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/pkey: Check length in pkey_pckmo handler implementation\n\nExplicitly check the length of the target buffer in the pkey_pckmo\nimplementation of the key_to_protkey() handler function. The handler\nfunction fails, if the generated output data exceeds the length of the\nprovided target buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64558",
"url": "https://www.suse.com/security/cve/CVE-2026-64558"
},
{
"category": "external",
"summary": "SUSE Bug 1273797 for CVE-2026-64558",
"url": "https://bugzilla.suse.com/1273797"
},
{
"category": "external",
"summary": "SUSE Bug 1273800 for CVE-2026-64558",
"url": "https://bugzilla.suse.com/1273800"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64558"
},
{
"cve": "CVE-2026-64559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64559"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/pkey: Check length in PKEY_VERIFYPROTK ioctl\n\nExplicitly check the buffer length request structure provided by\nuser-space and fail, if it exceeds the buffer size.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64559",
"url": "https://www.suse.com/security/cve/CVE-2026-64559"
},
{
"category": "external",
"summary": "SUSE Bug 1273801 for CVE-2026-64559",
"url": "https://bugzilla.suse.com/1273801"
},
{
"category": "external",
"summary": "SUSE Bug 1273802 for CVE-2026-64559",
"url": "https://bugzilla.suse.com/1273802"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64559"
},
{
"cve": "CVE-2026-64560",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64560"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nposix-cpu-timers: Prevent UAF caused by non-leader exec() race\n\nWongi and Jungwoo decoded and reported a non-leader exec() related race\nwhich can result in an UAF:\n\n sys_timer_delete()\t\t\texec()\n posix_cpu_timer_del()\n // Observes old leader\n p = pid_task(pid, pid_type);\t\tde_thread()\n \t\t\t\t\t switch_leader();\n\t\t\t\t\t release_task(old_leader)\n\t\t\t\t\t __exit_signal(old_leader)\n\t\t\t\t\t sighand = lock(old_leader, sighand);\n\t\t\t\t\t posix_cpu_timers*_exit();\n sighand = lock_task_sighand(p)\t unhash_task(old_leader);\n sh = lock(p, sighand)\t \t old_leader-\u003esighand = NULL;\n\t\t\t\t\t unlock(sighand);\n (p-\u003esighand == NULL)\n\tunlock(sh)\n\treturn NULL;\n\n // Returns without action\n if(!sighand)\n return 0;\n free_posix_timer();\n\nThis is \"harmless\" unless the deleted timer was armed and enqueued in\np-\u003esignal because on exec() a TGID targeted timer is inherited.\n\nAs sys_timer_delete() freed the underlying posix timer object\nrun_posix_cpu_timers() or any timerqueue related add/delete operations on\nother timers will access the freed object\u0027s timerqueue node, which results\nin an UAF.\n\nThere is a similar problem vs. posix_cpu_timer_set(). For regular posix\ntimers it just transiently returns -ESRCH to user space, but for the use\ncase in do_cpu_nanosleep() it\u0027s the same UAF just that the k_itimer is\nallocated on the stack.\n\nAlso posix_cpu_timer_rearm() fails to rearm the timer, which means it stops\nto expire.\n\nWhile debating solutions Frederic pointed out another problem:\n\n posix_cpu_timer_del(tmr)\n\t\t\t\t\t__exit_signal(p)\n\t\t\t\t\t posix_cpu_timers*_exit(p);\n\t\t\t\t\t unhash_task(p);\n\t\t\t\t\t p-\u003esighand = NULL;\n sh = lock_task_sighand(p)\n sighand = p-\u003esighand;\n\tif (!sighand)\n\t return NULL;\n\tlock(sighand);\n\n if (!sh)\n\tWARN_ON_ONCE(timer_queued(tmr));\n\nOn weakly ordered architectures it is not guaranteed that\nposix_cpu_timer_del() will observe the stores in posix_cpu_timers*_exit()\nwhen p-\u003esighand is observed as NULL, which means the WARN() can be a false\npositive.\n\nSolve these issues by:\n\n 1) Changing the store in __exit_signal() to smp_store_release().\n\n 2) Adding a smp_acquire__after_ctrl_dep() into the !sighand path\n of lock_task_sighand().\n\n 3) Creating a helper function for looking up the task and locking sighand\n which does not return when sighand == NULL. Instead it retries the\n task lookup and only if that fails it gives up.\n\n 4) Using that helper in the three affected functions.\n\n#1/#2 ensures that the reader side which observes sighand == NULL also\nobserves all preceeding stores, i.e. the stores in posix_cpu_timers*_exit()\nand the ones in unhash_task().\n\n#3 ensures that the above described non-leader exec() situation is handled\ngracefully. When the task lookup returns the old leader, but sighand ==\nNULL then it retries. In the non-leader exec() case the subsequent task\nlookup will observe the new leader due to #1/#2. In normal exit() scenarios\nthe subsequent lookup fails.\n\nWhen the task lookup fails, the function also checks whether the timer is\nstill enqueued and issues a warning if that\u0027s the case. Unfortunately there\nis nothing which can be done about it, but as the task is already not\nlonger visible the timer should not be accessed anymore. This check also\nrequires memory ordering, which is not provided when the first lookup\nfails. To achieve that the check is preceeded by a smp_rmb() which pairs\nwith the smp_wmb() in write_seqlock() in __exit_signal(). That ensures that\nthe stores in posix_cpu_timers*_exit() are visible.\n\nThe history of the non-leader exec() issue goes back to the early days of\nposix CPU timers, which stored a pointer to the group leader task in the\ntimer. That obviously fails when a non-leader exec() switches the leader.\ncommit e0a70217107e (\"posix-cpu-timers: workaround to suppress the problems\nwith mt exec\") added a temporary workaround for that in 2010 which surv\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64560",
"url": "https://www.suse.com/security/cve/CVE-2026-64560"
},
{
"category": "external",
"summary": "SUSE Bug 1273004 for CVE-2026-64560",
"url": "https://bugzilla.suse.com/1273004"
},
{
"category": "external",
"summary": "SUSE Bug 1273007 for CVE-2026-64560",
"url": "https://bugzilla.suse.com/1273007"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64560"
},
{
"cve": "CVE-2026-64561",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64561"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: Check for invalid/obsolete root *after* making MMU pages available\n\nCheck for a \"stale\" page fault, i.e. for an invalid and/or obsolete root,\nafter making MMU pages available for the shadow MMU. If reclaiming shadow\npages zaps an in-use root, i.e. marks it invalid, then KVM will attempt to\nmap memory into an invalid root. On its own, populating an invalid root is\n\"fine\", but because child shadow pages inherit their parent\u0027s role, any\nchildren created during the map/fetch will be created as invalid pages,\nthus violating KVM\u0027s invariant that invalid pages are never on the list of\nactive MMU pages.\n\nNote, the underlying flaw has existed since KVM first started tracking\ninvalid roots in 2008 (commit 2e53d63acba7, \"KVM: MMU: ignore zapped root\npagetables\"), but the true badness only came along in 2020 (Linux 5.9)\nwith the invariant that invalid shadow pages can\u0027t be on the list of\nactive pages.\n\nNote #2, inheriting role.invalid when creating child shadow pages is also\nfar from ideal; that flaw will be addressed separately.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64561",
"url": "https://www.suse.com/security/cve/CVE-2026-64561"
},
{
"category": "external",
"summary": "SUSE Bug 1273231 for CVE-2026-64561",
"url": "https://bugzilla.suse.com/1273231"
},
{
"category": "external",
"summary": "SUSE Bug 1273232 for CVE-2026-64561",
"url": "https://bugzilla.suse.com/1273232"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64561"
},
{
"cve": "CVE-2026-64562",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64562"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: nVMX: Hide shadow VMCS right after VMCLEAR\n\nfree_nested() frees the shadow VMCS while vmcs01 still points to it. But\nbecause it is asynchronous with respect to loaded_vmcs_clear(), the vCPU\nmight migrate before the pointer is cleared and __loaded_vmcs_clear()\nmay then execute VMCLEAR.\n\nThe VMCS needs to stay attached until its explicit VMCLEAR completes, but\nthen it can be hidden and the page safely freed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64562",
"url": "https://www.suse.com/security/cve/CVE-2026-64562"
},
{
"category": "external",
"summary": "SUSE Bug 1273930 for CVE-2026-64562",
"url": "https://bugzilla.suse.com/1273930"
},
{
"category": "external",
"summary": "SUSE Bug 1273987 for CVE-2026-64562",
"url": "https://bugzilla.suse.com/1273987"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64562"
},
{
"cve": "CVE-2026-64563",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64563"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrhashtable: clear stale iter-\u003ep on table restart\n\nrhashtable_walk_start_check() has two restart paths when resuming a walk.\nWhen iter-\u003ewalker.tbl is valid, it re-validates iter-\u003ep against the table\nand sets iter-\u003ep = NULL if the object is gone. When iter-\u003ewalker.tbl is\nNULL (table was freed during resize), it resets slot and skip but forgets\nto clear iter-\u003ep.\n\nrhashtable_walk_next() then dereferences the stale iter-\u003ep, reading\nfreed memory. This is a use-after-free.\n\nAny caller that does multi-fragment rhashtable walks across\nwalk_stop/walk_start boundaries is affected. Concrete cases include\nnetlink_diag (__netlink_diag_dump in net/netlink/diag.c) and TIPC\n(tipc_nl_sk_walk in net/tipc/socket.c).\n\nCrash stack (netlink_diag):\n BUG: KASAN: slab-use-after-free in rhashtable_walk_next+0x365/0x3c0\n Read of size 8 at addr ffff88801a9d2438 (freed kmalloc-2k, offset 1080)\n Call Trace:\n rhashtable_walk_next+0x365/0x3c0 (lib/rhashtable.c:1016)\n __netlink_diag_dump+0x160/0x760 (net/netlink/diag.c:122)\n netlink_diag_dump+0xc2/0x240\n netlink_dump+0x5bc/0x1270\n netlink_recvmsg+0x7a3/0x980\n sock_recvmsg+0x1bc/0x200\n __sys_recvfrom+0x1d4/0x2c0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64563",
"url": "https://www.suse.com/security/cve/CVE-2026-64563"
},
{
"category": "external",
"summary": "SUSE Bug 1273995 for CVE-2026-64563",
"url": "https://bugzilla.suse.com/1273995"
},
{
"category": "external",
"summary": "SUSE Bug 1273996 for CVE-2026-64563",
"url": "https://bugzilla.suse.com/1273996"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64563"
},
{
"cve": "CVE-2026-64564",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64564"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: don\u0027t free the ASCONF\u0027s own transport in DEL-IP processing\n\nsctp_process_asconf() caches the transport the ASCONF chunk is processed\nagainst in asconf-\u003etransport (== chunk-\u003etransport, set once in sctp_rcv()).\nFor an ASCONF located through its Address Parameter by\n__sctp_rcv_asconf_lookup(), that cached transport corresponds to the\nAddress Parameter, which need not be the packet\u0027s source address.\n\nsctp_process_asconf_param() rejects a DEL-IP for the packet source address\n(ADDIP D8, SCTP_ERROR_DEL_SRC_IP), but nothing protects asconf-\u003etransport.\nA single ASCONF can therefore carry, in order:\n\n [Address Parameter L] [DEL-IP L] [DEL-IP 0.0.0.0]\n\nwhere L differs from the source. The DEL-IP for L passes the D8 check and\ncalls sctp_assoc_rm_peer() on the transport that asconf-\u003etransport still\npoints at, freeing it (RCU-deferred). The following wildcard DEL-IP then\nreuses the now-dangling asconf-\u003etransport in sctp_assoc_set_primary() and\nsctp_assoc_del_nonprimary_peers(): set_primary() dereferences the freed\ntransport (-\u003eipaddr, -\u003estate) and plants the dangling pointer into\nasoc-\u003epeer.primary_path / active_path, and del_nonprimary_peers(), keeping\nonly the pointer that is no longer on the list, removes every real\ntransport, leaving the association with a transport_count of 0 and\nprimary_path/active_path pointing at freed memory.\n\nReject a DEL-IP that targets the transport the ASCONF is being processed\nagainst, mirroring the existing source-address guard, so the wildcard\nbranch can never reuse a freed transport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64564",
"url": "https://www.suse.com/security/cve/CVE-2026-64564"
},
{
"category": "external",
"summary": "SUSE Bug 1274072 for CVE-2026-64564",
"url": "https://bugzilla.suse.com/1274072"
},
{
"category": "external",
"summary": "SUSE Bug 1274074 for CVE-2026-64564",
"url": "https://bugzilla.suse.com/1274074"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64564"
},
{
"cve": "CVE-2026-64566",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64566"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags()\n\nWhen iptfs_skb_add_frags() copies frag references from the source\nfrag walk into a new SKB, it increments the page reference count via\n__skb_frag_ref() but does not propagate SKBFL_SHARED_FRAG to the\ndestination SKB\u0027s skb_shinfo-\u003eflags.\n\nIf the source SKB carries shared frags (e.g. from a page-pool backed\nreceive path), the new inner SKB will appear to ESP as having privately\nowned frags. A subsequent esp_input() call for a nested transport-mode\nSA then takes the no-COW fast path and decrypts in place, writing over\npages that are still referenced by the outer IPTFS SKB. This causes\nkernel-visible memory corruption and can trigger a panic.\n\nAll other frag-transfer helpers in the kernel (skb_try_coalesce,\nskb_gro_receive, __pskb_copy_fclone, skb_shift, skb_segment) correctly\npropagate SKBFL_SHARED_FRAG; align iptfs_skb_add_frags() with this\nconvention by setting the flag inside the loop immediately after\n__skb_frag_ref() and nr_frags++, so every exit path that attaches a frag\nunconditionally propagates SKBFL_SHARED_FRAG.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64566",
"url": "https://www.suse.com/security/cve/CVE-2026-64566"
},
{
"category": "external",
"summary": "SUSE Bug 1274005 for CVE-2026-64566",
"url": "https://bugzilla.suse.com/1274005"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64566"
},
{
"cve": "CVE-2026-64567",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64567"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: reject free space cache with more entries than pages\n\nWhen loading a v1 free space cache, __load_free_space_cache() takes\nnum_entries and num_bitmaps straight from the on-disk\nbtrfs_free_space_header. That header is stored in the tree_root under a key\nwith type 0, which the tree-checker has no case for, so neither count is\nvalidated before the load trusts it.\n\nThe load loops num_entries times and maps the next page whenever the current\none runs out, going through io_ctl_check_crc() -\u003e io_ctl_map_page(), which\ndoes io_ctl-\u003epages[io_ctl-\u003eindex++]. But pages[] is allocated in\nio_ctl_init() from the cache inode\u0027s i_size, not from num_entries:\n\n\tnum_pages = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE);\n\tio_ctl-\u003epages = kcalloc(num_pages, sizeof(struct page *), GFP_NOFS);\n\nSo if num_entries claims more records than the pages can hold, io_ctl-\u003eindex\nruns off the end of pages[]. The write side never hits this because\nio_ctl_add_entry() and io_ctl_add_bitmap() both stop once\nio_ctl-\u003eindex \u003e= io_ctl-\u003enum_pages; the read side just never had the same\ncheck.\n\nTo trigger it, take a clean cache (num_entries = \u003cN\u003e here), set num_entries\nin the header to 0x10000, and fix up the leaf checksum so it still passes\nthe tree-checker. The cache inode has i_size = 65536, so num_pages is 16 and\npages[] is a 16-pointer (kmalloc-128) array. The load now tries to read\n65536 entries, io_ctl-\u003eindex walks up to 16, and pages[16] is read past the\narray:\n\n BUG: KASAN: slab-out-of-bounds in io_ctl_check_crc (fs/btrfs/free-space-cache.c:420 fs/btrfs/free-space-cache.c:565)\n Read of size 8 at addr ffff88800c833a80 by task kworker/u8:3/58\n io_ctl_check_crc (fs/btrfs/free-space-cache.c:420 fs/btrfs/free-space-cache.c:565)\n __load_free_space_cache (fs/btrfs/free-space-cache.c:655 fs/btrfs/free-space-cache.c:820)\n load_free_space_cache (fs/btrfs/free-space-cache.c:1017)\n caching_thread (fs/btrfs/block-group.c:880)\n btrfs_work_helper (fs/btrfs/async-thread.c:312)\n process_one_work\n worker_thread\n kthread\n ret_from_fork\n\nfree-space-cache.c:420 is io_ctl_map_page(), inlined into io_ctl_check_crc()\nat line 565, which is why that is the frame KASAN names. The out-of-bounds\nslot is then treated as a struct page and handed to crc32c(), so the bad\nread turns into a GP fault.\n\nAdd the missing check to io_ctl_check_crc(), which is where both the entry\nloop and the bitmap loop end up. When num_entries is too large the load now\nfails like any corrupt cache: __load_free_space_cache() drops it and rebuilds\nthe free space from the extent tree, so a valid cache is never rejected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64567",
"url": "https://www.suse.com/security/cve/CVE-2026-64567"
},
{
"category": "external",
"summary": "SUSE Bug 1274006 for CVE-2026-64567",
"url": "https://bugzilla.suse.com/1274006"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64567"
},
{
"cve": "CVE-2026-64568",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64568"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failure\n\nieee80211_set_unsol_bcast_probe_resp() calls kfree_rcu() on the old\ntemplate before allocating the replacement. If the kzalloc() then fails,\nit returns -ENOMEM while link-\u003eu.ap.unsol_bcast_probe_resp still points\nat the object already queued for freeing. A later update or AP teardown\nre-queues that same rcu_head; the second free is caught by KASAN when the\nRCU sheaf is processed in softirq:\n\n BUG: KASAN: double-free in rcu_free_sheaf (mm/slub.c:5850)\n Free of addr ffff88800d06f300 by task exploit/145\n ...\n __rcu_free_sheaf_prepare (mm/slub.c:2634 mm/slub.c:2940)\n rcu_free_sheaf (mm/slub.c:5850)\n rcu_core (kernel/rcu/tree.c:2617 kernel/rcu/tree.c:2869)\n handle_softirqs (kernel/softirq.c:622)\n The buggy address belongs to the cache kmalloc-128 of size 128\n\nQueue the old object for kfree_rcu() only after the new one is published,\nmatching ieee80211_set_probe_resp() and ieee80211_set_s1g_short_beacon().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64568",
"url": "https://www.suse.com/security/cve/CVE-2026-64568"
},
{
"category": "external",
"summary": "SUSE Bug 1274008 for CVE-2026-64568",
"url": "https://bugzilla.suse.com/1274008"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64568"
},
{
"cve": "CVE-2026-64569",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64569"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n\n\nOn CONFIG_INET=n builds, mpls_valid_fib_dump_req() walks the parsed\nattribute table itself instead of calling ip_valid_fib_dump_req(). The\nRTA_OIF arm passes tb[RTA_OIF] to nla_get_u32() without checking it is\npresent, so an RTM_GETROUTE dump for AF_MPLS with strict checking and no\nRTA_OIF hits a NULL dereference.\n\nRTM_GETROUTE is RTNL_KIND_GET, which rtnetlink_rcv_msg() permits without\nCAP_NET_ADMIN, so an unprivileged user can trigger it.\n\n Oops: general protection fault, probably for non-canonical address\n 0xdffffc0000000000: 0000 [#1] SMP KASAN NOPTI\n KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\n RIP: 0010:mpls_valid_fib_dump_req (net/mpls/af_mpls.c:2189)\n Call Trace:\n mpls_dump_routes (net/mpls/af_mpls.c:2236)\n netlink_dump (net/netlink/af_netlink.c:2331)\n __netlink_dump_start (net/netlink/af_netlink.c:2446)\n rtnetlink_rcv_msg (net/core/rtnetlink.c:7033)\n netlink_rcv_skb (net/netlink/af_netlink.c:2556)\n netlink_unicast (net/netlink/af_netlink.c:1345)\n netlink_sendmsg (net/netlink/af_netlink.c:1900)\n __sock_sendmsg (net/socket.c:790)\n ____sys_sendmsg (net/socket.c:2684)\n ___sys_sendmsg (net/socket.c:2738)\n __sys_sendmsg (net/socket.c:2770)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n\nSkip unset attributes, as ip_valid_fib_dump_req() does.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64569",
"url": "https://www.suse.com/security/cve/CVE-2026-64569"
},
{
"category": "external",
"summary": "SUSE Bug 1274009 for CVE-2026-64569",
"url": "https://bugzilla.suse.com/1274009"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64569"
},
{
"cve": "CVE-2026-64570",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64570"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211: fix fils_discovery double free on alloc failure\n\nieee80211_set_fils_discovery() calls kfree_rcu() on the old template\nbefore allocating the replacement. If the kzalloc() then fails, it\nreturns -ENOMEM while link-\u003eu.ap.fils_discovery still points at the\nobject already queued for freeing. A later update or AP teardown\n(ieee80211_stop_ap()) re-queues that same rcu_head; the second free is\ncaught by KASAN when the RCU sheaf is processed in softirq:\n\n BUG: KASAN: double-free in rcu_free_sheaf (mm/slub.c:5850)\n Free of addr ffff88800c065280 by task swapper/0/0\n ...\n __rcu_free_sheaf_prepare (mm/slub.c:2634 mm/slub.c:2940)\n rcu_free_sheaf (mm/slub.c:5850)\n rcu_core (kernel/rcu/tree.c:2617 kernel/rcu/tree.c:2869)\n handle_softirqs (kernel/softirq.c:622)\n The buggy address belongs to the cache kmalloc-96 of size 96\n\nQueue the old object for kfree_rcu() only after the new one is published,\nmatching ieee80211_set_probe_resp() and ieee80211_set_s1g_short_beacon().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64570",
"url": "https://www.suse.com/security/cve/CVE-2026-64570"
},
{
"category": "external",
"summary": "SUSE Bug 1274010 for CVE-2026-64570",
"url": "https://bugzilla.suse.com/1274010"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64570"
},
{
"cve": "CVE-2026-64571",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64571"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: p54: validate RX frame length in p54_rx_eeprom_readback()\n\np54_rx_eeprom_readback() copies the requested EEPROM slice out of a\ndevice-supplied readback frame without checking that the skb actually holds\nthat many bytes. Commit da1b9a55ff11 (\"wifi: p54: prevent buffer-overflow in\np54_rx_eeprom_readback()\") closed the destination overflow by copying a\nfixed priv-\u003eeeprom_slice_size (and rejecting a mismatched advertised len),\nbut the source side is still unbounded: nothing verifies the frame is long\nenough to supply that many bytes.\n\nA malicious USB device can send a short frame whose advertised len matches\npriv-\u003eeeprom_slice_size while the payload is truncated. The equality check\npasses and memcpy() reads past the end of the skb, leaking adjacent heap:\n\n BUG: KASAN: slab-out-of-bounds in p54_rx (drivers/net/wireless/intersil/p54/txrx.c:507)\n Read of size 1016 at addr ffff88800f077114 by task swapper/0/0\n Call Trace:\n \u003cIRQ\u003e\n ...\n __asan_memcpy (mm/kasan/shadow.c:105)\n p54_rx (drivers/net/wireless/intersil/p54/txrx.c:507)\n p54u_rx_cb (drivers/net/wireless/intersil/p54/p54usb.c:163)\n __usb_hcd_giveback_urb (drivers/usb/core/hcd.c:1657)\n dummy_timer (drivers/usb/gadget/udc/dummy_hcd.c:2005)\n ...\n \u003c/IRQ\u003e\n\n The buggy address belongs to the object at ffff88800f0770c0\n which belongs to the cache skbuff_small_head of size 704\n The buggy address is located 84 bytes inside of\n allocated 704-byte region [ffff88800f0770c0, ffff88800f077380)\n\nCheck that the slice fits in the skb before copying.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64571",
"url": "https://www.suse.com/security/cve/CVE-2026-64571"
},
{
"category": "external",
"summary": "SUSE Bug 1274012 for CVE-2026-64571",
"url": "https://bugzilla.suse.com/1274012"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64571"
},
{
"cve": "CVE-2026-64572",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64572"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv4: fib: free fib_alias with kfree_rcu() on insert error path\n\nfib_table_insert() publishes new_fa into the leaf\u0027s fa_list with\nfib_insert_alias() before calling the fib entry notifiers. When a\nnotifier fails, the error path removes new_fa with fib_remove_alias()\n(hlist_del_rcu) and frees it right away with kmem_cache_free().\n\nfib_table_lookup() walks that list under rcu_read_lock() only, so a\nconcurrent lookup that already reached new_fa keeps reading it after the\nfree:\n\n BUG: KASAN: slab-use-after-free in fib_table_lookup (net/ipv4/fib_trie.c:1601)\n Read of size 1 at addr ffff88810676d4eb by task exploit/297\n Call Trace:\n fib_table_lookup (net/ipv4/fib_trie.c:1601)\n ip_route_output_key_hash_rcu (net/ipv4/route.c:2814)\n ip_route_output_key_hash (net/ipv4/route.c:2705)\n __ip4_datagram_connect (net/ipv4/datagram.c:49)\n udp_connect (net/ipv4/udp.c:2144)\n __sys_connect (net/socket.c:2167)\n __x64_sys_connect (net/socket.c:2173)\n do_syscall_64\n entry_SYSCALL_64_after_hwframe\n which belongs to the cache ip_fib_alias of size 56\n\nTriggering the error path needs CAP_NET_ADMIN and a registered fib\nnotifier that can reject a route; a netdevsim device whose IPv4 FIB\nresource is exhausted is enough.\n\nFree new_fa with alias_free_mem_rcu(), as fib_table_delete() already\ndoes for a fib_alias removed from the trie.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64572",
"url": "https://www.suse.com/security/cve/CVE-2026-64572"
},
{
"category": "external",
"summary": "SUSE Bug 1274014 for CVE-2026-64572",
"url": "https://bugzilla.suse.com/1274014"
},
{
"category": "external",
"summary": "SUSE Bug 1274015 for CVE-2026-64572",
"url": "https://bugzilla.suse.com/1274015"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64572"
},
{
"cve": "CVE-2026-64573",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64573"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: qca: fix NVM tag length underflow in TLV parser\n\nIn the TLV_TYPE_NVM branch of qca_tlv_check_data() the tag loop bound is\n\"while (idx \u003c length - sizeof(struct tlv_type_nvm))\". \"length\" is a signed\nint from the firmware TLV header and sizeof(struct tlv_type_nvm) is a\nsize_t (12), so \"length\" is converted to size_t and any firmware-supplied\n\"length\" \u003c 12 makes the subtraction wrap to a huge value. The loop body\nthen reads a 12-byte struct tlv_type_nvm past the end of the short\nvmalloc\u0027d firmware buffer (and the EDL_TAG_ID_* handlers can write past it).\n\nRewrite the bound as \"idx + sizeof(struct tlv_type_nvm) \u003c= length\"; both\noperands are non-negative, so it no longer underflows and a \"length\" too\nsmall for one record correctly skips the loop.\n\n BUG: KASAN: vmalloc-out-of-bounds in qca_download_firmware.isra.0 (drivers/bluetooth/btqca.c:421)\n Read of size 2 at addr ffffc900000e5004 by task kworker/u9:0/52\n Workqueue: hci0 hci_power_on\n Call Trace:\n ...\n kasan_report (mm/kasan/report.c:595)\n qca_download_firmware.isra.0 (drivers/bluetooth/btqca.c:421 drivers/bluetooth/btqca.c:617)\n qca_uart_setup (drivers/bluetooth/btqca.c:948)\n qca_setup (drivers/bluetooth/hci_qca.c:2029)\n hci_uart_setup (drivers/bluetooth/hci_ldisc.c:438)\n hci_dev_open_sync (net/bluetooth/hci_sync.c:5227)\n hci_power_on (net/bluetooth/hci_core.c:920)\n process_one_work (kernel/workqueue.c:3322)\n worker_thread (kernel/workqueue.c:3486)\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)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64573",
"url": "https://www.suse.com/security/cve/CVE-2026-64573"
},
{
"category": "external",
"summary": "SUSE Bug 1274017 for CVE-2026-64573",
"url": "https://bugzilla.suse.com/1274017"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64573"
},
{
"cve": "CVE-2026-64574",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64574"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211: tear down new links on vif update error path\n\nWhen ieee80211_vif_update_links() adds new links it allocates a link\ncontainer for each and calls ieee80211_link_init() (which registers the\nper-link debugfs files with file-\u003eprivate_data pointing into the container)\nand ieee80211_link_setup(). If the subsequent drv_change_vif_links() fails,\nthe error path restores the old pointers and jumps to \u0027free\u0027, which frees\nthe new containers but never removes their debugfs entries or stops the\nlinks. The debugfs files survive with file-\u003eprivate_data dangling at the\nfreed container, so a later open()+read() (e.g. link-1/txpower)\ndereferences freed memory in ieee80211_if_read_link(), a use-after-free.\n\nThe removal path already dismantles links correctly via\nieee80211_tear_down_links(), which removes each link\u0027s keys and debugfs\nentries and calls ieee80211_link_stop(); the add path on the error branch\ndoes not. Commit be1ba9ed221f (\"wifi: mac80211: avoid weird state in error\npath\") hardened this same error path for the link-removal case\n(new_links == 0) but left the newly-added links\u0027 teardown unaddressed.\n\ndrv_change_vif_links() can fail at runtime on MLO drivers (internal\nallocation / queue / firmware command failures).\n\nRemove the new links\u0027 debugfs entries and stop them before freeing.\n\n BUG: KASAN: slab-use-after-free in ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127)\n Read of size 8 at addr ffff888011290000 by task exploit/145\n Call Trace:\n ...\n ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127)\n short_proxy_read (fs/debugfs/file.c:373)\n vfs_read (fs/read_write.c:572)\n ksys_read (fs/read_write.c:716)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n ...\n Oops: general protection fault, probably for non-canonical address 0xdffffc000000000a\n RIP: 0010:ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127)\n Kernel panic - not syncing: Fatal exception",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64574",
"url": "https://www.suse.com/security/cve/CVE-2026-64574"
},
{
"category": "external",
"summary": "SUSE Bug 1274020 for CVE-2026-64574",
"url": "https://bugzilla.suse.com/1274020"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64574"
},
{
"cve": "CVE-2026-64575",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64575"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: tcp: fix double sock release on batch realloc\n\nbpf_iter_tcp_batch() releases the current batch via\nbpf_iter_tcp_put_batch(), which drops the socket refs and rewrites\neach slot with the socket cookie, then grows the batch. cur_sk/end_sk\nare kept for bpf_iter_tcp_resume(), but on realloc failure the function\nreturns ERR_PTR() before resume runs, leaving cur_sk \u003c end_sk over\nslots that now hold cookies rather than sock pointers.\nbpf_iter_tcp_seq_stop() then calls bpf_iter_tcp_put_batch() again and\ndereferences a cookie as a struct sock.\n\nEmpty the batch on the failure path so stop() does not release it\nagain. The sockets were already freed by the first\nbpf_iter_tcp_put_batch(), so nothing leaks, and a later read() rescans\nthe bucket from the start instead of skipping it. The sibling\nGFP_NOWAIT failure path still holds real socket references and is left\nfor stop() to release.\n\n BUG: KASAN: null-ptr-deref in __sock_gen_cookie\n Read of size 8 at addr 0000000000000059 by task exploit\n ...\n __sock_gen_cookie (net/core/sock_diag.c:28)\n bpf_iter_tcp_put_batch (net/ipv4/tcp_ipv4.c:2918)\n bpf_iter_tcp_seq_stop (net/ipv4/tcp_ipv4.c:3270)\n bpf_seq_read (kernel/bpf/bpf_iter.c:205)\n vfs_read (fs/read_write.c:572)\n ksys_read (fs/read_write.c:716)\n do_syscall_64\n entry_SYSCALL_64_after_hwframe\n Kernel panic - not syncing: Fatal exception",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64575",
"url": "https://www.suse.com/security/cve/CVE-2026-64575"
},
{
"category": "external",
"summary": "SUSE Bug 1274024 for CVE-2026-64575",
"url": "https://bugzilla.suse.com/1274024"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64575"
},
{
"cve": "CVE-2026-64576",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64576"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnexthop: initialize extack in nh_res_bucket_migrate()\n\nnh_res_bucket_migrate() passes an uninitialized netlink_ext_ack to\ncall_nexthop_res_bucket_notifiers(). When\nnh_notifier_res_bucket_info_init() fails (e.g. the kzalloc returns\n-ENOMEM), the error is propagated back before any notifier sets\nextack._msg, and the error path formats the stale pointer with\npr_err_ratelimited(\"%s\\n\", extack._msg). With CONFIG_INIT_STACK_NONE\nthis dereferences uninitialized stack memory:\n\n Oops: general protection fault, probably for non-canonical address ...\n KASAN: maybe wild-memory-access in range [...]\n RIP: 0010:string (lib/vsprintf.c:730)\n vsnprintf (lib/vsprintf.c:2945)\n _printk (kernel/printk/printk.c:2504)\n nh_res_bucket_migrate (net/ipv4/nexthop.c:1816)\n nh_res_table_upkeep (net/ipv4/nexthop.c:1866)\n rtm_new_nexthop (net/ipv4/nexthop.c:3323)\n rtnetlink_rcv_msg (net/core/rtnetlink.c:7076)\n netlink_sendmsg (net/netlink/af_netlink.c:1900)\n Kernel panic - not syncing: Fatal exception\n\nZero-initialize extack so _msg is NULL on error paths that never set it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64576",
"url": "https://www.suse.com/security/cve/CVE-2026-64576"
},
{
"category": "external",
"summary": "SUSE Bug 1274030 for CVE-2026-64576",
"url": "https://bugzilla.suse.com/1274030"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64576"
},
{
"cve": "CVE-2026-64577",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64577"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngtp: check skb_pull_data() return in gtp1u_send_echo_resp()\n\ngtp1u_send_echo_resp() ignores skb_pull_data()\u0027s return value. Its\ncaller gtp1u_udp_encap_recv() only guarantees 16 bytes (udphdr +\ngtp1_header), but the pull requests 20 (gtp1_header_long + udphdr). For\na 16-19 byte echo request the pull fails and returns NULL without\nadvancing skb-\u003edata; execution continues, and the following skb_push()\nplus the IP header pushed by iptunnel_xmit() move skb-\u003edata below\nskb-\u003ehead, tripping skb_under_panic().\n\nFix it by dropping the packet when skb_pull_data() fails.\n\n skbuff: skb_under_panic: ...\n kernel BUG at net/core/skbuff.c:214!\n Call Trace:\n skb_push (net/core/skbuff.c:2648)\n iptunnel_xmit (net/ipv4/ip_tunnel_core.c:82)\n gtp_encap_recv (drivers/net/gtp.c:701 drivers/net/gtp.c:808 drivers/net/gtp.c:920)\n udp_queue_rcv_one_skb (net/ipv4/udp.c:2388)\n ...\n Kernel panic - not syncing: Fatal exception in interrupt",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64577",
"url": "https://www.suse.com/security/cve/CVE-2026-64577"
},
{
"category": "external",
"summary": "SUSE Bug 1274031 for CVE-2026-64577",
"url": "https://bugzilla.suse.com/1274031"
},
{
"category": "external",
"summary": "SUSE Bug 1274032 for CVE-2026-64577",
"url": "https://bugzilla.suse.com/1274032"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64577"
},
{
"cve": "CVE-2026-64578",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64578"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: validate compound request size before reading StructureSize2\n\nWhen ksmbd validates a compound (chained) SMB2 request,\nksmbd_smb2_check_message() reads pdu-\u003eStructureSize2 without first\nchecking that the compound element is large enough to contain it.\nStructureSize2 is a 2-byte field at offset 64\n(__SMB2_HEADER_STRUCTURE_SIZE) from the start of each element.\n\nThe compound-walking logic only guarantees that a full 64-byte SMB2\nheader is present for the trailing element: when NextCommand is 0, len is\nreduced to the number of bytes remaining after next_smb2_rcv_hdr_off. A\nremote client can craft a compound request whose last element has exactly\n64 bytes, so the 2-byte StructureSize2 read at offset 64 extends one byte\npast the receive buffer, producing a slab-out-of-bounds read.\n\n BUG: KASAN: slab-out-of-bounds in ksmbd_smb2_check_message (fs/smb/server/smb2misc.c:402)\n Read of size 2 at addr ffff888012ae31ac by task kworker/0:1/14\n The buggy address is located 172 bytes inside of allocated 173-byte region\n Workqueue: ksmbd-io handle_ksmbd_work\n Call Trace:\n ...\n kasan_report (mm/kasan/report.c:595)\n ksmbd_smb2_check_message (fs/smb/server/smb2misc.c:402)\n handle_ksmbd_work (fs/smb/server/server.c:119)\n process_one_work (kernel/workqueue.c:3314)\n worker_thread (kernel/workqueue.c:3397)\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\nReject any compound element that is too small to hold StructureSize2\nbefore dereferencing it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64578",
"url": "https://www.suse.com/security/cve/CVE-2026-64578"
},
{
"category": "external",
"summary": "SUSE Bug 1274034 for CVE-2026-64578",
"url": "https://bugzilla.suse.com/1274034"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64578"
},
{
"cve": "CVE-2026-64579",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64579"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert\n\nxfrm_hash_rebuild()\u0027s first loop preallocates the bins/chains the reinsert\nloop needs, so the reinsert (after hlist_del_rcu()) cannot allocate or\nfail. But its guard is inverted: it skips policies with prefixlen \u003c\nthreshold and preallocates for the rest.\n\nprefixlen \u003c threshold is exactly when policy_hash_bysel() returns NULL and\nthe reinsert takes the allocating xfrm_policy_inexact_insert() path. So the\nloop preallocates for the exact policies (which never allocate) and skips\nthe inexact ones, whose bin/node is then allocated GFP_ATOMIC during\nreinsert. On failure the error path only WARN_ONCE()s and continues,\nleaving a poisoned bydst node; the next rebuild\u0027s hlist_del_rcu()\ndereferences LIST_POISON2 and takes a GPF. Reachable under memory pressure,\ndeterministic via failslab.\n\nInvert the guard so preallocation covers exactly the reinserted policies;\nthe reinsert then allocates nothing and cannot fail.\n\nCrash:\n Oops: general protection fault, probably for non-canonical address\n 0xfbd59c0000000024: 0000 [#1] SMP KASAN NOPTI\n KASAN: maybe wild-memory-access in range [0xdead...]\n ...\n Workqueue: events xfrm_hash_rebuild\n RIP: 0010:xfrm_hash_rebuild+0x5b3/0x1190\n RAX: dead000000000122 (LIST_POISON2 + offset)\n ...\n Call Trace:\n hlist_del_rcu (include/linux/rculist.h:599)\n xfrm_hash_rebuild (net/xfrm/xfrm_policy.c:1365)\n process_one_work (kernel/workqueue.c:3322)\n worker_thread (kernel/workqueue.c:3486)\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 Kernel panic - not syncing: Fatal exception in interrupt",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64579",
"url": "https://www.suse.com/security/cve/CVE-2026-64579"
},
{
"category": "external",
"summary": "SUSE Bug 1274036 for CVE-2026-64579",
"url": "https://bugzilla.suse.com/1274036"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64579"
},
{
"cve": "CVE-2026-64580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64580"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst()\n\nOn the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst()\nreleases the device reference with netdev_put() but leaves\nxdst-\u003eu.dst.dev set. dst_destroy() later calls netdev_put(dst-\u003edev)\nagain, so the same net_device reference is released twice, underflowing\nits refcount (ref_tracker WARNING + \"unregister_netdevice: waiting for\n\u003cdev\u003e to become free\").\n\nClear xdst-\u003eu.dst.dev after the netdev_put(), the same way the XFRM\ndevice-offload paths xfrm_dev_state_add() and xfrm_dev_policy_add() in\nnet/xfrm/xfrm_device.c NULL -\u003edev when releasing the reference on error.\n\n ref_tracker: reference already released.\n ref_tracker: allocated in:\n xfrm6_fill_dst (net/ipv6/xfrm6_policy.c:86)\n ...\n udpv6_sendmsg (net/ipv6/udp.c:1696)\n ...\n ref_tracker: freed in:\n xfrm6_fill_dst (net/ipv6/xfrm6_policy.c:90)\n ...\n WARNING: lib/ref_tracker.c:322 at ref_tracker_free+0x58b/0x780\n dst_destroy (net/core/dst.c:115)\n rcu_core\n handle_softirqs\n ...",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64580",
"url": "https://www.suse.com/security/cve/CVE-2026-64580"
},
{
"category": "external",
"summary": "SUSE Bug 1274037 for CVE-2026-64580",
"url": "https://bugzilla.suse.com/1274037"
},
{
"category": "external",
"summary": "SUSE Bug 1274038 for CVE-2026-64580",
"url": "https://bugzilla.suse.com/1274038"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64580"
},
{
"cve": "CVE-2026-64581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64581"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: fix sk_dst_cache double-free in xfrm_user_policy()\n\nxfrm_user_policy() clears the socket dst cache with __sk_dst_reset(),\ni.e. the non-atomic __sk_dst_set(sk, NULL): it reads sk_dst_cache with\nrcu_dereference_protected(), stores NULL and dst_release()s the old dst.\nThat is only safe if no other thread modifies sk_dst_cache concurrently.\n\nFor a connected UDP socket that does not hold: the transmit fast path\n(udp_sendmsg -\u003e sk_dst_check -\u003e sk_dst_reset) resets the cache locklessly\nwith an atomic xchg(). A per-socket policy change racing a send can make\nboth sides observe the same old dst and each dst_release() it, dropping\nthe socket\u0027s single reference twice and freeing the xfrm_dst bundle while\nit is still referenced:\n\n BUG: KASAN: slab-use-after-free in dst_release\n Write of size 4 at addr ffff88801897b6c0 by task exploit/155\n Call Trace:\n ...\n dst_release (... ./include/linux/rcuref.h:109)\n xfrm_user_policy (./include/net/sock.h:2239 ./include/net/sock.h:2256 net/xfrm/xfrm_state.c:3053)\n do_ip_setsockopt (net/ipv4/ip_sockglue.c:1347)\n ip_setsockopt (net/ipv4/ip_sockglue.c:1417)\n do_sock_setsockopt (net/socket.c:2368)\n __sys_setsockopt (net/socket.c:2393)\n __x64_sys_setsockopt (net/socket.c:2396)\n do_syscall_64 (arch/x86/entry/syscall_64.c:94)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121)\n\nReachable by an unprivileged user via a user+network namespace.\n\nUse the atomic sk_dst_reset() so the cache is cleared and released with a\nsingle xchg(): whichever side wins releases the dst once, the other sees\nNULL and does nothing. Behaviour is otherwise unchanged.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64581",
"url": "https://www.suse.com/security/cve/CVE-2026-64581"
},
{
"category": "external",
"summary": "SUSE Bug 1274041 for CVE-2026-64581",
"url": "https://bugzilla.suse.com/1274041"
},
{
"category": "external",
"summary": "SUSE Bug 1274042 for CVE-2026-64581",
"url": "https://bugzilla.suse.com/1274042"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64581"
},
{
"cve": "CVE-2026-64582",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64582"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/rxe: Fix a use-after-free problem in rxe_mmap\n\nrxe_mmap() removes a rxe_mmap_info struct from the pending_mmaps list\nand releases pending_lock while the struct\u0027s kref is still at 1:\n\n list_del_init(\u0026ip-\u003epending_mmaps);\n spin_unlock_bh(\u0026rxe-\u003epending_lock); /* ref == 1, no lock held */\n ret = remap_vmalloc_range(vma, ip-\u003eobj, 0); /* walks PTEs */\n [...]\n rxe_vma_open(vma); /* kref_get, ref -\u003e 2 */\n remap_vmalloc_range_partial() walks PTEs without any lock.\n\nA concurrent DESTROY_CQ ioctl on another CPU calls:\n\n kref_put(\u0026q-\u003eip-\u003eref, rxe_mmap_release) /* ref 1-\u003e0 */\n vfree(ip-\u003eobj) /* clears vmalloc PTEs mid-walk */\n kfree(ip) /* frees rxe_mmap_info */\n\nThis yields:\n\n 1. Kernel crash, vmalloc_to_page() returns NULL when vfree wins the\n per-PTE race -\u003e vm_insert_page(NULL) -\u003e GPF in validate_page_before_insert\n\n 2. Page UAF, vmalloc_to_page() reads a stale PTE before vfree clears\n it. User VMA holds a PTE to a free\u0027d page which might eventually get\n reallocated later by vmalloc which allows the attacker to get a clean\n page-level UAF.\n\n It is worth noting that even though a page-level UAF is possible given\n the strong primitive, it is statistically very difficult to achieve\n given the very short time window (after the last insert_page and before\n the kref_get).\n\nThe call trace are as below:\n\n Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] SMP KASAN NOPTI\n KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]\n CPU: 0 UID: 1000 PID: 413 Comm: poc Not tainted 7.0.0-rc5-dirty #28 PREEMPT(lazy)\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014\n RIP: 0010:validate_page_before_insert+0x32/0x300\n Code: e5 41 57 41 56 49 89 fe 41 55 41 54 53 48 89 f3 e8 93 b5 a3 ff 48 8d 7b 08 48 b8 00 00 00 00 00 fc ff df 48 89 fa 48 c1 ea 03 \u003c80\u003e 3c 02 00 0f 85 7b 02 00 00 4c 8b 63 08 31 ff 4d 89 e5 41 83 e5\n RSP: 0018:ffff88811b15f2f0 EFLAGS: 00000202\n RAX: dffffc0000000000 RBX: 0000000000000000 RCX: 0000000000000000\n RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000008\n RBP: ffff88811b15f318 R08: 0000000000000000 R09: 0000000000000000\n R10: 0000000000000000 R11: 0000000000000000 R12: ffff8881181eee00\n R13: 0000000000000000 R14: ffff8881181eee00 R15: ffff8881181eee20\n FS: 00007b1e000f76c0(0000) GS:ffff8884268e0000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007b1e00a24ac0 CR3: 0000000116eb3000 CR4: 00000000000006f0\n Call Trace:\n \u003cTASK\u003e\n insert_page+0x8f/0x190\n ? __pfx_insert_page+0x10/0x10\n ? kasan_save_alloc_info+0x38/0x60\n vm_insert_page+0x2e7/0x400\n remap_vmalloc_range_partial+0x212/0x3e0\n remap_vmalloc_range+0x6e/0xb0\n ? __kasan_check_write+0x14/0x30\n rxe_mmap+0x2e9/0x5d0\n ib_uverbs_mmap+0x1ad/0x2c0\n __mmap_region+0x12c2/0x2ad0\n ? __pfx___mmap_region+0x10/0x10\n ? __sanitizer_cov_trace_switch+0x58/0xb0\n ? mas_prev_slot+0x360/0x39c0\n ? __sanitizer_cov_trace_switch+0x58/0xb0\n ? mas_next_slot+0x1e5b/0x2f40\n ? __sanitizer_cov_trace_cmp8+0x18/0x30\n ? unmapped_area_topdown+0x4dd/0x610\n ? kfree+0x1b1/0x440\n ? free_cpumask_var+0x16/0x30\n ? __kasan_slab_free+0x7d/0xa0\n ? __sanitizer_cov_trace_cmp8+0x18/0x30\n mmap_region+0x2e6/0x3c0\n do_mmap+0xa3e/0x12a0\n ? __pfx_do_mmap+0x10/0x10\n ? __kasan_check_write+0x14/0x30\n ? down_write_killable+0xba/0x160\n ? __pfx_down_write_killable+0x10/0x10\n ? __sanitizer_cov_trace_cmp4+0x16/0x30\n vm_mmap_pgoff+0x2d4/0x4a0\n ? __pfx_vm_mmap_pgoff+0x10/0x10\n ? fget+0x1bf/0x270\n ksys_mmap_pgoff+0x40c/0x690\n ? __sanitizer_cov_trace_const_cmp4+0x16/0x30\n ? __pfx_ksys_mmap_pgoff+0x10/0x10\n ? __kasan_check_write+0x14/0x30\n ? _raw_spin_trylock+0xbb/0x130\n ? __pfx__raw_spin_trylock+0x10/0x10\n __x64_sys_mmap+0x135/0x1e0\n x64_sys_c\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64582",
"url": "https://www.suse.com/security/cve/CVE-2026-64582"
},
{
"category": "external",
"summary": "SUSE Bug 1274040 for CVE-2026-64582",
"url": "https://bugzilla.suse.com/1274040"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64582"
},
{
"cve": "CVE-2026-64583",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64583"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown\n\nThe Broadcom BDC UDC driver registers its IRQ handler with\ndevm_request_irq() in bdc_udc_init(), so the IRQ is released by devm\nonly after bdc_remove() returns. devm releases resources in reverse\nLIFO order, but bdc_remove() runs bdc_udc_exit() and bdc_hw_exit() -\u003e\nbdc_mem_free() manually before returning: bdc_udc_exit() tears down\nindividual endpoint objects via bdc_free_ep(), while bdc_hw_exit() -\u003e\nbdc_mem_free() frees and NULLs the DMA-coherent status-report ring\n(bdc-\u003esrr.sr_bds) and kfree()s bdc-\u003ebdc_ep_array. Both happen while\nthe IRQ handler (bdc_udc_interrupt, requested with IRQF_SHARED)\nremains deliverable in the window up to the post-remove devm\nfree_irq().\n\nOn receipt of a shared interrupt in that window, bdc_udc_interrupt()\ndereferences bdc-\u003esrr.sr_bds[bdc-\u003esrr.dqp_index] (NULL or freed DMA)\nand dispatches sr_handler callbacks that index into bdc_ep_array,\ncausing a NULL-deref or use-after-free.\n\nThe same window affects the delayed_work bdc-\u003efunc_wake_notify, which is\narmed from the IRQ handler via bdc_sr_uspc() -\u003e handle_link_state_change()\n-\u003e schedule_delayed_work() and may self-rearm from its own callback\nbdc_func_wake_timer(). No cancel exists anywhere in the driver, so a\nqueued work item that fires after bdc_remove() returns and the bdc\nstructure is devm-freed dereferences freed memory.\n\nReplace devm_request_irq() with request_irq() and add an explicit\nfree_irq(bdc-\u003eirq, bdc) in bdc_remove(). Clear BDC_GIE before\nfree_irq() to stop the device from asserting interrupts, then\nfree_irq() drains any in-flight handler, then cancel_delayed_work_sync()\ndrains the func_wake_notify delayed work. This ordering ensures the\nIRQ handler and delayed work cannot interfere with the subsequent\nendpoint and DMA teardown in bdc_udc_exit() and bdc_hw_exit(). Wire the\nmatching free_irq() into the bdc_udc_init() error path so the IRQ is\nreleased on probe failure, and route the bdc_init_ep() failure through\nerr0 instead of returning directly.\n\nThis issue was found by an in-house static analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64583",
"url": "https://www.suse.com/security/cve/CVE-2026-64583"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64583"
},
{
"cve": "CVE-2026-64584",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64584"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_midi: cancel pending IN work before freeing the midi object\n\nThe f_midi driver embeds a work item (midi-\u003ework) whose handler,\nf_midi_in_work(), dereferences the enclosing struct f_midi through\ncontainer_of(). This work is armed from two sites: f_midi_complete(),\non a normal IN-endpoint completion, and f_midi_in_trigger(), on an ALSA\nrawmidi output-stream start.\n\nNeither f_midi_disable() nor f_midi_unbind() cancels midi-\u003ework.\nf_midi_disable() only disables the endpoints and drains the in_req_fifo;\nit does not synchronize the work item, and the sound card is released\nasynchronously to the final free of the midi object.\n\nThe midi object is reference-counted (midi-\u003efree_ref) and is freed in\nf_midi_free() only once both the usb_function reference and the rawmidi\nprivate_data reference have been dropped. In f_midi_unbind(),\nf_midi_disable() runs before the sound card is released, so while the\nUSB endpoints are already disabled the rawmidi device is still usable by\nan open substream. A concurrent userspace write on such a substream can\nreach f_midi_in_trigger() and queue midi-\u003ework again after\nf_midi_disable() has returned. A work item armed this way may still be\npending when the last reference drops and f_midi_free() proceeds to\nkfree(midi), letting f_midi_in_work() dereference the struct after it\nhas been freed, a use-after-free.\n\nFor this reason cancelling midi-\u003ework in f_midi_disable() would not be\nsufficient: the ALSA trigger path can rearm the work after disable()\nreturns. Cancelling at the refcount-zero free site is the boundary\nafter which neither arming source can survive, because by then both\nreferences that keep the midi object alive have been dropped: the USB\nendpoints are already disabled and the rawmidi device has been released.\n\nFix this by calling cancel_work_sync(\u0026midi-\u003ework) in the refcount-zero\nblock of f_midi_free(), before the embedded work_struct is freed along\nwith the rest of the structure. opts-\u003elock is a sleeping mutex, so\ncalling cancel_work_sync() under it is permitted, and the handler takes\nmidi-\u003etransmit_lock rather than opts-\u003elock, so no self-deadlock can\noccur while it waits for a running instance of the work to finish.\n\nThis issue was found by an in-house static analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64584",
"url": "https://www.suse.com/security/cve/CVE-2026-64584"
},
{
"category": "external",
"summary": "SUSE Bug 1274296 for CVE-2026-64584",
"url": "https://bugzilla.suse.com/1274296"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64584"
},
{
"cve": "CVE-2026-64585",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64585"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: esd_usb: kill anchored URBs before freeing netdevs\n\nesd_usb_disconnect() frees each CAN netdev with free_candev() inside\nits per-netdev loop and only calls unlink_all_urbs(dev) afterwards.\nThe per-netdev private data (struct esd_usb_net_priv) is embedded in\nthe net_device allocation returned by alloc_candev(), so once\nfree_candev() has run, dev-\u003enets[i] points to freed memory.\nunlink_all_urbs() then dereferences the freed dev-\u003enets[i] to kill the\nper-netdev TX anchor (usb_kill_anchored_urbs(\u0026priv-\u003etx_submitted)),\nclear active_tx_jobs, and reset priv-\u003etx_contexts[].\n\nReorder the teardown so the anchored URBs are killed before the netdevs\nare freed, matching other CAN/USB drivers in the same directory such as\nems_usb, usb_8dev and mcba_usb, which unregister, then unlink, then\nfree: unregister the netdevs first (which stops their TX queues), call\nunlink_all_urbs(dev) once, then free the netdevs.\n\nThis issue was found by an in-house static analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64585",
"url": "https://www.suse.com/security/cve/CVE-2026-64585"
},
{
"category": "external",
"summary": "SUSE Bug 1274491 for CVE-2026-64585",
"url": "https://bugzilla.suse.com/1274491"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64585"
},
{
"cve": "CVE-2026-64586",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64586"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: brcmfmac: drain bus_reset work on device removal\n\nbrcmf_fw_crashed() and the debugfs \"reset\" entry both schedule\ndrvr-\u003ebus_reset, whose callback recovers drvr through container_of()\nand dereferences it. The removal path frees drvr (brcmf_free -\u003e\nwiphy_free) without draining the work, so a bus_reset callback pending\nor running during removal can outlive drvr.\n\nCancellation cannot live in brcmf_detach() or brcmf_free(): the work\ncallback reaches teardown through the bus .reset op (PCIe\nbrcmf_pcie_reset -\u003e brcmf_detach; SDIO brcmf_sdio_bus_reset -\u003e\nbrcmf_sdiod_remove -\u003e brcmf_free), so cancelling there would wait for\nthe running work and deadlock.\n\nAdd a per-bus mutex (bus_reset_lock) and route all arming through\nbrcmf_bus_schedule_reset(), which under the lock skips when the bus is\nmarked removing. Each bus remove entry calls\nbrcmf_bus_cancel_reset_work(), which under the same lock sets removing\nand cancels the work. Holding the mutex across cancel_work_sync() makes\nthe set-removing + drain step atomic. Every producer reaches the arming\npath from process context -- the PCIe firmware-halt notification runs in\nthe threaded IRQ handler (brcmf_pcie_isr_thread) and the SDIO hostmail\npath runs from the data workqueue -- so the mutex is taken only in\nsleepable contexts. Where applicable the remove entry first stops the\nfirmware-crash producer: on PCIe mask the mailbox and synchronize_irq;\non SDIO unregister the bus interrupt and cancel the data worker, which\nalso reports firmware halts through brcmf_fw_crashed(). The mutex is\ninitialized at bus allocation. The SDIO suspend power-off path frees\ndrvr through the same brcmf_sdiod_remove() and takes the same lock;\nresume re-allows the work only on a successful re-probe.\n\nAlso guard brcmf_fw_crashed() against a NULL bus_if/drvr: it can fire\nbefore brcmf_attach() wires up drvr, and it dereferences drvr\n(bphy_err/brcmf_dev_coredump) before reaching the arming gate.\n\nThe bus_reset work is shared across buses, so the drain is applied to\nevery remove path: PCIe (the .reset op introduced by the Fixes commit),\nSDIO (arms the same work through brcmf_fw_crashed()), and USB (via the\ndebugfs \"reset\" entry). cancel_work_sync() drains a running or pending\nbus_reset work item before removal frees drvr, and patch 1/2 makes the\nscratch-buffer release safe when reset teardown has already released\nthose DMA buffers.\n\nThis patch fixes the lifetime of the bus_reset work item itself. It does\nnot attempt to address the separate, pre-existing lifetime of the\nasynchronous firmware completion started by the PCIe reset path. That\ncallback needs its own lifetime/ownership protocol and is being tracked\nseparately.\n\nThis issue was found by an in-house static analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64586",
"url": "https://www.suse.com/security/cve/CVE-2026-64586"
},
{
"category": "external",
"summary": "SUSE Bug 1274492 for CVE-2026-64586",
"url": "https://bugzilla.suse.com/1274492"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64586"
},
{
"cve": "CVE-2026-64588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64588"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse-uring: fix data races on ring-\u003eready\n\nOn weakly-ordered architectures, the store to fiq-\u003eops can be\nreordered past the store to ring-\u003eready, allowing a CPU that sees\nring-\u003eready == true via fuse_uring_ready() to dispatch requests\nthrough a stale fiq-\u003eops pointer. Upgrade the store to\nsmp_store_release() and the load in fuse_uring_ready() to\nsmp_load_acquire() so that the preceding WRITE_ONCE(fiq-\u003eops, ...)\nis visible to any CPU that observes ring-\u003eready == true.\n\nAdditionally, fuse_uring_do_register() publishes ring-\u003eready with\nWRITE_ONCE() but the fast-path check reads it with a plain load.\nThis is a marked-vs-unmarked access that KCSAN will flag. Wrap it in\nREAD_ONCE() to mark it without adding unnecessary ordering.\n\nAlso wrap the fc-\u003ering load in fuse_uring_ready() in READ_ONCE() to\nprevent the compiler from reloading it between the NULL check and the\ndereference.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64588",
"url": "https://www.suse.com/security/cve/CVE-2026-64588"
},
{
"category": "external",
"summary": "SUSE Bug 1274224 for CVE-2026-64588",
"url": "https://bugzilla.suse.com/1274224"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64588"
},
{
"cve": "CVE-2026-64589",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64589"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: core: fix NULL-deref on adapter registration failure\n\nIf adapter registration ever fails the release callback would trigger a\nNULL-pointer dereference as the completion struct has not been\ninitialised.\n\nNote that before the offending commit this would instead have resulted\nin a minor memory leak of the adapter name.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64589",
"url": "https://www.suse.com/security/cve/CVE-2026-64589"
},
{
"category": "external",
"summary": "SUSE Bug 1274494 for CVE-2026-64589",
"url": "https://bugzilla.suse.com/1274494"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64589"
},
{
"cve": "CVE-2026-64590",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64590"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning\n\nWhen CONFIG_DMA_API_DEBUG_SG is enabled, importing a udmabuf into a DRM\ndriver (e.g. amdgpu for video playback in GNOME Videos / Showtime)\ntriggers a spurious warning:\n\n DMA-API: amdgpu 0000:03:00.0: cacheline tracking EEXIST, \\\n overlapping mappings aren\u0027t supported\n WARNING: kernel/dma/debug.c:619 at add_dma_entry+0x473/0x5f0\n\nThe call chain is:\n\n amdgpu_cs_ioctl\n -\u003e amdgpu_ttm_backend_bind\n -\u003e dma_buf_map_attachment\n -\u003e [udmabuf] map_udmabuf -\u003e get_sg_table\n -\u003e dma_map_sgtable(dev, sg, direction, 0) // attrs=0\n -\u003e debug_dma_map_sg -\u003e add_dma_entry -\u003e EEXIST\n\nThis happens because udmabuf builds a per-page scatter-gather list via\nsg_set_folio(). When begin_cpu_udmabuf() has already created an sg\ntable mapped for the misc device, and an importer such as amdgpu maps\nthe same pages for its own device via map_udmabuf(), the DMA debug\ninfrastructure sees two active mappings whose physical addresses share\ncacheline boundaries and warns about the overlap.\n\nThe DMA_ATTR_SKIP_CPU_SYNC flag suppresses this check in\nadd_dma_entry() because it signals that no CPU cache maintenance is\nperformed at map/unmap time, making the cacheline overlap harmless.\n\nAll other major dma-buf exporters already pass this flag:\n - drm_gem_map_dma_buf() passes DMA_ATTR_SKIP_CPU_SYNC\n - amdgpu_dma_buf_map() passes DMA_ATTR_SKIP_CPU_SYNC\n\nThe CPU sync at map/unmap time is also redundant for udmabuf:\nbegin_cpu_udmabuf() and end_cpu_udmabuf() already perform explicit\ncache synchronization via dma_sync_sgtable_for_cpu/device() when CPU\naccess is requested through the dma-buf interface.\n\nPass DMA_ATTR_SKIP_CPU_SYNC to dma_map_sgtable() and\ndma_unmap_sgtable() in udmabuf to suppress the spurious warning and\nskip the redundant sync.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64590",
"url": "https://www.suse.com/security/cve/CVE-2026-64590"
},
{
"category": "external",
"summary": "SUSE Bug 1274495 for CVE-2026-64590",
"url": "https://bugzilla.suse.com/1274495"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64590"
},
{
"cve": "CVE-2026-64591",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64591"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/vt-d: Avoid WARNING in sva unbind path\n\nThe Intel IOMMU driver allows SVA on devices even if they do not support\nPCI/PRI. Commit 39c20c4e83b9 (\"iommu/vt-d: Only handle IOPF for SVA when\nPRI is supported\") modified the SVA bind path to allow this configuration\nby skipping IOPF enablement when PRI is missing. However, it failed to\nupdate the unbind path.\n\nThis creates an imbalance: the unbind path attempts to disable IOPF for\na device that never had it enabled, triggering a WARNING in\nintel_iommu_disable_iopf():\n\n WARNING: drivers/iommu/intel/iommu.c:3475 at intel_iommu_disable_iopf+0x4f/0x90d\n Call Trace:\n \u003cTASK\u003e\n blocking_domain_set_dev_pasid+0x50/0x70\n iommu_detach_device_pasid+0x89/0xc0\n iommu_sva_unbind_device+0x73/0x150\n xe_vm_close_and_put+0x4d2/0x1200 [xe]\n\nFix this by bypassing IOPF operations for SVA domains on non-PRI hardware\nin both the bind and unbind paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64591",
"url": "https://www.suse.com/security/cve/CVE-2026-64591"
},
{
"category": "external",
"summary": "SUSE Bug 1274320 for CVE-2026-64591",
"url": "https://bugzilla.suse.com/1274320"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64591"
},
{
"cve": "CVE-2026-64592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64592"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nriscv: mm: Unconditionally sfence.vma for spurious fault\n\nSvvptc does not guarantee that it\u0027s safe to just return here. Since we\nhave already cleared our bit, if, theoretically, the bounded timeframe\nfor the accessed page to become valid still hasn\u0027t happened after sret,\nwe could fault again and actually crash.\n\nHopefully, these spurious faults should be rare enough that this is an\nacceptable slowdown.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64592",
"url": "https://www.suse.com/security/cve/CVE-2026-64592"
},
{
"category": "external",
"summary": "SUSE Bug 1274496 for CVE-2026-64592",
"url": "https://bugzilla.suse.com/1274496"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64592"
},
{
"cve": "CVE-2026-64593",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64593"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: do not trim a device which is not writeable\n\n[BUG]\nThere is a bug report that btrfs/242 can randomly fail with the\nfollowing NULL pointer dereference:\n\n run fstests btrfs/242 at 2026-06-01 10:25:08\n BTRFS: device fsid d4d7f234-487c-4787-88e4-47a8b68c9874 devid 1 transid 9 /dev/sdc (8:32) scanned by mount (122609)\n BTRFS info (device sdc): first mount of filesystem d4d7f234-487c-4787-88e4-47a8b68c9874\n BTRFS info (device sdc): using crc32c checksum algorithm\n BTRFS warning (device sdc): devid 2 uuid fbe72d72-3272-482d-80fb-ab88ed398192 is missing\n BTRFS warning (device sdc): devid 2 uuid fbe72d72-3272-482d-80fb-ab88ed398192 is missing\n BTRFS info (device sdc): allowing degraded mounts\n BTRFS info (device sdc): turning on async discard\n BTRFS info (device sdc): enabling free space tree\n Unable to handle kernel NULL pointer dereference at virtual address 0000000000000018\n user pgtable: 4k pages, 48-bit VAs, pgdp=000000013fd6b000\n CPU: 4 UID: 0 PID: 122625 Comm: fstrim Not tainted 7.0.10-2-default #1 PREEMPT(full) openSUSE Tumbleweed e9a5f6b24978fba3bf015a992f865837fdfff3dd\n Hardware name: QEMU KVM Virtual Machine, BIOS edk2-20250812-19.fc42 08/12/2025\n pstate: 01400005 (nzcv daif +PAN -UAO -TCO +DIT -SSBS BTYPE=--)\n pc : btrfs_trim_fs+0x34c/0xa00 [btrfs]\n lr : btrfs_trim_fs+0x1f0/0xa00 [btrfs]\n Call trace:\n btrfs_trim_fs+0x34c/0xa00 [btrfs f02c1d570ceea621c69d302ba75dd61868083840] (P)\n btrfs_ioctl_fitrim+0xe8/0x178 [btrfs f02c1d570ceea621c69d302ba75dd61868083840]\n btrfs_ioctl+0xdd4/0x2bd8 [btrfs f02c1d570ceea621c69d302ba75dd61868083840]\n __arm64_sys_ioctl+0xac/0x108\n invoke_syscall.constprop.0+0x5c/0xd0\n el0_svc_common.constprop.0+0x40/0xf0\n do_el0_svc+0x24/0x40\n el0_svc+0x40/0x1d0\n el0t_64_sync_handler+0xa0/0xe8\n el0t_64_sync+0x1b0/0x1b8\n Code: 17ffff83 f94017e0 f9002be0 f9402ea0 (f9400c00)\n ---[ end trace 0000000000000000 ]---\n\nAlso the reporter is very kind to test the following ASSERT() added to\nbtrfs_trim_free_extents_throttle():\n\n\tASSERT(device-\u003ebdev,\n\t \"devid=%llu path=%s dev_state=0x%lx\\n\",\n\t device-\u003edevid, btrfs_dev_name(device), device-\u003edev_state);\n\nAnd it shows the following output:\n\n assertion failed: device-\u003ebdev, in extent-tree.c:6630 (devid=2 path=/dev/sdd dev_state=0x82)\n\nWhich means the device-\u003ebdev is NULL, and the dev_state is\nBTRFS_DEV_STATE_IN_FS_METADATA | BTRFS_DEV_STATE_ITEM_FOUND, without\nBTRFS_DEV_STATE_WRITEABLE flag set.\n\n[CAUSE]\nThe pc points to the following call chain:\n\n btrfs_trim_fs()\n |- btrfs_trim_free_extents()\n |- btrfs_trim_free_extents_throttle()\n |- bdev_max_discard_sectors(device-\u003ebdev)\n\nSo the NULL pointer dereference is caused by device-\u003ebdev being NULL.\n\nThis looks impossible by a quick glance, as just before calling\nbtrfs_trim_free_extents_throttle(), we have skipped any device that has\nBTRFS_DEV_STATE_MISSING flag set.\n\nHowever in this particular case, there is a window where the missing\ndevice is later re-scanned, causing btrfs to remove the\nBTRFS_DEV_STATE_MISSING flag:\n\n btrfs_control_ioctl()\n |- btrfs_scan_one_device()\n |- device_list_add()\n |- rcu_assign_pointer(device-\u003ename, name);\n | This updates the missing device\u0027s path to the new good path.\n |\n |- clear_bit(BTRFS_DEV_STATE_MISSING, \u0026device-\u003edev_state)\n This removes the BTRFS_DEV_STATE_MISSING flag.\n\nThis allows the missing device to re-appear and clear the\nBTRFS_DEV_STATE_MISSING flag. However the device still does not have\nthe BTRFS_DEV_STATE_WRITEABLE flag set, nor is its bdev pointer updated.\n\nThe bdev pointer remains NULL, triggering the crash later.\n\n[FIX]\nThis is a big de-synchronization between BTRFS_DEV_STATE_MISSING and\ndevice-\u003ebdev pointer, and shows a gap in btrfs\u0027s re-appearing-device\nhandling.\n\nThe proper handling of re-appearing device will need quite some extra\nwork, which is out of the context of this small\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64593",
"url": "https://www.suse.com/security/cve/CVE-2026-64593"
},
{
"category": "external",
"summary": "SUSE Bug 1274497 for CVE-2026-64593",
"url": "https://bugzilla.suse.com/1274497"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64593"
},
{
"cve": "CVE-2026-64594",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64594"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_fs: initialize reset_work at allocation time\n\nffs_fs_kill_sb() unconditionally calls cancel_work_sync() on\nffs-\u003ereset_work when a functionfs instance is unmounted:\n\n\tffs_data_reset(ffs);\n\tcancel_work_sync(\u0026ffs-\u003ereset_work);\n\nHowever ffs-\u003ereset_work is only ever initialized via INIT_WORK() in\nffs_func_set_alt() and ffs_func_disable(), and only on the\nFFS_DEACTIVATED path. That state is reached solely by ffs_data_closed()\nwhen the instance is mounted with the \"no_disconnect\" option, so for the\ncommon case (no \"no_disconnect\", or mounted and unmounted without ever\nbeing deactivated) reset_work is never initialized.\n\nffs_data_new() allocates the ffs_data with kzalloc_obj() and does not\ninitialize reset_work, and ffs_data_reset()/ffs_data_clear() do not touch\nit either, so reset_work.func is left NULL. cancel_work_sync() on such a\nwork then trips the WARN_ON(!work-\u003efunc) guard in __flush_work():\n\n WARNING: kernel/workqueue.c:4301 at __flush_work+0x330/0x360, CPU#3: umount\n Call trace:\n __flush_work\n cancel_work_sync\n ffs_fs_kill_sb [usb_f_fs]\n deactivate_locked_super\n deactivate_super\n cleanup_mnt\n __cleanup_mnt\n task_work_run\n exit_to_user_mode_loop\n el0_svc\n\nOn older kernels cancel_work_sync() on a zero-initialized work struct was\na silent no-op, which hid the missing initialization.\n\nInitialize reset_work once in ffs_data_new() so it is always valid for\nthe lifetime of the ffs_data, and drop the now-redundant INIT_WORK()\ncalls from the two deactivation paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64594",
"url": "https://www.suse.com/security/cve/CVE-2026-64594"
},
{
"category": "external",
"summary": "SUSE Bug 1274538 for CVE-2026-64594",
"url": "https://bugzilla.suse.com/1274538"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-64594"
},
{
"cve": "CVE-2026-64595",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64595"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()\n\nhid_go_cfg_probe() initialises drvdata.go_cfg_setup and schedules it\nto run 2 ms later:\n\n INIT_DELAYED_WORK(\u0026drvdata.go_cfg_setup, \u0026cfg_setup);\n schedule_delayed_work(\u0026drvdata.go_cfg_setup, msecs_to_jiffies(2));\n\ncfg_setup() dereferences drvdata.hdev to issue MCU command requests.\nhid_go_cfg_remove() tears down sysfs and stops the HID device, but\nnever drains the delayed work. If the device is unbound within the\n2 ms scheduling delay (a probe failure rolling back via remove, or a\nfast rmmod after probe), the work fires after hid_destroy_device()\nhas dropped its reference and released the underlying hdev struct,\nleaving cfg_setup() with a stale drvdata.hdev pointer.\n\nMirror the sibling driver hid-lenovo-go-s.c, whose hid_gos_cfg_remove()\nalready calls cancel_delayed_work_sync() on its analogous work, and\ndrain go_cfg_setup at the top of hid_go_cfg_remove(). The cancel\nmust come before guard(mutex)(\u0026drvdata.cfg_mutex) because cfg_setup()\nacquires that mutex; reversing the order would deadlock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64595",
"url": "https://www.suse.com/security/cve/CVE-2026-64595"
},
{
"category": "external",
"summary": "SUSE Bug 1274317 for CVE-2026-64595",
"url": "https://bugzilla.suse.com/1274317"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64595"
},
{
"cve": "CVE-2026-64596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64596"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nlibfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()\n\nSince commit 1e7ab6f67824 (\"anon_inode: rework assertions\"),\npath_noexec() warns when an anonymous-inode file is mmap\u0027d from a\nsuperblock that has not set SB_I_NOEXEC. dma-buf backs its files this\nway and never set the flag, so mmap of any exported buffer trips the\nwarning on a CONFIG_DEBUG_VFS=y kernel:\n\n WARNING: CPU: 11 PID: 121813 at fs/exec.c:118 path_noexec+0x47/0x50\n do_mmap+0x2b5/0x680\n vm_mmap_pgoff+0x129/0x210\n ksys_mmap_pgoff+0x177/0x240\n __x64_sys_mmap+0x33/0x70\n\ninit_pseudo() sets up internal SB_NOUSER mounts that are never\npath-reachable. Set both flags here so every pseudo filesystem gets\nthem by default instead of each caller setting them.\n\nSB_I_NODEV is inert for unreachable mounts. SB_I_NOEXEC has one\nvisible effect: an executable mapping of a pseudo-fs fd, such as a\ndma-buf, now fails with -EPERM, which is the invariant the assertion\nenforces. No in-tree caller maps these executable.\n\nReproduce on CONFIG_DEBUG_VFS=y:\n\n make -C tools/testing/selftests/dmabuf-heaps\n sudo ./tools/testing/selftests/dmabuf-heaps/dmabuf-heap -t system",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64596",
"url": "https://www.suse.com/security/cve/CVE-2026-64596"
},
{
"category": "external",
"summary": "SUSE Bug 1274315 for CVE-2026-64596",
"url": "https://bugzilla.suse.com/1274315"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64596"
},
{
"cve": "CVE-2026-64597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64597"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix double-free in SMB2_close() replay\n\nA response-bearing attempt can return a replayable error and free its\nresponse buffer. If SMB2_close_init() fails before the next send, cleanup\nretains the previous buffer type and frees that response again.\n\nReset response bookkeeping before each attempt to prevent the stale free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64597",
"url": "https://www.suse.com/security/cve/CVE-2026-64597"
},
{
"category": "external",
"summary": "SUSE Bug 1274297 for CVE-2026-64597",
"url": "https://bugzilla.suse.com/1274297"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64597"
},
{
"cve": "CVE-2026-64598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64598"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb/client: Fix error code in smb2_aead_req_alloc()\n\nThe \"*num_sgs\" variable is a u32 so \"ERR_PTR(*num_sgs)\" doesn\u0027t work.\nWe would have to do something similar to the previous line where it\u0027s\ncast to int and then long. However, it\u0027s simpler to store the return in\nan int ret variable.\n\nThis bug would eventually result in a crash when dereference the invalid\nerror pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64598",
"url": "https://www.suse.com/security/cve/CVE-2026-64598"
},
{
"category": "external",
"summary": "SUSE Bug 1274298 for CVE-2026-64598",
"url": "https://bugzilla.suse.com/1274298"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64598"
},
{
"cve": "CVE-2026-64599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64599"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: amlogic - avoid double cleanup in meson_crypto_probe()\n\nWhen meson_allocate_chanlist() fails after a partial allocation, it already\nunwinds the allocated chanlist state through its local error path.\nmeson_crypto_probe() then jump to error_flow and calls\nmeson_free_chanlist() again, causing the same per-flow resources to be torn\ndown twice. In the reproduced failure path, the second teardown\nre-entered crypto_engine_exit() on an already destroyed worker and KASAN\nreported a slab-use-after-free in kthread_destroy_worker().\n\nPrevent double-free by handling partial allocation failures locally within\nmeson_allocate_chanlist() and skipping the outer cleanup path.\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.\n\nThe bug was reproduced in a QEMU x86_64 guest booted with KASAN on v7.1,\nusing the reproducer under tools/testing/meson_crypto_probe. The reproducer\nforces the second dma_alloc_attrs() call in the gxl-crypto probe path to\nreturn NULL, making meson_allocate_chanlist() fail after partial\ninitialization. On the unpatched kernel this reliably triggered a\nslab-use-after-free. With this fix applied, the same reproducer no longer\nemits any KASAN report and the probe fails cleanly with -ENOMEM.\n\n ==================================================================\n BUG: KASAN: slab-use-after-free in kthread_destroy_worker+0xb2/0xd0\n Read of size 8 at addr ff1100010c057a68 by task insmod/265\n\n CPU: 1 UID: 0 PID: 265 Comm: insmod Tainted: G O 7.1.0-rc2-00376-g810af9adc907-dirty #10 PREEMPT(lazy)\n Tainted: [O]=OOT_MODULE\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x68/0xa0\n print_report+0xcb/0x5e0\n ? __virt_addr_valid+0x21d/0x3f0\n ? kthread_destroy_worker+0xb2/0xd0\n ? kthread_destroy_worker+0xb2/0xd0\n kasan_report+0xca/0x100\n ? kthread_destroy_worker+0xb2/0xd0\n kthread_destroy_worker+0xb2/0xd0\n meson_crypto_probe+0x4d0/0xc10 [amlogic_gxl_crypto]\n platform_probe+0x99/0x140\n really_probe+0x1c6/0x6a0\n ? __pfx___device_attach_driver+0x10/0x10\n __driver_probe_device+0x248/0x310\n ? acpi_driver_match_device+0xb0/0x100\n driver_probe_device+0x48/0x210\n ? __pfx___device_attach_driver+0x10/0x10\n __device_attach_driver+0x160/0x320\n bus_for_each_drv+0x104/0x190\n ? __pfx_bus_for_each_drv+0x10/0x10\n ? _raw_spin_unlock_irqrestore+0x2c/0x50\n __device_attach+0x19d/0x3b0\n ? __pfx___device_attach+0x10/0x10\n ? do_raw_spin_unlock+0x53/0x220\n device_initial_probe+0x78/0xa0\n bus_probe_device+0x5b/0x130\n device_add+0xcfd/0x1430\n ? __pfx_device_add+0x10/0x10\n ? insert_resource+0x34/0x50\n ? lock_release+0xc9/0x290\n platform_device_add+0x24e/0x590\n ? __pfx_meson_crypto_probe_repro_init+0x10/0x10 [meson_crypto_probe_repro]\n meson_crypto_probe_repro_init+0x330/0xff0 [meson_crypto_probe_repro]\n do_one_initcall+0xc0/0x450\n ? __pfx_do_one_initcall+0x10/0x10\n ? _raw_spin_unlock_irqrestore+0x2c/0x50\n ? __create_object+0x59/0x80\n ? kasan_unpoison+0x27/0x60\n do_init_module+0x27b/0x7d0\n ? __pfx_do_init_module+0x10/0x10\n ? kasan_quarantine_put+0x84/0x1d0\n ? kfree+0x32c/0x510\n ? load_module+0x561e/0x5ff0\n load_module+0x54fe/0x5ff0\n ? __pfx_load_module+0x10/0x10\n ? security_file_permission+0x20/0x40\n ? kernel_read_file+0x23d/0x6e0\n ? mmap_region+0x235/0x4a0\n ? __pfx_kernel_read_file+0x10/0x10\n ? __file_has_perm+0x2c0/0x3e0\n init_module_from_file+0x158/0x180\n ? __pfx_init_module_from_file+0x10/0x10\n ? __lock_acquire+0x45a/0x1ba0\n ? idempotent_init_module+0x315/0x610\n ? lock_release+0xc9/0x290\n ? lock\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64599",
"url": "https://www.suse.com/security/cve/CVE-2026-64599"
},
{
"category": "external",
"summary": "SUSE Bug 1274314 for CVE-2026-64599",
"url": "https://bugzilla.suse.com/1274314"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64599"
},
{
"cve": "CVE-2026-64600",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64600"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: resample the data fork mapping after cycling ILOCK\n\nxfs_reflink_fill_{cow_hole,delalloc} are both presented with an inode,\na data fork mapping, and a cow fork mapping. Unfortunately, these two\nhelpers cycle the ILOCK to grab a transaction, which means that the\nmappings are stale as soon as we reacquire the ILOCK. Currently we\nrefresh the cow fork mapping by re-calling xfs_find_trim_cow_extent, but\nwe don\u0027t refresh the data fork mapping beforehand, which means that the\nxfs_bmap_trim_cow in that function queries the refcount btree about the\nwrong physical blocks and returns an inaccurate value in *shared.\n\nIf *shared is now false, the directio write proceeds with a stale data\nfork mapping. Fix this by querying the data fork mapping if the\nsequence counter changes across the ILOCK cycle.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64600",
"url": "https://www.suse.com/security/cve/CVE-2026-64600"
},
{
"category": "external",
"summary": "SUSE Bug 1271526 for CVE-2026-64600",
"url": "https://bugzilla.suse.com/1271526"
},
{
"category": "external",
"summary": "SUSE Bug 1271543 for CVE-2026-64600",
"url": "https://bugzilla.suse.com/1271543"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64600"
},
{
"cve": "CVE-2026-64601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64601"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: us144mkii: capture_urb_complete: redundant usb_anchor_urb corrupts anchor list on each resubmission\n\nIn capture_urb_complete(), usb_anchor_urb() is called on every\ncompletion callback, but the URB is already anchored from the\ninitial submission in tascam_trigger_start(). Each redundant call\ncorrupts the anchor\u0027s doubly-linked list and inflates the URB\nrefcount. When usb_kill_anchored_urbs() traverses the list during\nstream stop / suspend / disconnect, the corrupted list leads to\nuse-after-free.\n\nRemove the redundant usb_anchor_urb() from the resubmit path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64601",
"url": "https://www.suse.com/security/cve/CVE-2026-64601"
},
{
"category": "external",
"summary": "SUSE Bug 1274293 for CVE-2026-64601",
"url": "https://bugzilla.suse.com/1274293"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64601"
},
{
"cve": "CVE-2026-64602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64602"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: spear: Initialize completion before requesting IRQ\n\nIn the report from Jaeyoung Chung:\n\n\"spear_adc_probe() in drivers/iio/adc/spear_adc.c registers its\ninterrupt handler with devm_request_irq() before it initializes\nst-\u003ecompletion with init_completion(). If an interrupt arrives after\ndevm_request_irq() and before init_completion(), the handler calls\ncomplete() on an uninitialized completion, causing a kernel panic.\n\nThe probe path, in spear_adc_probe():\n\n iodev = devm_iio_device_alloc(\u0026pdev-\u003edev, sizeof(*st)); /* st kzalloc-zeroed */\n ...\n retval = devm_request_irq(\u0026pdev-\u003edev, irq, spear_adc_isr, 0,\n LPC32XXAD_NAME, st); /* register handler */\n ...\n init_completion(\u0026st-\u003ecompletion); /* initialize completion */\n\nspear_adc_isr() calls complete():\n\n complete(\u0026st-\u003ecompletion);\n\nIf the device raises an interrupt before init_completion() runs,\ncomplete() acquires the uninitialized wait.lock and walks the zeroed\ntask_list in swake_up_locked(). The zeroed task_list makes list_empty()\nreturn false, so swake_up_locked() dereferences a NULL list entry,\ntriggering a KASAN wild-memory-access.\"\n\nFix the chance of a spurious IRQ causing an uninitialized pointer\ndereference by moving init_completion() above devm_request_irq().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64602",
"url": "https://www.suse.com/security/cve/CVE-2026-64602"
},
{
"category": "external",
"summary": "SUSE Bug 1274294 for CVE-2026-64602",
"url": "https://bugzilla.suse.com/1274294"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64602"
},
{
"cve": "CVE-2026-64603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64603"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/x86: intel-hid: Protect ACPI notify handler against recursion\n\nSince commit e2ffcda16290 (\"ACPI: OSL: Allow Notify () handlers to run on\nall CPUs\") ACPI notify handlers like the intel-hid notify_handler() may\nrun on multiple CPU cores racing with themselves.\n\nOn convertibles and detachables (matched by DMI chassis-type 31 and 32 in\ndmi_auto_add_switch[]) the SW_TABLET_MODE input device is registered\nlazily from notify_handler() on the first tablet-mode event, via\nintel_hid_switches_setup(). When two such events race on different CPUs\nboth can pass the !priv-\u003eswitches check and register the priv-\u003eswitches\ninput device twice, resulting in a duplicate sysfs entry and a subsequent\nNULL pointer dereference.\n\nThis is the same class of bug fixed by commit e075c3b13a0a (\"platform/x86:\nintel-vbtn: Protect ACPI notify handler against recursion\") for the\nsibling intel-vbtn driver.\n\nProtect intel-hid notify_handler() from racing with itself with a mutex\nto fix this.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64603",
"url": "https://www.suse.com/security/cve/CVE-2026-64603"
},
{
"category": "external",
"summary": "SUSE Bug 1274295 for CVE-2026-64603",
"url": "https://bugzilla.suse.com/1274295"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64603"
},
{
"cve": "CVE-2026-64604",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64604"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode\n\nWhen updating CR8 intercepts, get vmcs12 if and only if the vCPU is in\nguest mode so that a future change can have update CR8 intercepts during\nvCPU creation, without running afoul of get_vmcs12()\u0027s lockdep assertion.\n\n ------------[ cut here ]------------\n debug_locks \u0026\u0026 !(lock_is_held(\u0026(\u0026vcpu-\u003emutex)-\u003edep_map) || !refcount_read(\u0026vcpu-\u003ekvm-\u003eusers_count))\n WARNING: arch/x86/kvm/vmx/nested.h:61 at get_vmcs12 arch/x86/kvm/vmx/nested.h:60 [inline], CPU#0: syz.2.19/5879\n WARNING: arch/x86/kvm/vmx/nested.h:61 at vmx_update_cr8_intercept+0x3de/0x4e0 arch/x86/kvm/vmx/vmx.c:6879, CPU#0: syz.2.19/5879\n Modules linked in:\n CPU: 0 UID: 0 PID: 5879 Comm: syz.2.19 Not tainted syzkaller #0 PREEMPT(full)\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014\n RIP: 0010:get_vmcs12 arch/x86/kvm/vmx/nested.h:60 [inline]\n RIP: 0010:vmx_update_cr8_intercept+0x3de/0x4e0 arch/x86/kvm/vmx/vmx.c:6879\n Call Trace:\n \u003cTASK\u003e\n apic_update_ppr arch/x86/kvm/lapic.c:984 [inline]\n kvm_lapic_reset+0x1c24/0x2980 arch/x86/kvm/lapic.c:3023\n kvm_vcpu_reset+0x44c/0x1bf0 arch/x86/kvm/x86.c:12986\n kvm_arch_vcpu_create+0x746/0x8b0 arch/x86/kvm/x86.c:12847\n kvm_vm_ioctl_create_vcpu+0x428/0x930 virt/kvm/kvm_main.c:4201\n kvm_vm_ioctl+0x893/0xd50 virt/kvm/kvm_main.c:5159\n vfs_ioctl fs/ioctl.c:51 [inline]\n __do_sys_ioctl fs/ioctl.c:597 [inline]\n __se_sys_ioctl+0xfc/0x170 fs/ioctl.c:583\n do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]\n do_syscall_64+0x174/0x580 arch/x86/entry/syscall_64.c:94\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n \u003c/TASK\u003e\n\nNo functional change intended.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64604",
"url": "https://www.suse.com/security/cve/CVE-2026-64604"
},
{
"category": "external",
"summary": "SUSE Bug 1274286 for CVE-2026-64604",
"url": "https://bugzilla.suse.com/1274286"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64604"
},
{
"cve": "CVE-2026-68480",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-68480"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/bugs: Make Safe-RET robust against interrupt injection\n\nAn attacker injecting interrupts while the Safe-RET mitigation executes\non machines affected by SRSO can neutralize the safe return sequence,\npotentially leading to data leakage through speculative execution.\n\nFixup register state as if the Safe-RET sequence executed successfully\nby \"emulating\" it, in a manner of speaking, and avoid executing a RET\ninstruction after returning from the interrupt.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-68480",
"url": "https://www.suse.com/security/cve/CVE-2026-68480"
},
{
"category": "external",
"summary": "SUSE Bug 1274208 for CVE-2026-68480",
"url": "https://bugzilla.suse.com/1274208"
},
{
"category": "external",
"summary": "SUSE Bug 1274209 for CVE-2026-68480",
"url": "https://bugzilla.suse.com/1274209"
}
],
"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.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-devel-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-macros-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-7.1.7-1.1.x86_64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.aarch64",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.ppc64le",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.s390x",
"openSUSE Tumbleweed:kernel-source-vanilla-7.1.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-09T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-68480"
}
]
}
ubuntu-cve-2026-64305
Vulnerability from osv_ubuntu
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - protect service table iterations with service_lock The service_table list is protected by service_lock when entries are added or removed (in adf_service_add() and adf_service_remove()), but several functions iterate over the list without holding this lock. A concurrent adf_service_register() or adf_service_unregister() call could modify the list during traversal, leading to list corruption or a use-after-free. Fix this by holding service_lock across all list_for_each_entry() iterations of service_table in adf_dev_init(), adf_dev_start(), adf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(), adf_dev_restarted_notify(), and adf_error_notifier(). The lock ordering is safe: callers of the static helpers (adf_dev_up() and adf_dev_down()) acquire state_lock before service_lock, and no event_hld callback or service_lock holder ever acquires state_lock in the reverse order.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-4.4.0-1156",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-aws-headers-4.4.0-1156",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-aws-tools-4.4.0-1156",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-buildinfo-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-cloud-tools-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-headers-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-image-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-modules-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
},
{
"binary_name": "linux-tools-4.4.0-1156-aws",
"binary_version": "4.4.0-1156.162"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@4.4.0-1156.162?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1002.2",
"4.4.0-1003.3",
"4.4.0-1005.5",
"4.4.0-1006.6",
"4.4.0-1009.9",
"4.4.0-1010.10",
"4.4.0-1011.11",
"4.4.0-1012.12",
"4.4.0-1014.14",
"4.4.0-1016.16",
"4.4.0-1017.17",
"4.4.0-1019.19",
"4.4.0-1022.22",
"4.4.0-1023.23",
"4.4.0-1024.25",
"4.4.0-1025.26",
"4.4.0-1027.30",
"4.4.0-1028.31",
"4.4.0-1029.32",
"4.4.0-1031.34",
"4.4.0-1032.35",
"4.4.0-1034.37",
"4.4.0-1036.39",
"4.4.0-1037.40",
"4.4.0-1038.41",
"4.4.0-1039.42",
"4.4.0-1040.43",
"4.4.0-1042.45",
"4.4.0-1044.47",
"4.4.0-1045.48",
"4.4.0-1046.50",
"4.4.0-1048.52",
"4.4.0-1050.54",
"4.4.0-1052.56",
"4.4.0-1054.58",
"4.4.0-1055.59",
"4.4.0-1056.60",
"4.4.0-1058.62",
"4.4.0-1059.63",
"4.4.0-1060.64",
"4.4.0-1061.65",
"4.4.0-1062.66",
"4.4.0-1064.68",
"4.4.0-1065.69",
"4.4.0-1066.70",
"4.4.0-1067.71",
"4.4.0-1073.77",
"4.4.0-1074.78",
"4.4.0-1075.79",
"4.4.0-1076.80",
"4.4.0-1077.81",
"4.4.0-1078.82",
"4.4.0-1081.85",
"4.4.0-1082.86",
"4.4.0-1083.87",
"4.4.0-1085.89",
"4.4.0-1086.90",
"4.4.0-1087.91",
"4.4.0-1088.92",
"4.4.0-1090.94",
"4.4.0-1091.95",
"4.4.0-1092.96",
"4.4.0-1093.97",
"4.4.0-1094.99",
"4.4.0-1095.100",
"4.4.0-1096.101",
"4.4.0-1097.102",
"4.4.0-1098.103",
"4.4.0-1099.104",
"4.4.0-1101.106",
"4.4.0-1102.107",
"4.4.0-1103.108",
"4.4.0-1104.109",
"4.4.0-1107.113",
"4.4.0-1109.115",
"4.4.0-1110.116",
"4.4.0-1111.117",
"4.4.0-1112.118",
"4.4.0-1113.119",
"4.4.0-1114.120",
"4.4.0-1115.121",
"4.4.0-1116.122",
"4.4.0-1117.123",
"4.4.0-1118.124",
"4.4.0-1119.125",
"4.4.0-1120.126",
"4.4.0-1121.127",
"4.4.0-1122.128",
"4.4.0-1123.129",
"4.4.0-1124.130",
"4.4.0-1125.131",
"4.4.0-1127.133",
"4.4.0-1128.134",
"4.4.0-1129.135",
"4.4.0-1130.136",
"4.4.0-1131.137",
"4.4.0-1133.139",
"4.4.0-1134.140",
"4.4.0-1135.141",
"4.4.0-1136.142",
"4.4.0-1137.143",
"4.4.0-1138.144",
"4.4.0-1139.145",
"4.4.0-1140.146",
"4.4.0-1141.147",
"4.4.0-1142.148",
"4.4.0-1143.149",
"4.4.0-1144.150",
"4.4.0-1145.151",
"4.4.0-1146.152",
"4.4.0-1147.153",
"4.4.0-1148.154",
"4.4.0-1149.155",
"4.4.0-1150.156",
"4.4.0-1151.157",
"4.4.0-1152.158",
"4.4.0-1153.159",
"4.4.0-1154.160",
"4.4.0-1155.161",
"4.4.0-1156.162"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-4.15.0-1202",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-azure-headers-4.15.0-1202",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-azure-tools-4.15.0-1202",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-buildinfo-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-headers-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-modules-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
},
{
"binary_name": "linux-tools-4.15.0-1202-azure",
"binary_version": "4.15.0-1202.217~14.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@4.15.0-1202.217~14.04.1?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1023.24~14.04.1",
"4.15.0-1030.31~14.04.1",
"4.15.0-1031.32~14.04.1",
"4.15.0-1032.33~14.04.2",
"4.15.0-1035.36~14.04.2",
"4.15.0-1036.38~14.04.2",
"4.15.0-1037.39~14.04.2",
"4.15.0-1039.41~14.04.2",
"4.15.0-1040.44~14.04.1",
"4.15.0-1041.45~14.04.1",
"4.15.0-1042.46~14.04.1",
"4.15.0-1045.49~14.04.1",
"4.15.0-1046.50~14.04.1",
"4.15.0-1047.51~14.04.1",
"4.15.0-1049.54~14.04.1",
"4.15.0-1050.55~14.04.1",
"4.15.0-1051.56~14.04.1",
"4.15.0-1052.57~14.04.1",
"4.15.0-1055.60~14.04.1",
"4.15.0-1056.61~14.04.1",
"4.15.0-1057.62~14.04.1",
"4.15.0-1059.64~14.04.1",
"4.15.0-1060.65~14.04.1",
"4.15.0-1061.66~14.04.1",
"4.15.0-1063.68~14.04.1",
"4.15.0-1064.69~14.04.1",
"4.15.0-1066.71~14.04.1",
"4.15.0-1067.72~14.04.1",
"4.15.0-1069.74~14.04.1",
"4.15.0-1071.76~14.04.1",
"4.15.0-1074.79~14.04.1",
"4.15.0-1077.82~14.04.1",
"4.15.0-1082.92~14.04.1",
"4.15.0-1083.93~14.04.1",
"4.15.0-1089.99~14.04.1",
"4.15.0-1091.101~14.04.1",
"4.15.0-1092.102~14.04.1",
"4.15.0-1093.103~14.04.1",
"4.15.0-1095.105~14.04.1",
"4.15.0-1096.106~14.04.1",
"4.15.0-1098.109~14.04.1",
"4.15.0-1100.111~14.04.1",
"4.15.0-1102.113~14.04.1",
"4.15.0-1103.114~14.04.1",
"4.15.0-1106.118~14.04.1",
"4.15.0-1108.120~14.04.1",
"4.15.0-1109.121~14.04.1",
"4.15.0-1110.122~14.04.1",
"4.15.0-1111.123~14.04.1",
"4.15.0-1112.124~14.04.1",
"4.15.0-1113.126~14.04.1",
"4.15.0-1114.127~14.04.1",
"4.15.0-1115.128~14.04.1",
"4.15.0-1118.131~14.04.1",
"4.15.0-1121.134~14.04.1",
"4.15.0-1122.135~14.04.1",
"4.15.0-1123.136~14.04.1",
"4.15.0-1124.137~14.04.1",
"4.15.0-1125.138~14.04.1",
"4.15.0-1126.139~14.04.1",
"4.15.0-1127.140~14.04.1",
"4.15.0-1129.142~14.04.1",
"4.15.0-1130.143~14.04.1",
"4.15.0-1131.144~14.04.1",
"4.15.0-1133.146~14.04.1",
"4.15.0-1134.147~14.04.1",
"4.15.0-1136.149~14.04.1",
"4.15.0-1137.150~14.04.1",
"4.15.0-1138.151~14.04.1",
"4.15.0-1139.152~14.04.1",
"4.15.0-1142.156~14.04.1",
"4.15.0-1145.160~14.04.1",
"4.15.0-1146.161~14.04.1",
"4.15.0-1149.164~14.04.1",
"4.15.0-1150.165~14.04.1",
"4.15.0-1151.166~14.04.1",
"4.15.0-1153.168~14.04.1",
"4.15.0-1157.172~14.04.2",
"4.15.0-1158.173~14.04.1",
"4.15.0-1159.174~14.04.1",
"4.15.0-1162.177~14.04.1",
"4.15.0-1163.178~14.04.1",
"4.15.0-1164.179~14.04.1",
"4.15.0-1165.180~14.04.1",
"4.15.0-1166.181~14.04.1",
"4.15.0-1167.182~14.04.1",
"4.15.0-1168.183~14.04.1",
"4.15.0-1169.184~14.04.1",
"4.15.0-1170.185~14.04.1",
"4.15.0-1171.186~14.04.1",
"4.15.0-1172.187~14.04.1",
"4.15.0-1173.188~14.04.1",
"4.15.0-1174.189~14.04.1",
"4.15.0-1175.190~14.04.1",
"4.15.0-1176.191~14.04.1",
"4.15.0-1177.192~14.04.1",
"4.15.0-1178.193~14.04.1",
"4.15.0-1179.194~14.04.1",
"4.15.0-1180.195~14.04.1",
"4.15.0-1181.196~14.04.1",
"4.15.0-1182.197~14.04.1",
"4.15.0-1183.198~14.04.1",
"4.15.0-1184.199~14.04.1",
"4.15.0-1185.200~14.04.1",
"4.15.0-1186.201~14.04.1",
"4.15.0-1187.202~14.04.1",
"4.15.0-1188.203~14.04.1",
"4.15.0-1189.204~14.04.1",
"4.15.0-1190.205~14.04.1",
"4.15.0-1191.206~14.04.1",
"4.15.0-1192.207~14.04.1",
"4.15.0-1193.208~14.04.1",
"4.15.0-1194.209~14.04.1",
"4.15.0-1195.210~14.04.1",
"4.15.0-1196.211~14.04.1",
"4.15.0-1197.212~14.04.1",
"4.15.0-1199.214~14.04.1",
"4.15.0-1200.215~14.04.1",
"4.15.0-1201.216~14.04.1",
"4.15.0-1202.217~14.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "crypto-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "fat-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "fb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "firewire-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "floppy-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "fs-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "fs-secondary-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "input-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "ipmi-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "irda-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "kernel-image-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-buildinfo-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-buildinfo-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-cloud-tools-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-cloud-tools-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-283",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-headers-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-image-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-image-unsigned-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-image-unsigned-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-lts-xenial-cloud-tools-4.4.0-283",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-lts-xenial-tools-4.4.0-283",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-lts-xenial-udebs-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-modules-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-modules-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-modules-extra-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-283-generic",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "linux-tools-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "md-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "message-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "mouse-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "multipath-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "nfs-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "nic-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "nic-shared-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "nic-usb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "parport-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "pata-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "pcmcia-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "plip-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "ppp-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "sata-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "scsi-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "serial-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "speakup-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "storage-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "usb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "virtio-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
},
{
"binary_name": "vlan-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317~14.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "linux-lts-xenial",
"purl": "pkg:deb/ubuntu/linux-lts-xenial@4.4.0-283.317~14.04.1?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-13.29~14.04.1",
"4.4.0-14.30~14.04.2",
"4.4.0-15.31~14.04.1",
"4.4.0-18.34~14.04.1",
"4.4.0-21.37~14.04.1",
"4.4.0-22.39~14.04.1",
"4.4.0-22.40~14.04.1",
"4.4.0-24.43~14.04.1",
"4.4.0-28.47~14.04.1",
"4.4.0-31.50~14.04.1",
"4.4.0-34.53~14.04.1",
"4.4.0-36.55~14.04.1",
"4.4.0-38.57~14.04.1",
"4.4.0-42.62~14.04.1",
"4.4.0-45.66~14.04.1",
"4.4.0-47.68~14.04.1",
"4.4.0-51.72~14.04.1",
"4.4.0-53.74~14.04.1",
"4.4.0-57.78~14.04.1",
"4.4.0-59.80~14.04.1",
"4.4.0-62.83~14.04.1",
"4.4.0-63.84~14.04.2",
"4.4.0-64.85~14.04.1",
"4.4.0-66.87~14.04.1",
"4.4.0-67.88~14.04.1",
"4.4.0-70.91~14.04.1",
"4.4.0-71.92~14.04.1",
"4.4.0-72.93~14.04.1",
"4.4.0-75.96~14.04.1",
"4.4.0-78.99~14.04.2",
"4.4.0-79.100~14.04.1",
"4.4.0-81.104~14.04.1",
"4.4.0-83.106~14.04.1",
"4.4.0-87.110~14.04.1",
"4.4.0-89.112~14.04.1",
"4.4.0-91.114~14.04.1",
"4.4.0-92.115~14.04.1",
"4.4.0-93.116~14.04.1",
"4.4.0-96.119~14.04.1",
"4.4.0-97.120~14.04.1",
"4.4.0-98.121~14.04.1",
"4.4.0-101.124~14.04.1",
"4.4.0-103.126~14.04.1",
"4.4.0-104.127~14.04.1",
"4.4.0-108.131~14.04.1",
"4.4.0-109.132~14.04.1",
"4.4.0-111.134~14.04.1",
"4.4.0-112.135~14.04.1",
"4.4.0-116.140~14.04.1",
"4.4.0-119.143~14.04.1",
"4.4.0-121.145~14.04.1",
"4.4.0-124.148~14.04.1",
"4.4.0-127.153~14.04.1",
"4.4.0-128.154~14.04.1",
"4.4.0-130.156~14.04.1",
"4.4.0-131.157~14.04.1",
"4.4.0-133.159~14.04.1",
"4.4.0-134.160~14.04.1",
"4.4.0-135.161~14.04.1",
"4.4.0-137.163~14.04.1",
"4.4.0-138.164~14.04.1",
"4.4.0-139.165~14.04.1",
"4.4.0-140.166~14.04.1",
"4.4.0-141.167~14.04.1",
"4.4.0-142.168~14.04.1",
"4.4.0-143.169~14.04.2",
"4.4.0-144.170~14.04.1",
"4.4.0-146.172~14.04.1",
"4.4.0-148.174~14.04.1",
"4.4.0-150.176~14.04.1",
"4.4.0-151.178~14.04.1",
"4.4.0-154.181~14.04.1",
"4.4.0-157.185~14.04.1",
"4.4.0-159.187~14.04.1",
"4.4.0-161.189~14.04.1",
"4.4.0-164.192~14.04.1",
"4.4.0-165.193~14.04.1",
"4.4.0-166.195~14.04.1",
"4.4.0-168.197~14.04.1",
"4.4.0-169.198~14.04.1",
"4.4.0-170.199~14.04.1",
"4.4.0-171.200~14.04.1",
"4.4.0-173.203~14.04.1",
"4.4.0-174.204~14.04.1",
"4.4.0-176.206~14.04.1",
"4.4.0-177.207~14.04.1",
"4.4.0-178.208~14.04.1",
"4.4.0-179.209~14.04.1",
"4.4.0-184.214~14.04.1",
"4.4.0-185.215~14.04.1",
"4.4.0-186.216~14.04.1",
"4.4.0-187.217~14.04.1",
"4.4.0-189.219~14.04.1",
"4.4.0-190.220~14.04.1",
"4.4.0-193.224~14.04.1",
"4.4.0-194.226~14.04.1",
"4.4.0-197.229~14.04.1",
"4.4.0-198.230~14.04.1",
"4.4.0-200.232~14.04.1",
"4.4.0-201.233~14.04.1",
"4.4.0-203.235~14.04.1",
"4.4.0-204.236~14.04.1",
"4.4.0-206.238~14.04.1",
"4.4.0-208.240~14.04.1",
"4.4.0-209.241~14.04.1",
"4.4.0-210.242~14.04.1",
"4.4.0-211.243~14.04.1",
"4.4.0-212.244~14.04.1",
"4.4.0-213.245~14.04.1",
"4.4.0-214.246~14.04.1",
"4.4.0-215.247~14.04.1",
"4.4.0-218.251~14.04.1",
"4.4.0-219.252~14.04.1",
"4.4.0-221.254~14.04.1",
"4.4.0-222.255~14.04.1",
"4.4.0-223.256~14.04.1",
"4.4.0-224.257~14.04.1",
"4.4.0-227.261~14.04.1",
"4.4.0-229.263~14.04.1",
"4.4.0-230.264~14.04.1",
"4.4.0-231.265~14.04.1",
"4.4.0-233.267~14.04.1",
"4.4.0-234.268~14.04.1",
"4.4.0-235.269~14.04.1",
"4.4.0-236.270~14.04.1",
"4.4.0-237.271~14.04.1",
"4.4.0-239.273~14.04.1",
"4.4.0-240.274~14.04.1",
"4.4.0-241.275~14.04.1",
"4.4.0-242.276~14.04.1",
"4.4.0-243.277~14.04.1",
"4.4.0-244.278~14.04.1",
"4.4.0-245.279~14.04.1",
"4.4.0-246.280~14.04.1",
"4.4.0-248.282~14.04.1",
"4.4.0-250.284~14.04.1",
"4.4.0-251.285~14.04.1",
"4.4.0-252.286~14.04.1",
"4.4.0-253.287~14.04.1",
"4.4.0-254.288~14.04.1",
"4.4.0-256.290~14.04.1",
"4.4.0-257.291~14.04.1",
"4.4.0-258.292~14.04.2",
"4.4.0-259.293~14.04.1",
"4.4.0-260.294~14.04.1",
"4.4.0-261.295~14.04.1",
"4.4.0-262.296~14.04.1",
"4.4.0-263.297~14.04.1",
"4.4.0-264.298~14.04.1",
"4.4.0-266.300~14.04.1",
"4.4.0-267.301~14.04.1",
"4.4.0-268.302~14.04.1",
"4.4.0-269.303~14.04.1",
"4.4.0-270.304~14.04.1",
"4.4.0-271.305~14.04.1",
"4.4.0-272.306~14.04.1",
"4.4.0-273.307~14.04.1",
"4.4.0-274.308~14.04.1",
"4.4.0-276.310~14.04.1",
"4.4.0-277.311~14.04.1",
"4.4.0-278.312~14.04.1",
"4.4.0-279.313~14.04.1",
"4.4.0-280.314~14.04.1",
"4.4.0-281.315~14.04.1",
"4.4.0-283.317~14.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "crypto-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "dasd-extra-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "dasd-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "fat-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "fb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "firewire-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "floppy-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "fs-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "fs-secondary-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "input-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "ipmi-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "irda-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "kernel-image-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-buildinfo-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-buildinfo-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-cloud-tools-4.4.0-283",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-cloud-tools-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-cloud-tools-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-headers-4.4.0-283",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-headers-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-headers-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-image-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-image-unsigned-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-image-unsigned-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-modules-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-modules-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-modules-extra-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-source-4.4.0",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-tools-4.4.0-283",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-tools-4.4.0-283-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-tools-4.4.0-283-lowlatency",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-tools-common",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-tools-host",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "md-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "message-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "mouse-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "multipath-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "nfs-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "nic-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "nic-shared-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "nic-usb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "parport-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "pata-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "pcmcia-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "plip-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "ppp-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "sata-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "scsi-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "serial-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "speakup-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "storage-core-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "usb-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "virtio-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
},
{
"binary_name": "vlan-modules-4.4.0-283-generic-di",
"binary_version": "4.4.0-283.317"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@4.4.0-283.317?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2.0-16.19",
"4.2.0-17.21",
"4.2.0-19.23",
"4.3.0-1.10",
"4.3.0-2.11",
"4.3.0-5.16",
"4.3.0-6.17",
"4.3.0-7.18",
"4.4.0-2.16",
"4.4.0-4.19",
"4.4.0-6.21",
"4.4.0-7.22",
"4.4.0-8.23",
"4.4.0-9.24",
"4.4.0-10.25",
"4.4.0-11.26",
"4.4.0-12.28",
"4.4.0-13.29",
"4.4.0-14.30",
"4.4.0-15.31",
"4.4.0-16.32",
"4.4.0-17.33",
"4.4.0-18.34",
"4.4.0-21.37",
"4.4.0-22.39",
"4.4.0-22.40",
"4.4.0-24.43",
"4.4.0-28.47",
"4.4.0-31.50",
"4.4.0-34.53",
"4.4.0-36.55",
"4.4.0-38.57",
"4.4.0-42.62",
"4.4.0-43.63",
"4.4.0-45.66",
"4.4.0-47.68",
"4.4.0-51.72",
"4.4.0-53.74",
"4.4.0-57.78",
"4.4.0-59.80",
"4.4.0-62.83",
"4.4.0-63.84",
"4.4.0-64.85",
"4.4.0-65.86",
"4.4.0-66.87",
"4.4.0-67.88",
"4.4.0-70.91",
"4.4.0-71.92",
"4.4.0-72.93",
"4.4.0-75.96",
"4.4.0-77.98",
"4.4.0-78.99",
"4.4.0-79.100",
"4.4.0-81.104",
"4.4.0-83.106",
"4.4.0-87.110",
"4.4.0-89.112",
"4.4.0-91.114",
"4.4.0-92.115",
"4.4.0-93.116",
"4.4.0-96.119",
"4.4.0-97.120",
"4.4.0-98.121",
"4.4.0-101.124",
"4.4.0-103.126",
"4.4.0-104.127",
"4.4.0-108.131",
"4.4.0-109.132",
"4.4.0-112.135",
"4.4.0-116.140",
"4.4.0-119.143",
"4.4.0-121.145",
"4.4.0-122.146",
"4.4.0-124.148",
"4.4.0-127.153",
"4.4.0-128.154",
"4.4.0-130.156",
"4.4.0-131.157",
"4.4.0-133.159",
"4.4.0-134.160",
"4.4.0-135.161",
"4.4.0-137.163",
"4.4.0-138.164",
"4.4.0-139.165",
"4.4.0-140.166",
"4.4.0-141.167",
"4.4.0-142.168",
"4.4.0-143.169",
"4.4.0-145.171",
"4.4.0-146.172",
"4.4.0-148.174",
"4.4.0-150.176",
"4.4.0-151.178",
"4.4.0-154.181",
"4.4.0-157.185",
"4.4.0-159.187",
"4.4.0-161.189",
"4.4.0-164.192",
"4.4.0-165.193",
"4.4.0-166.195",
"4.4.0-168.197",
"4.4.0-169.198",
"4.4.0-170.199",
"4.4.0-171.200",
"4.4.0-173.203",
"4.4.0-174.204",
"4.4.0-176.206",
"4.4.0-177.207",
"4.4.0-178.208",
"4.4.0-179.209",
"4.4.0-184.214",
"4.4.0-185.215",
"4.4.0-186.216",
"4.4.0-187.217",
"4.4.0-189.219",
"4.4.0-190.220",
"4.4.0-193.224",
"4.4.0-194.226",
"4.4.0-197.229",
"4.4.0-198.230",
"4.4.0-200.232",
"4.4.0-201.233",
"4.4.0-203.235",
"4.4.0-204.236",
"4.4.0-206.238",
"4.4.0-208.240",
"4.4.0-209.241",
"4.4.0-210.242",
"4.4.0-211.243",
"4.4.0-212.244",
"4.4.0-213.245",
"4.4.0-214.246",
"4.4.0-216.249",
"4.4.0-217.250",
"4.4.0-218.251",
"4.4.0-219.252",
"4.4.0-221.254",
"4.4.0-222.255",
"4.4.0-223.256",
"4.4.0-224.257",
"4.4.0-227.261",
"4.4.0-229.263",
"4.4.0-230.264",
"4.4.0-231.265",
"4.4.0-233.267",
"4.4.0-234.268",
"4.4.0-235.269",
"4.4.0-236.270",
"4.4.0-237.271",
"4.4.0-239.273",
"4.4.0-240.274",
"4.4.0-241.275",
"4.4.0-242.276",
"4.4.0-243.277",
"4.4.0-244.278",
"4.4.0-245.279",
"4.4.0-246.280",
"4.4.0-248.282",
"4.4.0-250.284",
"4.4.0-251.285",
"4.4.0-252.286",
"4.4.0-253.287",
"4.4.0-254.288",
"4.4.0-256.290",
"4.4.0-257.291",
"4.4.0-258.292",
"4.4.0-259.293",
"4.4.0-260.294",
"4.4.0-261.295",
"4.4.0-262.296",
"4.4.0-263.297",
"4.4.0-264.298",
"4.4.0-266.300",
"4.4.0-267.301",
"4.4.0-268.302",
"4.4.0-269.303",
"4.4.0-270.304",
"4.4.0-271.305",
"4.4.0-272.306",
"4.4.0-273.307",
"4.4.0-274.308",
"4.4.0-276.310",
"4.4.0-277.311",
"4.4.0-278.312",
"4.4.0-279.313",
"4.4.0-280.314",
"4.4.0-283.317"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-4.4.0-1194",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-aws-headers-4.4.0-1194",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-aws-tools-4.4.0-1194",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-buildinfo-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-cloud-tools-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-headers-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-image-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-modules-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-modules-extra-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
},
{
"binary_name": "linux-tools-4.4.0-1194-aws",
"binary_version": "4.4.0-1194.209"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@4.4.0-1194.209?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1001.10",
"4.4.0-1003.12",
"4.4.0-1004.13",
"4.4.0-1007.16",
"4.4.0-1009.18",
"4.4.0-1011.20",
"4.4.0-1012.21",
"4.4.0-1013.22",
"4.4.0-1016.25",
"4.4.0-1017.26",
"4.4.0-1018.27",
"4.4.0-1020.29",
"4.4.0-1022.31",
"4.4.0-1026.35",
"4.4.0-1028.37",
"4.4.0-1030.39",
"4.4.0-1031.40",
"4.4.0-1032.41",
"4.4.0-1035.44",
"4.4.0-1037.46",
"4.4.0-1038.47",
"4.4.0-1039.48",
"4.4.0-1041.50",
"4.4.0-1043.52",
"4.4.0-1044.53",
"4.4.0-1047.56",
"4.4.0-1048.57",
"4.4.0-1049.58",
"4.4.0-1050.59",
"4.4.0-1052.61",
"4.4.0-1054.63",
"4.4.0-1055.64",
"4.4.0-1057.66",
"4.4.0-1060.69",
"4.4.0-1061.70",
"4.4.0-1062.71",
"4.4.0-1063.72",
"4.4.0-1065.75",
"4.4.0-1066.76",
"4.4.0-1067.77",
"4.4.0-1069.79",
"4.4.0-1070.80",
"4.4.0-1072.82",
"4.4.0-1073.83",
"4.4.0-1074.84",
"4.4.0-1075.85",
"4.4.0-1077.87",
"4.4.0-1079.89",
"4.4.0-1081.91",
"4.4.0-1083.93",
"4.4.0-1084.94",
"4.4.0-1085.96",
"4.4.0-1087.98",
"4.4.0-1088.99",
"4.4.0-1090.101",
"4.4.0-1092.103",
"4.4.0-1094.105",
"4.4.0-1095.106",
"4.4.0-1096.107",
"4.4.0-1098.109",
"4.4.0-1099.110",
"4.4.0-1100.111",
"4.4.0-1101.112",
"4.4.0-1102.113",
"4.4.0-1104.115",
"4.4.0-1105.116",
"4.4.0-1106.117",
"4.4.0-1107.118",
"4.4.0-1109.120",
"4.4.0-1110.121",
"4.4.0-1111.123",
"4.4.0-1112.124",
"4.4.0-1113.126",
"4.4.0-1114.127",
"4.4.0-1117.131",
"4.4.0-1118.132",
"4.4.0-1119.133",
"4.4.0-1121.135",
"4.4.0-1122.136",
"4.4.0-1123.137",
"4.4.0-1124.138",
"4.4.0-1126.140",
"4.4.0-1127.141",
"4.4.0-1128.142",
"4.4.0-1129.143",
"4.4.0-1130.144",
"4.4.0-1131.145",
"4.4.0-1132.146",
"4.4.0-1133.147",
"4.4.0-1134.148",
"4.4.0-1135.149",
"4.4.0-1137.151",
"4.4.0-1138.152",
"4.4.0-1139.153",
"4.4.0-1140.154",
"4.4.0-1143.158",
"4.4.0-1145.160",
"4.4.0-1146.161",
"4.4.0-1147.162",
"4.4.0-1148.163",
"4.4.0-1150.165",
"4.4.0-1151.166",
"4.4.0-1152.167",
"4.4.0-1153.168",
"4.4.0-1154.169",
"4.4.0-1155.170",
"4.4.0-1156.171",
"4.4.0-1157.172",
"4.4.0-1158.173",
"4.4.0-1159.174",
"4.4.0-1160.175",
"4.4.0-1161.176",
"4.4.0-1162.177",
"4.4.0-1163.178",
"4.4.0-1164.179",
"4.4.0-1165.180",
"4.4.0-1166.181",
"4.4.0-1167.182",
"4.4.0-1168.183",
"4.4.0-1169.184",
"4.4.0-1171.186",
"4.4.0-1172.187",
"4.4.0-1173.188",
"4.4.0-1174.189",
"4.4.0-1175.190",
"4.4.0-1176.191",
"4.4.0-1177.192",
"4.4.0-1178.193",
"4.4.0-1179.194",
"4.4.0-1180.195",
"4.4.0-1181.196",
"4.4.0-1182.197",
"4.4.0-1183.198",
"4.4.0-1184.199",
"4.4.0-1185.200",
"4.4.0-1186.201",
"4.4.0-1187.202",
"4.4.0-1188.203",
"4.4.0-1189.204",
"4.4.0-1190.205",
"4.4.0-1191.206",
"4.4.0-1192.207",
"4.4.0-1194.209"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-headers-4.15.0-1194",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-aws-hwe-cloud-tools-4.15.0-1194",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-aws-hwe-tools-4.15.0-1194",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-buildinfo-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-aws-hwe",
"purl": "pkg:deb/ubuntu/linux-aws-hwe@4.15.0-1194.207~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1030.31~16.04.1",
"4.15.0-1031.33~16.04.1",
"4.15.0-1032.34~16.04.1",
"4.15.0-1033.35~16.04.1",
"4.15.0-1035.37~16.04.1",
"4.15.0-1036.38~16.04.1",
"4.15.0-1039.41~16.04.1",
"4.15.0-1040.42~16.04.1",
"4.15.0-1041.43~16.04.1",
"4.15.0-1043.45~16.04.1",
"4.15.0-1044.46~16.04.1",
"4.15.0-1045.47~16.04.1",
"4.15.0-1047.49~16.04.1",
"4.15.0-1048.50~16.04.1",
"4.15.0-1050.52~16.04.1",
"4.15.0-1051.53~16.04.1",
"4.15.0-1052.54~16.04.1",
"4.15.0-1054.56~16.04.1",
"4.15.0-1056.58~16.04.1",
"4.15.0-1057.59~16.04.1",
"4.15.0-1058.60~16.04.1",
"4.15.0-1060.62~16.04.1",
"4.15.0-1063.67~16.04.1",
"4.15.0-1065.69~16.04.1",
"4.15.0-1066.70~16.04.1",
"4.15.0-1067.71~16.04.1",
"4.15.0-1073.77~16.04.1",
"4.15.0-1074.78~16.04.1",
"4.15.0-1079.83~16.04.1",
"4.15.0-1080.84~16.04.1",
"4.15.0-1082.86~16.04.1",
"4.15.0-1083.87~16.04.1",
"4.15.0-1085.90~16.04.1",
"4.15.0-1088.93~16.04.1",
"4.15.0-1090.95~16.04.1",
"4.15.0-1091.96~16.04.1",
"4.15.0-1093.99~16.04.1",
"4.15.0-1094.101~16.04.1",
"4.15.0-1095.102~16.04.1",
"4.15.0-1096.103~16.04.1",
"4.15.0-1097.104~16.04.1",
"4.15.0-1098.105~16.04.1",
"4.15.0-1099.106~16.04.1",
"4.15.0-1102.109~16.04.1",
"4.15.0-1103.110~16.04.1",
"4.15.0-1106.113~16.04.1",
"4.15.0-1109.116~16.04.1",
"4.15.0-1110.117~16.04.1",
"4.15.0-1111.118~16.04.1",
"4.15.0-1112.119~16.04.1",
"4.15.0-1113.120~16.04.1",
"4.15.0-1115.122~16.04.1",
"4.15.0-1116.123~16.04.1",
"4.15.0-1118.125~16.04.1",
"4.15.0-1119.126~16.04.2",
"4.15.0-1120.128~16.04.1",
"4.15.0-1123.132~16.04.1",
"4.15.0-1124.133~16.04.1",
"4.15.0-1126.135~16.04.2",
"4.15.0-1127.136~16.04.1",
"4.15.0-1128.137~16.04.1",
"4.15.0-1130.139~16.04.1",
"4.15.0-1133.143~16.04.1",
"4.15.0-1136.147~16.04.1",
"4.15.0-1137.148~16.04.1",
"4.15.0-1139.150~16.04.1",
"4.15.0-1140.151~16.04.1",
"4.15.0-1141.152~16.04.1",
"4.15.0-1142.154~16.04.1",
"4.15.0-1143.155~16.04.1",
"4.15.0-1146.158~16.04.2",
"4.15.0-1147.159~16.04.1",
"4.15.0-1148.160~16.04.1",
"4.15.0-1151.164~16.04.1",
"4.15.0-1153.166~16.04.1",
"4.15.0-1154.167~16.04.1",
"4.15.0-1155.168~16.04.1",
"4.15.0-1156.169~16.04.1",
"4.15.0-1157.170~16.04.1",
"4.15.0-1158.171~16.04.1",
"4.15.0-1159.172~16.04.1",
"4.15.0-1160.173~16.04.1",
"4.15.0-1161.174~16.04.1",
"4.15.0-1162.175~16.04.1",
"4.15.0-1163.176~16.04.1",
"4.15.0-1164.177~16.04.1",
"4.15.0-1165.178~16.04.1",
"4.15.0-1166.179~16.04.1",
"4.15.0-1167.180~16.04.1",
"4.15.0-1168.181~16.04.1",
"4.15.0-1169.182~16.04.1",
"4.15.0-1170.183~16.04.1",
"4.15.0-1172.185~16.04.1",
"4.15.0-1173.186~16.04.1",
"4.15.0-1174.187~16.04.1",
"4.15.0-1175.188~16.04.1",
"4.15.0-1176.189~16.04.1",
"4.15.0-1177.190~16.04.1",
"4.15.0-1178.191~16.04.1",
"4.15.0-1179.192~16.04.1",
"4.15.0-1180.193~16.04.1",
"4.15.0-1181.194~16.04.1",
"4.15.0-1182.195~16.04.1",
"4.15.0-1183.196~16.04.1",
"4.15.0-1184.197~16.04.1",
"4.15.0-1185.198~16.04.1",
"4.15.0-1186.199~16.04.1",
"4.15.0-1187.200~16.04.1",
"4.15.0-1188.201~16.04.1",
"4.15.0-1189.202~16.04.1",
"4.15.0-1190.203~16.04.1",
"4.15.0-1191.204~16.04.1",
"4.15.0-1194.207~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-4.15.0-1204",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-azure-headers-4.15.0-1204",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-azure-tools-4.15.0-1204",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-buildinfo-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@4.15.0-1204.219~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.11.0-1009.9",
"4.11.0-1011.11",
"4.11.0-1013.13",
"4.11.0-1014.14",
"4.11.0-1015.15",
"4.11.0-1016.16",
"4.13.0-1005.7",
"4.13.0-1006.8",
"4.13.0-1007.9",
"4.13.0-1009.12",
"4.13.0-1011.14",
"4.13.0-1012.15",
"4.13.0-1014.17",
"4.13.0-1016.19",
"4.13.0-1018.21",
"4.15.0-1013.13~16.04.2",
"4.15.0-1014.14~16.04.1",
"4.15.0-1018.18~16.04.1",
"4.15.0-1019.19~16.04.1",
"4.15.0-1021.21~16.04.1",
"4.15.0-1022.22~16.04.1",
"4.15.0-1023.24~16.04.1",
"4.15.0-1025.26~16.04.1",
"4.15.0-1028.29~16.04.1",
"4.15.0-1030.31~16.04.1",
"4.15.0-1031.32~16.04.1",
"4.15.0-1032.33~16.04.1",
"4.15.0-1035.36~16.04.1",
"4.15.0-1036.38~16.04.1",
"4.15.0-1037.39~16.04.1",
"4.15.0-1039.43",
"4.15.0-1040.44",
"4.15.0-1041.45",
"4.15.0-1042.46",
"4.15.0-1045.49",
"4.15.0-1046.50",
"4.15.0-1047.51",
"4.15.0-1049.54",
"4.15.0-1050.55",
"4.15.0-1051.56",
"4.15.0-1052.57",
"4.15.0-1055.60",
"4.15.0-1056.61",
"4.15.0-1057.62",
"4.15.0-1059.64",
"4.15.0-1060.65",
"4.15.0-1061.66",
"4.15.0-1063.68",
"4.15.0-1064.69",
"4.15.0-1066.71",
"4.15.0-1067.72",
"4.15.0-1069.74",
"4.15.0-1071.76",
"4.15.0-1075.80",
"4.15.0-1077.82",
"4.15.0-1082.92~16.04.1",
"4.15.0-1083.93~16.04.1",
"4.15.0-1089.99~16.04.1",
"4.15.0-1091.101~16.04.1",
"4.15.0-1092.102~16.04.1",
"4.15.0-1093.103~16.04.1",
"4.15.0-1095.105~16.04.1",
"4.15.0-1096.106~16.04.1",
"4.15.0-1098.109~16.04.1",
"4.15.0-1100.111~16.04.1",
"4.15.0-1102.113~16.04.1",
"4.15.0-1103.114~16.04.1",
"4.15.0-1106.118~16.04.1",
"4.15.0-1108.120~16.04.1",
"4.15.0-1109.121~16.04.1",
"4.15.0-1110.122~16.04.1",
"4.15.0-1111.123~16.04.1",
"4.15.0-1112.124~16.04.1",
"4.15.0-1113.126~16.04.1",
"4.15.0-1114.127~16.04.1",
"4.15.0-1115.128~16.04.1",
"4.15.0-1118.131~16.04.1",
"4.15.0-1121.134~16.04.1",
"4.15.0-1122.135~16.04.1",
"4.15.0-1123.136~16.04.1",
"4.15.0-1124.137~16.04.1",
"4.15.0-1125.138~16.04.1",
"4.15.0-1126.139~16.04.1",
"4.15.0-1127.140~16.04.1",
"4.15.0-1129.142~16.04.1",
"4.15.0-1130.143~16.04.1",
"4.15.0-1131.144~16.04.1",
"4.15.0-1133.146~16.04.1",
"4.15.0-1134.147~16.04.1",
"4.15.0-1136.149~16.04.1",
"4.15.0-1137.150~16.04.1",
"4.15.0-1138.151~16.04.1",
"4.15.0-1139.152~16.04.1",
"4.15.0-1142.156~16.04.1",
"4.15.0-1145.160~16.04.1",
"4.15.0-1146.161~16.04.1",
"4.15.0-1149.164~16.04.1",
"4.15.0-1150.165~16.04.1",
"4.15.0-1151.166~16.04.1",
"4.15.0-1153.168~16.04.1",
"4.15.0-1159.174~16.04.1",
"4.15.0-1162.177~16.04.1",
"4.15.0-1163.178~16.04.1",
"4.15.0-1164.179~16.04.1",
"4.15.0-1165.180~16.04.1",
"4.15.0-1166.181~16.04.1",
"4.15.0-1167.182~16.04.1",
"4.15.0-1168.183~16.04.1",
"4.15.0-1169.184~16.04.1",
"4.15.0-1170.185~16.04.1",
"4.15.0-1171.186~16.04.1",
"4.15.0-1172.187~16.04.1",
"4.15.0-1173.188~16.04.1",
"4.15.0-1174.189~16.04.1",
"4.15.0-1175.190~16.04.1",
"4.15.0-1176.191~16.04.1",
"4.15.0-1177.192~16.04.1",
"4.15.0-1178.193~16.04.1",
"4.15.0-1179.194~16.04.1",
"4.15.0-1180.195~16.04.1",
"4.15.0-1181.196~16.04.1",
"4.15.0-1182.197~16.04.1",
"4.15.0-1183.198~16.04.1",
"4.15.0-1184.199~16.04.1",
"4.15.0-1185.200~16.04.1",
"4.15.0-1186.201~16.04.1",
"4.15.0-1187.202~16.04.1",
"4.15.0-1188.203~16.04.1",
"4.15.0-1189.204~16.04.1",
"4.15.0-1190.205~16.04.1",
"4.15.0-1191.206~16.04.1",
"4.15.0-1192.207~16.04.1",
"4.15.0-1193.208~16.04.1",
"4.15.0-1194.209~16.04.1",
"4.15.0-1195.210~16.04.1",
"4.15.0-1196.211~16.04.1",
"4.15.0-1197.212~16.04.1",
"4.15.0-1200.215~16.04.1",
"4.15.0-1204.219~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-gcp-headers-4.15.0-1187",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-gcp-tools-4.15.0-1187",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@4.15.0-1187.204~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.10.0-1004.4",
"4.10.0-1006.6",
"4.10.0-1007.7",
"4.10.0-1008.8",
"4.10.0-1009.9",
"4.13.0-1002.5",
"4.13.0-1006.9",
"4.13.0-1007.10",
"4.13.0-1008.11",
"4.13.0-1011.15",
"4.13.0-1012.16",
"4.13.0-1013.17",
"4.13.0-1015.19",
"4.13.0-1017.21",
"4.13.0-1019.23",
"4.15.0-1014.14~16.04.1",
"4.15.0-1015.15~16.04.1",
"4.15.0-1017.18~16.04.1",
"4.15.0-1018.19~16.04.2",
"4.15.0-1019.20~16.04.1",
"4.15.0-1021.22~16.04.1",
"4.15.0-1023.24~16.04.1",
"4.15.0-1024.25~16.04.2",
"4.15.0-1025.26~16.04.1",
"4.15.0-1026.27~16.04.1",
"4.15.0-1027.28~16.04.1",
"4.15.0-1028.29~16.04.1",
"4.15.0-1029.31~16.04.1",
"4.15.0-1030.32~16.04.1",
"4.15.0-1032.34~16.04.1",
"4.15.0-1033.35~16.04.1",
"4.15.0-1034.36~16.04.1",
"4.15.0-1036.38~16.04.1",
"4.15.0-1037.39~16.04.1",
"4.15.0-1040.42~16.04.1",
"4.15.0-1041.43",
"4.15.0-1042.44",
"4.15.0-1044.46",
"4.15.0-1046.49",
"4.15.0-1047.50",
"4.15.0-1049.52",
"4.15.0-1050.53",
"4.15.0-1052.56",
"4.15.0-1055.59",
"4.15.0-1058.62",
"4.15.0-1060.64",
"4.15.0-1061.65",
"4.15.0-1071.81~16.04.1",
"4.15.0-1077.87~16.04.1",
"4.15.0-1078.88~16.04.1",
"4.15.0-1080.90~16.04.1",
"4.15.0-1081.92~16.04.1",
"4.15.0-1083.94~16.04.1",
"4.15.0-1084.95~16.04.1",
"4.15.0-1086.98~16.04.1",
"4.15.0-1087.100~16.04.1",
"4.15.0-1088.101~16.04.1",
"4.15.0-1090.103~16.04.1",
"4.15.0-1091.104~16.04.1",
"4.15.0-1092.105~16.04.1",
"4.15.0-1093.106~16.04.1",
"4.15.0-1094.107~16.04.1",
"4.15.0-1095.108~16.04.1",
"4.15.0-1096.109~16.04.1",
"4.15.0-1097.110~16.04.1",
"4.15.0-1098.111~16.04.1",
"4.15.0-1099.112~16.04.1",
"4.15.0-1100.113~16.04.1",
"4.15.0-1103.116~16.04.1",
"4.15.0-1106.120~16.04.1",
"4.15.0-1107.121~16.04.1",
"4.15.0-1108.122~16.04.1",
"4.15.0-1109.123~16.04.1",
"4.15.0-1110.124~16.04.1",
"4.15.0-1111.125~16.04.1",
"4.15.0-1112.126~16.04.1",
"4.15.0-1114.128~16.04.1",
"4.15.0-1115.129~16.04.1",
"4.15.0-1116.130~16.04.1",
"4.15.0-1118.132~16.04.1",
"4.15.0-1119.133~16.04.1",
"4.15.0-1120.134~16.04.1",
"4.15.0-1121.135~16.04.1",
"4.15.0-1122.136~16.04.1",
"4.15.0-1124.138~16.04.1",
"4.15.0-1127.142~16.04.1",
"4.15.0-1130.146~16.04.1",
"4.15.0-1131.147~16.04.1",
"4.15.0-1134.150~16.04.2",
"4.15.0-1135.151~16.04.2",
"4.15.0-1136.152~16.04.1",
"4.15.0-1137.153~16.04.1",
"4.15.0-1138.154~16.04.1",
"4.15.0-1141.157~16.04.2",
"4.15.0-1142.158~16.04.1",
"4.15.0-1143.159~16.04.1",
"4.15.0-1146.162~16.04.1",
"4.15.0-1147.163~16.04.1",
"4.15.0-1148.164~16.04.1",
"4.15.0-1149.165~16.04.1",
"4.15.0-1150.166~16.04.1",
"4.15.0-1151.167~16.04.1",
"4.15.0-1152.168~16.04.1",
"4.15.0-1153.170~16.04.1",
"4.15.0-1154.171~16.04.1",
"4.15.0-1155.172~16.04.1",
"4.15.0-1156.173~16.04.1",
"4.15.0-1157.174~16.04.1",
"4.15.0-1158.175~16.04.1",
"4.15.0-1159.176~16.04.1",
"4.15.0-1160.177~16.04.1",
"4.15.0-1161.178~16.04.1",
"4.15.0-1162.179~16.04.1",
"4.15.0-1163.180~16.04.1",
"4.15.0-1164.181~16.04.1",
"4.15.0-1165.182~16.04.1",
"4.15.0-1166.183~16.04.1",
"4.15.0-1167.184~16.04.2",
"4.15.0-1168.185~16.04.1",
"4.15.0-1169.186~16.04.1",
"4.15.0-1170.187~16.04.1",
"4.15.0-1171.188~16.04.1",
"4.15.0-1172.189~16.04.1",
"4.15.0-1173.190~16.04.1",
"4.15.0-1174.191~16.04.1",
"4.15.0-1175.192~16.04.1",
"4.15.0-1176.193~16.04.1",
"4.15.0-1177.194~16.04.1",
"4.15.0-1178.195~16.04.1",
"4.15.0-1179.196~16.04.1",
"4.15.0-1180.197~16.04.1",
"4.15.0-1181.198~16.04.1",
"4.15.0-1182.199~16.04.1",
"4.15.0-1183.200~16.04.2",
"4.15.0-1184.201~16.04.1",
"4.15.0-1187.204~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "crypto-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "dasd-extra-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "dasd-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "fat-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "fb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "firewire-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "floppy-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "fs-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "input-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "ipmi-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "irda-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "kernel-image-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-buildinfo-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-buildinfo-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-253",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-hwe-cloud-tools-4.15.0-253",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-hwe-tools-4.15.0-253",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-hwe-udebs-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-253-generic",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "md-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "message-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "mouse-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "multipath-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "nfs-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "nic-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "parport-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "pata-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "pcmcia-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "plip-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "ppp-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "sata-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "scsi-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "serial-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "storage-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "usb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "virtio-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
},
{
"binary_name": "vlan-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-hwe",
"purl": "pkg:deb/ubuntu/linux-hwe@4.15.0-253.265~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.8.0-36.36~16.04.1",
"4.8.0-39.42~16.04.1",
"4.8.0-41.44~16.04.1",
"4.8.0-42.45~16.04.1",
"4.8.0-44.47~16.04.1",
"4.8.0-45.48~16.04.1",
"4.8.0-46.49~16.04.1",
"4.8.0-49.52~16.04.1",
"4.8.0-51.54~16.04.1",
"4.8.0-52.55~16.04.1",
"4.8.0-53.56~16.04.1",
"4.8.0-54.57~16.04.1",
"4.8.0-56.61~16.04.1",
"4.8.0-58.63~16.04.1",
"4.10.0-27.30~16.04.2",
"4.10.0-28.32~16.04.2",
"4.10.0-30.34~16.04.1",
"4.10.0-32.36~16.04.1",
"4.10.0-33.37~16.04.1",
"4.10.0-35.39~16.04.1",
"4.10.0-37.41~16.04.1",
"4.10.0-38.42~16.04.1",
"4.10.0-40.44~16.04.1",
"4.10.0-42.46~16.04.1",
"4.13.0-26.29~16.04.2",
"4.13.0-31.34~16.04.1",
"4.13.0-32.35~16.04.1",
"4.13.0-36.40~16.04.1",
"4.13.0-37.42~16.04.1",
"4.13.0-38.43~16.04.1",
"4.13.0-39.44~16.04.1",
"4.13.0-41.46~16.04.1",
"4.13.0-43.48~16.04.1",
"4.13.0-45.50~16.04.1",
"4.15.0-24.26~16.04.1",
"4.15.0-29.31~16.04.1",
"4.15.0-30.32~16.04.1",
"4.15.0-32.35~16.04.1",
"4.15.0-33.36~16.04.1",
"4.15.0-34.37~16.04.1",
"4.15.0-36.39~16.04.1",
"4.15.0-38.41~16.04.1",
"4.15.0-39.42~16.04.1",
"4.15.0-42.45~16.04.1",
"4.15.0-43.46~16.04.1",
"4.15.0-45.48~16.04.1",
"4.15.0-46.49~16.04.1",
"4.15.0-47.50~16.04.1",
"4.15.0-48.51~16.04.1",
"4.15.0-50.54~16.04.1",
"4.15.0-51.55~16.04.1",
"4.15.0-52.56~16.04.1",
"4.15.0-54.58~16.04.1",
"4.15.0-55.60~16.04.2",
"4.15.0-58.64~16.04.1",
"4.15.0-60.67~16.04.1",
"4.15.0-62.69~16.04.1",
"4.15.0-64.73~16.04.1",
"4.15.0-65.74~16.04.1",
"4.15.0-66.75~16.04.1",
"4.15.0-69.78~16.04.1",
"4.15.0-70.79~16.04.1",
"4.15.0-72.81~16.04.1",
"4.15.0-74.83~16.04.1",
"4.15.0-76.86~16.04.1",
"4.15.0-88.88~16.04.1",
"4.15.0-91.92~16.04.1",
"4.15.0-96.97~16.04.1",
"4.15.0-99.100~16.04.1",
"4.15.0-101.102~16.04.1",
"4.15.0-106.107~16.04.1",
"4.15.0-107.108~16.04.1",
"4.15.0-112.113~16.04.1",
"4.15.0-115.116~16.04.1",
"4.15.0-117.118~16.04.1",
"4.15.0-118.119~16.04.1",
"4.15.0-120.122~16.04.1",
"4.15.0-122.124~16.04.1",
"4.15.0-123.126~16.04.1",
"4.15.0-126.129~16.04.1",
"4.15.0-128.131~16.04.1",
"4.15.0-129.132~16.04.1",
"4.15.0-132.136~16.04.1",
"4.15.0-133.137~16.04.1",
"4.15.0-136.140~16.04.1",
"4.15.0-137.141~16.04.1",
"4.15.0-139.143~16.04.1",
"4.15.0-140.144~16.04.1",
"4.15.0-142.146~16.04.1",
"4.15.0-143.147~16.04.3",
"4.15.0-144.148~16.04.1",
"4.15.0-147.151~16.04.1",
"4.15.0-151.157~16.04.1",
"4.15.0-153.160~16.04.1",
"4.15.0-154.161~16.04.1",
"4.15.0-156.163~16.04.1",
"4.15.0-158.166~16.04.1",
"4.15.0-159.167~16.04.1",
"4.15.0-161.169~16.04.1",
"4.15.0-162.170~16.04.1",
"4.15.0-163.171~16.04.1",
"4.15.0-166.174~16.04.1",
"4.15.0-167.175~16.04.1",
"4.15.0-169.177~16.04.1",
"4.15.0-171.180~16.04.1",
"4.15.0-173.182~16.04.1",
"4.15.0-175.184~16.04.1",
"4.15.0-176.185~16.04.1",
"4.15.0-177.186~16.04.1",
"4.15.0-180.189~16.04.1",
"4.15.0-184.194~16.04.1",
"4.15.0-187.198~16.04.1",
"4.15.0-188.199~16.04.1",
"4.15.0-189.200~16.04.1",
"4.15.0-191.202~16.04.1",
"4.15.0-192.203~16.04.1",
"4.15.0-193.204~16.04.1",
"4.15.0-194.205~16.04.1",
"4.15.0-196.207~16.04.1",
"4.15.0-197.208~16.04.1",
"4.15.0-200.211~16.04.2",
"4.15.0-201.212~16.04.1",
"4.15.0-202.213~16.04.1",
"4.15.0-206.217~16.04.1",
"4.15.0-208.219~16.04.1",
"4.15.0-209.220~16.04.1",
"4.15.0-210.221~16.04.1",
"4.15.0-211.222~16.04.1",
"4.15.0-212.223~16.04.1",
"4.15.0-213.224~16.04.1",
"4.15.0-214.225~16.04.1",
"4.15.0-216.227~16.04.1",
"4.15.0-218.229~16.04.1",
"4.15.0-219.230~16.04.1",
"4.15.0-220.231~16.04.1",
"4.15.0-221.232~16.04.1",
"4.15.0-222.233~16.04.1",
"4.15.0-223.235~16.04.1",
"4.15.0-224.236~16.04.1",
"4.15.0-225.237~16.04.1",
"4.15.0-226.238~16.04.1",
"4.15.0-227.239~16.04.1",
"4.15.0-228.240~16.04.1",
"4.15.0-229.241~16.04.1",
"4.15.0-230.242~16.04.1",
"4.15.0-231.243~16.04.1",
"4.15.0-232.244~16.04.1",
"4.15.0-233.245~16.04.1",
"4.15.0-234.246~16.04.1",
"4.15.0-235.247~16.04.1",
"4.15.0-236.248~16.04.1",
"4.15.0-237.249~16.04.1",
"4.15.0-238.250~16.04.1",
"4.15.0-239.251~16.04.1",
"4.15.0-240.252~16.04.1",
"4.15.0-241.253~16.04.1",
"4.15.0-242.254~16.04.1",
"4.15.0-243.255~16.04.1",
"4.15.0-245.257~16.04.1",
"4.15.0-246.258~16.04.1",
"4.15.0-247.259~16.04.1",
"4.15.0-248.260~16.04.1",
"4.15.0-249.261~16.04.1",
"4.15.0-253.265~16.04.1"
]
},
{
"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-buildinfo-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-cloud-tools-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-headers-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-image-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-kvm-cloud-tools-4.4.0-1157",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-kvm-headers-4.4.0-1157",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-kvm-tools-4.4.0-1157",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-modules-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
},
{
"binary_name": "linux-tools-4.4.0-1157-kvm",
"binary_version": "4.4.0-1157.168"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-kvm",
"purl": "pkg:deb/ubuntu/linux-kvm@4.4.0-1157.168?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1004.9",
"4.4.0-1007.12",
"4.4.0-1008.13",
"4.4.0-1009.14",
"4.4.0-1010.15",
"4.4.0-1012.17",
"4.4.0-1013.18",
"4.4.0-1015.20",
"4.4.0-1017.22",
"4.4.0-1019.24",
"4.4.0-1020.25",
"4.4.0-1021.26",
"4.4.0-1023.28",
"4.4.0-1026.31",
"4.4.0-1027.32",
"4.4.0-1029.34",
"4.4.0-1031.37",
"4.4.0-1032.38",
"4.4.0-1033.39",
"4.4.0-1035.41",
"4.4.0-1036.42",
"4.4.0-1037.43",
"4.4.0-1038.44",
"4.4.0-1039.45",
"4.4.0-1040.46",
"4.4.0-1041.47",
"4.4.0-1043.49",
"4.4.0-1044.50",
"4.4.0-1046.52",
"4.4.0-1047.53",
"4.4.0-1048.55",
"4.4.0-1051.58",
"4.4.0-1052.59",
"4.4.0-1054.61",
"4.4.0-1056.63",
"4.4.0-1058.65",
"4.4.0-1059.66",
"4.4.0-1060.67",
"4.4.0-1062.69",
"4.4.0-1063.70",
"4.4.0-1064.71",
"4.4.0-1065.72",
"4.4.0-1066.73",
"4.4.0-1068.75",
"4.4.0-1069.76",
"4.4.0-1070.77",
"4.4.0-1071.78",
"4.4.0-1075.82",
"4.4.0-1076.83",
"4.4.0-1077.84",
"4.4.0-1078.85",
"4.4.0-1079.86",
"4.4.0-1080.87",
"4.4.0-1082.91",
"4.4.0-1084.93",
"4.4.0-1085.94",
"4.4.0-1087.96",
"4.4.0-1088.97",
"4.4.0-1089.98",
"4.4.0-1090.99",
"4.4.0-1091.100",
"4.4.0-1092.101",
"4.4.0-1093.102",
"4.4.0-1094.103",
"4.4.0-1095.104",
"4.4.0-1096.105",
"4.4.0-1097.106",
"4.4.0-1098.107",
"4.4.0-1099.108",
"4.4.0-1100.109",
"4.4.0-1102.111",
"4.4.0-1103.112",
"4.4.0-1104.113",
"4.4.0-1105.114",
"4.4.0-1108.118",
"4.4.0-1110.120",
"4.4.0-1111.121",
"4.4.0-1112.122",
"4.4.0-1113.123",
"4.4.0-1114.124",
"4.4.0-1115.125",
"4.4.0-1116.126",
"4.4.0-1117.127",
"4.4.0-1118.128",
"4.4.0-1119.129",
"4.4.0-1120.130",
"4.4.0-1121.131",
"4.4.0-1122.132",
"4.4.0-1123.133",
"4.4.0-1124.134",
"4.4.0-1125.135",
"4.4.0-1126.136",
"4.4.0-1128.138",
"4.4.0-1129.139",
"4.4.0-1130.140",
"4.4.0-1131.141",
"4.4.0-1132.142",
"4.4.0-1134.144",
"4.4.0-1135.145",
"4.4.0-1136.146",
"4.4.0-1137.147",
"4.4.0-1138.148",
"4.4.0-1139.149",
"4.4.0-1140.151",
"4.4.0-1141.152",
"4.4.0-1142.153",
"4.4.0-1143.154",
"4.4.0-1144.155",
"4.4.0-1145.156",
"4.4.0-1146.157",
"4.4.0-1147.158",
"4.4.0-1148.159",
"4.4.0-1149.160",
"4.4.0-1150.161",
"4.4.0-1151.162",
"4.4.0-1152.163",
"4.4.0-1153.164",
"4.4.0-1154.165",
"4.4.0-1155.166",
"4.4.0-1157.168"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-oracle-headers-4.15.0-1156",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-oracle-tools-4.15.0-1156",
"binary_version": "4.15.0-1156.167~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167~16.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@4.15.0-1156.167~16.04.1?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1007.9~16.04.1",
"4.15.0-1008.10~16.04.1",
"4.15.0-1009.11~16.04.1",
"4.15.0-1010.12~16.04.1",
"4.15.0-1011.13~16.04.1",
"4.15.0-1013.15~16.04.1",
"4.15.0-1014.16~16.04.1",
"4.15.0-1015.17~16.04.1",
"4.15.0-1017.19~16.04.2",
"4.15.0-1018.20~16.04.1",
"4.15.0-1021.23~16.04.1",
"4.15.0-1022.25~16.04.1",
"4.15.0-1023.26~16.04.1",
"4.15.0-1025.28~16.04.1",
"4.15.0-1026.29~16.04.1",
"4.15.0-1027.30~16.04.1",
"4.15.0-1029.32~16.04.1",
"4.15.0-1030.33~16.04.1",
"4.15.0-1031.34~16.04.1",
"4.15.0-1033.36~16.04.1",
"4.15.0-1035.38~16.04.1",
"4.15.0-1037.41~16.04.1",
"4.15.0-1038.42~16.04.1",
"4.15.0-1039.43~16.04.1",
"4.15.0-1045.49~16.04.1",
"4.15.0-1046.50~16.04.1",
"4.15.0-1050.54~16.04.1",
"4.15.0-1051.55~16.04.1",
"4.15.0-1053.57~16.04.1",
"4.15.0-1054.58~16.04.1",
"4.15.0-1056.61~16.04.1",
"4.15.0-1058.64~16.04.1",
"4.15.0-1059.65~16.04.1",
"4.15.0-1061.67~16.04.1",
"4.15.0-1062.68~16.04.1",
"4.15.0-1064.71~16.04.1",
"4.15.0-1065.73~16.04.1",
"4.15.0-1066.74~16.04.1",
"4.15.0-1067.75~16.04.1",
"4.15.0-1068.76~16.04.1",
"4.15.0-1069.77~16.04.1",
"4.15.0-1070.78~16.04.1",
"4.15.0-1071.79~16.04.1",
"4.15.0-1072.80~16.04.1",
"4.15.0-1075.83~16.04.1",
"4.15.0-1078.86~16.04.1",
"4.15.0-1079.87~16.04.1",
"4.15.0-1080.88~16.04.1",
"4.15.0-1081.89~16.04.1",
"4.15.0-1082.90~16.04.1",
"4.15.0-1083.91~16.04.1",
"4.15.0-1084.92~16.04.1",
"4.15.0-1085.93~16.04.1",
"4.15.0-1086.94~16.04.1",
"4.15.0-1087.95~16.04.1",
"4.15.0-1089.98~16.04.1",
"4.15.0-1090.99~16.04.1",
"4.15.0-1091.100~16.04.1",
"4.15.0-1092.101~16.04.1",
"4.15.0-1093.102~16.04.1",
"4.15.0-1095.104~16.04.1",
"4.15.0-1098.108~16.04.1",
"4.15.0-1101.112~16.04.1",
"4.15.0-1102.113~16.04.1",
"4.15.0-1104.115~16.04.1",
"4.15.0-1105.116~16.04.1",
"4.15.0-1106.117~16.04.1",
"4.15.0-1107.118~16.04.1",
"4.15.0-1108.119~16.04.1",
"4.15.0-1111.122~16.04.2",
"4.15.0-1112.123~16.04.1",
"4.15.0-1113.124~16.04.1",
"4.15.0-1115.126~16.04.1",
"4.15.0-1116.127~16.04.1",
"4.15.0-1117.128~16.04.1",
"4.15.0-1118.129~16.04.1",
"4.15.0-1119.130~16.04.1",
"4.15.0-1120.131~16.04.1",
"4.15.0-1121.132~16.04.1",
"4.15.0-1122.133~16.04.1",
"4.15.0-1123.134~16.04.1",
"4.15.0-1124.135~16.04.1",
"4.15.0-1125.136~16.04.1",
"4.15.0-1126.137~16.04.1",
"4.15.0-1127.138~16.04.1",
"4.15.0-1128.139~16.04.1",
"4.15.0-1129.140~16.04.1",
"4.15.0-1130.141~16.04.1",
"4.15.0-1131.142~16.04.1",
"4.15.0-1132.143~16.04.1",
"4.15.0-1133.144~16.04.1",
"4.15.0-1134.145~16.04.1",
"4.15.0-1135.146~16.04.1",
"4.15.0-1136.147~16.04.1",
"4.15.0-1137.148~16.04.1",
"4.15.0-1138.149~16.04.1",
"4.15.0-1139.150~16.04.1",
"4.15.0-1140.151~16.04.1",
"4.15.0-1141.152~16.04.1",
"4.15.0-1142.153~16.04.1",
"4.15.0-1143.154~16.04.1",
"4.15.0-1144.155~16.04.1",
"4.15.0-1145.156~16.04.1",
"4.15.0-1148.159~16.04.1",
"4.15.0-1149.160~16.04.1",
"4.15.0-1150.161~16.04.1",
"4.15.0-1151.162~16.04.1",
"4.15.0-1153.164~16.04.1",
"4.15.0-1156.167~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "crypto-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "dasd-extra-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "dasd-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "fat-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "fb-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "firewire-core-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "floppy-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "fs-core-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "fs-secondary-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "input-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "ipmi-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "irda-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "kernel-image-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-buildinfo-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-fips-cloud-tools-common",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-fips-headers-4.4.0-1126",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-fips-source-4.4.0",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-fips-tools-4.4.0-1126",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-headers-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-image-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-image-hmac-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-image-unsigned-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-image-unsigned-hmac-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-modules-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-modules-extra-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-tools-4.4.0-1126-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "linux-udebs-fips",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "md-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "message-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "mouse-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "multipath-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "nfs-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "nic-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "nic-shared-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "nic-usb-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "parport-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "pata-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "pcmcia-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "plip-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "ppp-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "sata-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "scsi-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "serial-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "speakup-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "storage-core-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "usb-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "virtio-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
},
{
"binary_name": "vlan-modules-4.4.0-1126-fips-di",
"binary_version": "4.4.0-1126.133"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@4.4.0-1126.133?arch=source\u0026distro=fips-updates/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1003.3",
"4.4.0-1005.5",
"4.4.0-1006.6",
"4.4.0-1008.10",
"4.4.0-1010.13",
"4.4.0-1011.14",
"4.4.0-1012.16",
"4.4.0-1013.17",
"4.4.0-1015.20",
"4.4.0-1017.22",
"4.4.0-1019.24",
"4.4.0-1021.26",
"4.4.0-1022.27",
"4.4.0-1023.28",
"4.4.0-1025.30",
"4.4.0-1026.31",
"4.4.0-1027.32",
"4.4.0-1028.33",
"4.4.0-1029.34",
"4.4.0-1031.36",
"4.4.0-1032.37",
"4.4.0-1033.38",
"4.4.0-1034.39",
"4.4.0-1041.46",
"4.4.0-1042.47",
"4.4.0-1043.48",
"4.4.0-1044.49",
"4.4.0-1045.50",
"4.4.0-1046.51",
"4.4.0-1048.53",
"4.4.0-1049.55",
"4.4.0-1051.57",
"4.4.0-1052.58",
"4.4.0-1054.60",
"4.4.0-1055.61",
"4.4.0-1056.62",
"4.4.0-1057.63",
"4.4.0-1058.64",
"4.4.0-1060.66",
"4.4.0-1061.67",
"4.4.0-1062.68",
"4.4.0-1063.69",
"4.4.0-1064.70",
"4.4.0-1065.71",
"4.4.0-1066.72",
"4.4.0-1067.73",
"4.4.0-1068.74",
"4.4.0-1069.75",
"4.4.0-1071.77",
"4.4.0-1072.78",
"4.4.0-1073.79",
"4.4.0-1074.80",
"4.4.0-1077.84",
"4.4.0-1079.86",
"4.4.0-1080.87",
"4.4.0-1081.88",
"4.4.0-1082.89",
"4.4.0-1083.90",
"4.4.0-1084.91",
"4.4.0-1085.92",
"4.4.0-1086.93",
"4.4.0-1088.95",
"4.4.0-1089.96",
"4.4.0-1090.97",
"4.4.0-1091.98",
"4.4.0-1092.99",
"4.4.0-1093.100",
"4.4.0-1094.101",
"4.4.0-1095.102",
"4.4.0-1097.104",
"4.4.0-1099.106",
"4.4.0-1100.107",
"4.4.0-1101.108",
"4.4.0-1102.109",
"4.4.0-1103.110",
"4.4.0-1104.111",
"4.4.0-1105.112",
"4.4.0-1106.113",
"4.4.0-1107.114",
"4.4.0-1108.115",
"4.4.0-1109.116",
"4.4.0-1110.117",
"4.4.0-1111.118",
"4.4.0-1112.119",
"4.4.0-1113.120",
"4.4.0-1114.121",
"4.4.0-1115.122",
"4.4.0-1116.123",
"4.4.0-1117.124",
"4.4.0-1119.126",
"4.4.0-1120.127",
"4.4.0-1121.128",
"4.4.0-1122.129",
"4.4.0-1123.130",
"4.4.0-1124.131",
"4.4.0-1125.132",
"4.4.0-1126.133"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "crypto-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "dasd-extra-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "dasd-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "fat-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "fb-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "firewire-core-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "floppy-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "fs-core-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "fs-secondary-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "input-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "ipmi-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "irda-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "kernel-image-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-fips-headers-4.4.0-1002",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-fips-source-4.4.0",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-fips-tools-4.4.0-1002",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-headers-4.4.0-1002-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-image-4.4.0-1002-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-image-extra-4.4.0-1002-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-image-hmac-4.4.0-1002-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-tools-4.4.0-1002-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "linux-udebs-fips",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "md-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "message-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "mouse-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "multipath-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "nfs-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "nic-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "nic-pcmcia-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "nic-shared-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "nic-usb-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "parport-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "pata-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "pcmcia-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "pcmcia-storage-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "plip-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "ppp-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "sata-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "scsi-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "serial-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "speakup-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "storage-core-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "usb-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "virtio-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
},
{
"binary_name": "vlan-modules-4.4.0-1002-fips-di",
"binary_version": "4.4.0-1002.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@4.4.0-1002.2?arch=source\u0026distro=fips/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.0-1001.1",
"4.4.0-1002.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "crypto-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "dasd-extra-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "dasd-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "fat-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "fb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "firewire-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "floppy-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "fs-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "fs-secondary-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "input-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "ipmi-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "irda-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "kernel-image-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-buildinfo-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-buildinfo-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-cloud-tools-4.15.0-253",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-cloud-tools-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-cloud-tools-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-headers-4.15.0-253",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-headers-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-headers-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-image-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-image-unsigned-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-image-unsigned-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-modules-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-modules-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-modules-extra-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-source-4.15.0",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-tools-4.15.0-253",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-tools-4.15.0-253-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-tools-4.15.0-253-lowlatency",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-tools-common",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-tools-host",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "md-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "message-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "mouse-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "multipath-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "nfs-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "nic-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "nic-shared-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "nic-usb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "parport-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "pata-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "pcmcia-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "plip-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "ppp-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "sata-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "scsi-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "serial-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "storage-core-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "usb-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "virtio-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
},
{
"binary_name": "vlan-modules-4.15.0-253-generic-di",
"binary_version": "4.15.0-253.265"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@4.15.0-253.265?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.13.0-16.19",
"4.13.0-17.20",
"4.13.0-25.29",
"4.13.0-32.35",
"4.15.0-10.11",
"4.15.0-12.13",
"4.15.0-13.14",
"4.15.0-15.16",
"4.15.0-19.20",
"4.15.0-20.21",
"4.15.0-22.24",
"4.15.0-23.25",
"4.15.0-24.26",
"4.15.0-29.31",
"4.15.0-30.32",
"4.15.0-32.35",
"4.15.0-33.36",
"4.15.0-34.37",
"4.15.0-36.39",
"4.15.0-38.41",
"4.15.0-39.42",
"4.15.0-42.45",
"4.15.0-43.46",
"4.15.0-44.47",
"4.15.0-45.48",
"4.15.0-46.49",
"4.15.0-47.50",
"4.15.0-48.51",
"4.15.0-50.54",
"4.15.0-51.55",
"4.15.0-52.56",
"4.15.0-54.58",
"4.15.0-55.60",
"4.15.0-58.64",
"4.15.0-60.67",
"4.15.0-62.69",
"4.15.0-64.73",
"4.15.0-65.74",
"4.15.0-66.75",
"4.15.0-69.78",
"4.15.0-70.79",
"4.15.0-72.81",
"4.15.0-74.84",
"4.15.0-76.86",
"4.15.0-88.88",
"4.15.0-91.92",
"4.15.0-96.97",
"4.15.0-99.100",
"4.15.0-101.102",
"4.15.0-106.107",
"4.15.0-108.109",
"4.15.0-109.110",
"4.15.0-111.112",
"4.15.0-112.113",
"4.15.0-115.116",
"4.15.0-117.118",
"4.15.0-118.119",
"4.15.0-121.123",
"4.15.0-122.124",
"4.15.0-123.126",
"4.15.0-124.127",
"4.15.0-126.129",
"4.15.0-128.131",
"4.15.0-129.132",
"4.15.0-130.134",
"4.15.0-132.136",
"4.15.0-134.138",
"4.15.0-135.139",
"4.15.0-136.140",
"4.15.0-137.141",
"4.15.0-139.143",
"4.15.0-140.144",
"4.15.0-141.145",
"4.15.0-142.146",
"4.15.0-143.147",
"4.15.0-144.148",
"4.15.0-147.151",
"4.15.0-151.157",
"4.15.0-153.160",
"4.15.0-154.161",
"4.15.0-156.163",
"4.15.0-158.166",
"4.15.0-159.167",
"4.15.0-161.169",
"4.15.0-162.170",
"4.15.0-163.171",
"4.15.0-166.174",
"4.15.0-167.175",
"4.15.0-169.177",
"4.15.0-171.180",
"4.15.0-173.182",
"4.15.0-175.184",
"4.15.0-176.185",
"4.15.0-177.186",
"4.15.0-180.189",
"4.15.0-184.194",
"4.15.0-187.198",
"4.15.0-188.199",
"4.15.0-189.200",
"4.15.0-191.202",
"4.15.0-192.203",
"4.15.0-193.204",
"4.15.0-194.205",
"4.15.0-196.207",
"4.15.0-197.208",
"4.15.0-200.211",
"4.15.0-201.212",
"4.15.0-202.213",
"4.15.0-204.215",
"4.15.0-206.217",
"4.15.0-208.220",
"4.15.0-209.220",
"4.15.0-210.221",
"4.15.0-211.222",
"4.15.0-212.223",
"4.15.0-213.224",
"4.15.0-214.225",
"4.15.0-216.227",
"4.15.0-218.229",
"4.15.0-219.230",
"4.15.0-220.231",
"4.15.0-221.232",
"4.15.0-222.233",
"4.15.0-223.235",
"4.15.0-224.236",
"4.15.0-225.237",
"4.15.0-226.238",
"4.15.0-227.239",
"4.15.0-228.240",
"4.15.0-229.241",
"4.15.0-230.242",
"4.15.0-231.243",
"4.15.0-232.244",
"4.15.0-233.245",
"4.15.0-234.246",
"4.15.0-235.247",
"4.15.0-236.248",
"4.15.0-237.249",
"4.15.0-238.250",
"4.15.0-239.251",
"4.15.0-240.252",
"4.15.0-241.253",
"4.15.0-242.254",
"4.15.0-243.255",
"4.15.0-245.257",
"4.15.0-246.258",
"4.15.0-247.259",
"4.15.0-248.260",
"4.15.0-249.261",
"4.15.0-250.262",
"4.15.0-251.263",
"4.15.0-253.265"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-4.15.0-1194",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-aws-headers-4.15.0-1194",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-aws-tools-4.15.0-1194",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-buildinfo-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-headers-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-modules-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-modules-extra-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
},
{
"binary_name": "linux-tools-4.15.0-1194-aws",
"binary_version": "4.15.0-1194.207"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@4.15.0-1194.207?arch=source\u0026distro=esm-infra/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-1007.7",
"4.15.0-1009.9",
"4.15.0-1010.10",
"4.15.0-1011.11",
"4.15.0-1016.16",
"4.15.0-1017.17",
"4.15.0-1019.19",
"4.15.0-1020.20",
"4.15.0-1021.21",
"4.15.0-1023.23",
"4.15.0-1025.25",
"4.15.0-1027.27",
"4.15.0-1029.30",
"4.15.0-1031.33",
"4.15.0-1032.34",
"4.15.0-1033.35",
"4.15.0-1034.36",
"4.15.0-1035.37",
"4.15.0-1037.39",
"4.15.0-1039.41",
"4.15.0-1040.42",
"4.15.0-1041.43",
"4.15.0-1043.45",
"4.15.0-1044.46",
"4.15.0-1045.47",
"4.15.0-1047.49",
"4.15.0-1048.50",
"4.15.0-1050.52",
"4.15.0-1051.53",
"4.15.0-1052.54",
"4.15.0-1054.56",
"4.15.0-1056.58",
"4.15.0-1057.59",
"4.15.0-1058.60",
"4.15.0-1060.62",
"4.15.0-1063.67",
"4.15.0-1065.69",
"4.15.0-1066.70",
"4.15.0-1067.71",
"4.15.0-1073.77",
"4.15.0-1076.80",
"4.15.0-1077.81",
"4.15.0-1079.83",
"4.15.0-1080.84",
"4.15.0-1082.86",
"4.15.0-1083.87",
"4.15.0-1086.91",
"4.15.0-1087.92",
"4.15.0-1088.93",
"4.15.0-1090.95",
"4.15.0-1091.96",
"4.15.0-1092.98",
"4.15.0-1093.99",
"4.15.0-1094.101",
"4.15.0-1095.102",
"4.15.0-1096.103",
"4.15.0-1097.104",
"4.15.0-1098.105",
"4.15.0-1099.106",
"4.15.0-1101.108",
"4.15.0-1102.109",
"4.15.0-1103.110",
"4.15.0-1106.113",
"4.15.0-1109.116",
"4.15.0-1110.117",
"4.15.0-1111.118",
"4.15.0-1112.119",
"4.15.0-1114.121",
"4.15.0-1115.122",
"4.15.0-1116.123",
"4.15.0-1118.125",
"4.15.0-1119.127",
"4.15.0-1121.129",
"4.15.0-1123.132",
"4.15.0-1124.133",
"4.15.0-1126.135",
"4.15.0-1127.136",
"4.15.0-1128.137",
"4.15.0-1130.139",
"4.15.0-1133.143",
"4.15.0-1136.147",
"4.15.0-1137.148",
"4.15.0-1139.150",
"4.15.0-1140.151",
"4.15.0-1141.152",
"4.15.0-1142.154",
"4.15.0-1143.155",
"4.15.0-1144.156",
"4.15.0-1146.158",
"4.15.0-1147.159",
"4.15.0-1148.160",
"4.15.0-1150.163",
"4.15.0-1151.164",
"4.15.0-1153.166",
"4.15.0-1154.167",
"4.15.0-1155.168",
"4.15.0-1156.169",
"4.15.0-1157.170",
"4.15.0-1158.171",
"4.15.0-1159.172",
"4.15.0-1160.173",
"4.15.0-1161.174",
"4.15.0-1162.175",
"4.15.0-1163.176",
"4.15.0-1164.177",
"4.15.0-1165.178",
"4.15.0-1166.179",
"4.15.0-1167.180",
"4.15.0-1168.181",
"4.15.0-1169.182",
"4.15.0-1170.183",
"4.15.0-1172.185",
"4.15.0-1173.186",
"4.15.0-1174.187",
"4.15.0-1175.188",
"4.15.0-1176.189",
"4.15.0-1177.190",
"4.15.0-1178.191",
"4.15.0-1179.192",
"4.15.0-1180.193",
"4.15.0-1181.194",
"4.15.0-1182.195",
"4.15.0-1183.196",
"4.15.0-1184.197",
"4.15.0-1185.198",
"4.15.0-1186.199",
"4.15.0-1187.200",
"4.15.0-1188.201",
"4.15.0-1189.202",
"4.15.0-1190.203",
"4.15.0-1191.204",
"4.15.0-1192.205",
"4.15.0-1194.207"
]
},
{
"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-aws-5.4-cloud-tools-5.4.0-1161",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-aws-5.4-headers-5.4.0-1161",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-aws-5.4-tools-5.4.0-1161",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-buildinfo-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-aws-5.4",
"purl": "pkg:deb/ubuntu/linux-aws-5.4@5.4.0-1161.172~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1018.18~18.04.1",
"5.4.0-1020.20~18.04.2",
"5.4.0-1022.22~18.04.1",
"5.4.0-1024.24~18.04.1",
"5.4.0-1025.25~18.04.1",
"5.4.0-1028.29~18.04.1",
"5.4.0-1029.30~18.04.1",
"5.4.0-1030.31~18.04.1",
"5.4.0-1032.33~18.04.1",
"5.4.0-1034.35~18.04.1",
"5.4.0-1035.37~18.04.1",
"5.4.0-1037.39~18.04.1",
"5.4.0-1038.40~18.04.1",
"5.4.0-1039.41~18.04.1",
"5.4.0-1041.43~18.04.1",
"5.4.0-1043.45~18.04.1",
"5.4.0-1045.47~18.04.1",
"5.4.0-1047.49~18.04.1",
"5.4.0-1048.50~18.04.1",
"5.4.0-1049.51~18.04.1",
"5.4.0-1051.53~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-1058.61~18.04.3",
"5.4.0-1059.62~18.04.1",
"5.4.0-1060.63~18.04.1",
"5.4.0-1061.64~18.04.1",
"5.4.0-1063.66~18.04.1",
"5.4.0-1064.67~18.04.1",
"5.4.0-1065.68~18.04.1",
"5.4.0-1066.69~18.04.1",
"5.4.0-1068.72~18.04.1",
"5.4.0-1069.73~18.04.1",
"5.4.0-1071.76~18.04.1",
"5.4.0-1072.77~18.04.1",
"5.4.0-1075.80~18.04.1",
"5.4.0-1078.84~18.04.1",
"5.4.0-1080.87~18.04.1",
"5.4.0-1081.88~18.04.1",
"5.4.0-1083.90~18.04.1",
"5.4.0-1084.91~18.04.1",
"5.4.0-1085.92~18.04.1",
"5.4.0-1086.93~18.04.1",
"5.4.0-1088.96~18.04.1",
"5.4.0-1089.97~18.04.1",
"5.4.0-1090.98~18.04.1",
"5.4.0-1092.100~18.04.2",
"5.4.0-1093.102~18.04.2",
"5.4.0-1094.102~18.04.1",
"5.4.0-1096.104~18.04.1",
"5.4.0-1097.105~18.04.1",
"5.4.0-1099.107~18.04.1",
"5.4.0-1100.108~18.04.1",
"5.4.0-1101.109~18.04.1",
"5.4.0-1103.111~18.04.1",
"5.4.0-1104.112~18.04.1",
"5.4.0-1105.113~18.04.1",
"5.4.0-1106.114~18.04.1",
"5.4.0-1107.115~18.04.1",
"5.4.0-1108.116~18.04.1",
"5.4.0-1109.118~18.04.1",
"5.4.0-1110.119~18.04.1",
"5.4.0-1111.120~18.04.1",
"5.4.0-1112.121~18.04.2",
"5.4.0-1113.123~18.04.1",
"5.4.0-1114.124~18.04.1",
"5.4.0-1116.126~18.04.1",
"5.4.0-1117.127~18.04.1",
"5.4.0-1118.128~18.04.1",
"5.4.0-1119.129~18.04.1",
"5.4.0-1120.130~18.04.1",
"5.4.0-1121.131~18.04.1",
"5.4.0-1122.132~18.04.1",
"5.4.0-1123.133~18.04.1",
"5.4.0-1124.134~18.04.1",
"5.4.0-1125.135~18.04.1",
"5.4.0-1126.136~18.04.1",
"5.4.0-1127.137~18.04.2",
"5.4.0-1128.138~18.04.1",
"5.4.0-1129.139~18.04.1",
"5.4.0-1130.140~18.04.1",
"5.4.0-1131.141~18.04.1",
"5.4.0-1132.142~18.04.1",
"5.4.0-1133.143~18.04.1",
"5.4.0-1134.144~18.04.1",
"5.4.0-1135.145~18.04.1",
"5.4.0-1136.146~18.04.1",
"5.4.0-1137.147~18.04.1",
"5.4.0-1139.149~18.04.1",
"5.4.0-1142.152~18.04.1",
"5.4.0-1144.154~18.04.1",
"5.4.0-1145.155~18.04.1",
"5.4.0-1146.156~18.04.1",
"5.4.0-1147.157~18.04.1",
"5.4.0-1148.158~18.04.1",
"5.4.0-1149.159~18.04.1",
"5.4.0-1150.160~18.04.1",
"5.4.0-1151.161~18.04.1",
"5.4.0-1152.162~18.04.1",
"5.4.0-1153.163~18.04.1",
"5.4.0-1154.164~18.04.1",
"5.4.0-1156.166~18.04.1",
"5.4.0-1157.167~18.04.1",
"5.4.0-1158.168~18.04.1",
"5.4.0-1160.170~18.04.1",
"5.4.0-1161.172~18.04.1"
]
},
{
"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-4.15-cloud-tools-4.15.0-1204",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-azure-4.15-headers-4.15.0-1204",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-azure-4.15-tools-4.15.0-1204",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-buildinfo-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-headers-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-modules-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-modules-extra-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
},
{
"binary_name": "linux-tools-4.15.0-1204-azure",
"binary_version": "4.15.0-1204.219"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-azure-4.15",
"purl": "pkg:deb/ubuntu/linux-azure-4.15@4.15.0-1204.219?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1082.92",
"4.15.0-1083.93",
"4.15.0-1089.99",
"4.15.0-1091.101",
"4.15.0-1092.102",
"4.15.0-1093.103",
"4.15.0-1095.105",
"4.15.0-1096.106",
"4.15.0-1099.110",
"4.15.0-1100.111",
"4.15.0-1102.113",
"4.15.0-1103.114",
"4.15.0-1104.116",
"4.15.0-1106.118",
"4.15.0-1108.120",
"4.15.0-1109.121",
"4.15.0-1110.122",
"4.15.0-1111.123",
"4.15.0-1112.125",
"4.15.0-1113.126",
"4.15.0-1114.127",
"4.15.0-1115.128",
"4.15.0-1118.131",
"4.15.0-1121.134",
"4.15.0-1122.135",
"4.15.0-1123.136",
"4.15.0-1124.137",
"4.15.0-1125.138",
"4.15.0-1126.139",
"4.15.0-1127.140",
"4.15.0-1129.142",
"4.15.0-1130.143",
"4.15.0-1131.144",
"4.15.0-1133.146",
"4.15.0-1134.147",
"4.15.0-1136.149",
"4.15.0-1137.150",
"4.15.0-1138.151",
"4.15.0-1139.152",
"4.15.0-1142.156",
"4.15.0-1145.160",
"4.15.0-1146.161",
"4.15.0-1149.164",
"4.15.0-1150.165",
"4.15.0-1151.166",
"4.15.0-1153.168",
"4.15.0-1157.172",
"4.15.0-1158.173",
"4.15.0-1159.174",
"4.15.0-1161.176",
"4.15.0-1162.177",
"4.15.0-1163.178",
"4.15.0-1164.179",
"4.15.0-1165.180",
"4.15.0-1166.181",
"4.15.0-1167.182",
"4.15.0-1168.183",
"4.15.0-1169.184",
"4.15.0-1170.185",
"4.15.0-1171.186",
"4.15.0-1172.187",
"4.15.0-1173.188",
"4.15.0-1174.189",
"4.15.0-1175.190",
"4.15.0-1176.191",
"4.15.0-1177.192",
"4.15.0-1178.193",
"4.15.0-1179.194",
"4.15.0-1180.195",
"4.15.0-1181.196",
"4.15.0-1182.197",
"4.15.0-1183.198",
"4.15.0-1184.199",
"4.15.0-1185.200",
"4.15.0-1186.201",
"4.15.0-1187.202",
"4.15.0-1188.203",
"4.15.0-1189.204",
"4.15.0-1190.205",
"4.15.0-1191.206",
"4.15.0-1192.207",
"4.15.0-1193.208",
"4.15.0-1194.209",
"4.15.0-1195.210",
"4.15.0-1196.211",
"4.15.0-1197.212",
"4.15.0-1199.214",
"4.15.0-1200.215",
"4.15.0-1201.216",
"4.15.0-1202.217",
"4.15.0-1204.219"
]
},
{
"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-5.4-cloud-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-azure-5.4-headers-5.4.0-1166",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-azure-5.4-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-buildinfo-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-azure-5.4",
"purl": "pkg:deb/ubuntu/linux-azure-5.4@5.4.0-1166.172~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1020.20~18.04.1",
"5.4.0-1022.22~18.04.1",
"5.4.0-1023.23~18.04.1",
"5.4.0-1025.25~18.04.1",
"5.4.0-1026.26~18.04.1",
"5.4.0-1031.32~18.04.1",
"5.4.0-1032.33~18.04.1",
"5.4.0-1034.35~18.04.1",
"5.4.0-1035.36~18.04.1",
"5.4.0-1036.38~18.04.1",
"5.4.0-1039.41~18.04.1",
"5.4.0-1040.42~18.04.1",
"5.4.0-1041.43~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-1047.49~18.04.1",
"5.4.0-1048.50~18.04.1",
"5.4.0-1049.51~18.04.1",
"5.4.0-1051.53~18.04.1",
"5.4.0-1055.57~18.04.1",
"5.4.0-1056.58~18.04.1",
"5.4.0-1058.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-1064.67~18.04.1",
"5.4.0-1065.68~18.04.1",
"5.4.0-1067.70~18.04.1",
"5.4.0-1068.71~18.04.1",
"5.4.0-1069.72~18.04.1",
"5.4.0-1070.73~18.04.1",
"5.4.0-1072.75~18.04.1",
"5.4.0-1073.76~18.04.1",
"5.4.0-1074.77~18.04.1",
"5.4.0-1077.80~18.04.1",
"5.4.0-1078.81~18.04.1",
"5.4.0-1080.83~18.04.2",
"5.4.0-1083.87~18.04.1",
"5.4.0-1085.90~18.04.1",
"5.4.0-1086.91~18.04.1",
"5.4.0-1089.94~18.04.1",
"5.4.0-1090.95~18.04.1",
"5.4.0-1091.96~18.04.1",
"5.4.0-1094.100~18.04.1",
"5.4.0-1095.101~18.04.1",
"5.4.0-1098.104~18.04.2",
"5.4.0-1100.106~18.04.1",
"5.4.0-1101.107~18.04.1",
"5.4.0-1103.109~18.04.1",
"5.4.0-1104.110~18.04.1",
"5.4.0-1105.111~18.04.1",
"5.4.0-1106.112~18.04.1",
"5.4.0-1107.113~18.04.1",
"5.4.0-1108.114~18.04.1",
"5.4.0-1109.115~18.04.1",
"5.4.0-1110.116~18.04.1",
"5.4.0-1111.117~18.04.1",
"5.4.0-1112.118~18.04.1",
"5.4.0-1113.119~18.04.1",
"5.4.0-1115.122~18.04.1",
"5.4.0-1116.123~18.04.1",
"5.4.0-1117.124~18.04.1",
"5.4.0-1118.125~18.04.1",
"5.4.0-1119.126~18.04.2",
"5.4.0-1120.127~18.04.1",
"5.4.0-1121.128~18.04.1",
"5.4.0-1122.129~18.04.1",
"5.4.0-1123.130~18.04.1",
"5.4.0-1124.131~18.04.1",
"5.4.0-1126.133~18.04.1",
"5.4.0-1127.134~18.04.1",
"5.4.0-1128.135~18.04.1",
"5.4.0-1129.136~18.04.1",
"5.4.0-1130.137~18.04.1",
"5.4.0-1131.138~18.04.1",
"5.4.0-1132.139~18.04.1",
"5.4.0-1133.140~18.04.1",
"5.4.0-1134.141~18.04.1",
"5.4.0-1135.142~18.04.1",
"5.4.0-1136.143~18.04.1",
"5.4.0-1137.144~18.04.1",
"5.4.0-1138.145~18.04.1",
"5.4.0-1139.146~18.04.1",
"5.4.0-1140.147~18.04.1",
"5.4.0-1142.149~18.04.1",
"5.4.0-1143.150~18.04.1",
"5.4.0-1145.152~18.04.1",
"5.4.0-1147.154~18.04.1",
"5.4.0-1148.155~18.04.1",
"5.4.0-1149.156~18.04.1",
"5.4.0-1150.157~18.04.1",
"5.4.0-1151.158~18.04.1",
"5.4.0-1152.159~18.04.1",
"5.4.0-1153.160~18.04.1",
"5.4.0-1154.161~18.04.1",
"5.4.0-1156.163~18.04.1",
"5.4.0-1157.164~18.04.1",
"5.4.0-1161.167~18.04.1",
"5.4.0-1162.168~18.04.1",
"5.4.0-1163.169~18.04.1",
"5.4.0-1164.170~18.04.1",
"5.4.0-1166.172~18.04.1"
]
},
{
"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-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-gcp-4.15-headers-4.15.0-1187",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-gcp-4.15-tools-4.15.0-1187",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-headers-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-modules-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-modules-extra-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
},
{
"binary_name": "linux-tools-4.15.0-1187-gcp",
"binary_version": "4.15.0-1187.204"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-gcp-4.15",
"purl": "pkg:deb/ubuntu/linux-gcp-4.15@4.15.0-1187.204?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1071.81",
"4.15.0-1077.87",
"4.15.0-1078.88",
"4.15.0-1080.90",
"4.15.0-1081.92",
"4.15.0-1083.94",
"4.15.0-1084.95",
"4.15.0-1086.98",
"4.15.0-1087.100",
"4.15.0-1088.101",
"4.15.0-1090.103",
"4.15.0-1091.104",
"4.15.0-1092.105",
"4.15.0-1093.106",
"4.15.0-1094.107",
"4.15.0-1095.108",
"4.15.0-1096.109",
"4.15.0-1097.110",
"4.15.0-1098.111",
"4.15.0-1099.112",
"4.15.0-1100.113",
"4.15.0-1103.116",
"4.15.0-1106.120",
"4.15.0-1107.121",
"4.15.0-1108.122",
"4.15.0-1109.123",
"4.15.0-1110.124",
"4.15.0-1111.125",
"4.15.0-1112.126",
"4.15.0-1114.128",
"4.15.0-1115.129",
"4.15.0-1116.130",
"4.15.0-1118.132",
"4.15.0-1119.133",
"4.15.0-1120.134",
"4.15.0-1121.135",
"4.15.0-1122.136",
"4.15.0-1124.138",
"4.15.0-1127.142",
"4.15.0-1130.146",
"4.15.0-1131.147",
"4.15.0-1134.150",
"4.15.0-1135.151",
"4.15.0-1136.152",
"4.15.0-1137.153",
"4.15.0-1138.154",
"4.15.0-1141.157",
"4.15.0-1142.158",
"4.15.0-1143.159",
"4.15.0-1145.161",
"4.15.0-1146.162",
"4.15.0-1147.163",
"4.15.0-1148.164",
"4.15.0-1149.165",
"4.15.0-1150.166",
"4.15.0-1151.167",
"4.15.0-1152.168",
"4.15.0-1153.170",
"4.15.0-1154.171",
"4.15.0-1155.172",
"4.15.0-1156.173",
"4.15.0-1157.174",
"4.15.0-1158.175",
"4.15.0-1159.176",
"4.15.0-1160.177",
"4.15.0-1161.178",
"4.15.0-1162.179",
"4.15.0-1163.180",
"4.15.0-1164.181",
"4.15.0-1165.182",
"4.15.0-1166.183",
"4.15.0-1167.184",
"4.15.0-1168.185",
"4.15.0-1169.186",
"4.15.0-1170.187",
"4.15.0-1171.188",
"4.15.0-1172.189",
"4.15.0-1173.190",
"4.15.0-1174.191",
"4.15.0-1175.192",
"4.15.0-1176.193",
"4.15.0-1177.194",
"4.15.0-1178.195",
"4.15.0-1179.196",
"4.15.0-1180.197",
"4.15.0-1181.198",
"4.15.0-1182.199",
"4.15.0-1183.200",
"4.15.0-1184.201",
"4.15.0-1185.202",
"4.15.0-1186.203",
"4.15.0-1187.204"
]
},
{
"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-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-gcp-5.4-headers-5.4.0-1164",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-gcp-5.4-tools-5.4.0-1164",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-gcp-5.4",
"purl": "pkg:deb/ubuntu/linux-gcp-5.4@5.4.0-1164.173~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1019.19~18.04.2",
"5.4.0-1021.21~18.04.1",
"5.4.0-1022.22~18.04.1",
"5.4.0-1024.24~18.04.1",
"5.4.0-1025.25~18.04.1",
"5.4.0-1028.29~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-1034.37~18.04.1",
"5.4.0-1036.39~18.04.1",
"5.4.0-1037.40~18.04.1",
"5.4.0-1038.41~18.04.1",
"5.4.0-1040.43~18.04.1",
"5.4.0-1041.44~18.04.1",
"5.4.0-1042.45~18.04.1",
"5.4.0-1043.46~18.04.1",
"5.4.0-1044.47~18.04.2",
"5.4.0-1046.49~18.04.1",
"5.4.0-1049.53~18.04.1",
"5.4.0-1051.55~18.04.1",
"5.4.0-1052.56~18.04.1",
"5.4.0-1053.57~18.04.1",
"5.4.0-1055.59~18.04.1",
"5.4.0-1056.60~18.04.1",
"5.4.0-1057.61~18.04.1",
"5.4.0-1058.62~18.04.1",
"5.4.0-1059.63~18.04.1",
"5.4.0-1060.64~18.04.1",
"5.4.0-1062.66~18.04.1",
"5.4.0-1063.67~18.04.1",
"5.4.0-1064.68~18.04.1",
"5.4.0-1065.69~18.04.1",
"5.4.0-1067.71~18.04.1",
"5.4.0-1068.72~18.04.1",
"5.4.0-1069.73~18.04.1",
"5.4.0-1072.77~18.04.1",
"5.4.0-1073.78~18.04.1",
"5.4.0-1075.80~18.04.1",
"5.4.0-1078.84~18.04.1",
"5.4.0-1080.87~18.04.1",
"5.4.0-1083.91~18.04.1",
"5.4.0-1084.92~18.04.1",
"5.4.0-1086.94~18.04.1",
"5.4.0-1087.95~18.04.1",
"5.4.0-1089.97~18.04.1",
"5.4.0-1092.101~18.04.1",
"5.4.0-1093.102~18.04.1",
"5.4.0-1096.105~18.04.2",
"5.4.0-1097.106~18.04.1",
"5.4.0-1098.107~18.04.1",
"5.4.0-1100.109~18.04.1",
"5.4.0-1101.110~18.04.1",
"5.4.0-1102.111~18.04.2",
"5.4.0-1103.112~18.04.1",
"5.4.0-1104.113~18.04.1",
"5.4.0-1105.114~18.04.1",
"5.4.0-1106.115~18.04.1",
"5.4.0-1107.116~18.04.1",
"5.4.0-1108.117~18.04.1",
"5.4.0-1109.118~18.04.1",
"5.4.0-1110.119~18.04.1",
"5.4.0-1111.120~18.04.1",
"5.4.0-1112.121~18.04.1",
"5.4.0-1113.122~18.04.1",
"5.4.0-1115.124~18.04.1",
"5.4.0-1116.125~18.04.1",
"5.4.0-1117.126~18.04.1",
"5.4.0-1118.127~18.04.1",
"5.4.0-1120.129~18.04.1",
"5.4.0-1121.130~18.04.1",
"5.4.0-1122.131~18.04.1",
"5.4.0-1123.132~18.04.1",
"5.4.0-1124.133~18.04.1",
"5.4.0-1125.134~18.04.1",
"5.4.0-1126.135~18.04.1",
"5.4.0-1127.136~18.04.1",
"5.4.0-1128.137~18.04.1",
"5.4.0-1129.138~18.04.1",
"5.4.0-1130.139~18.04.1",
"5.4.0-1132.141~18.04.1",
"5.4.0-1133.142~18.04.1",
"5.4.0-1134.143~18.04.1",
"5.4.0-1135.144~18.04.1",
"5.4.0-1136.145~18.04.1",
"5.4.0-1137.146~18.04.1",
"5.4.0-1138.147~18.04.1",
"5.4.0-1139.148~18.04.1",
"5.4.0-1140.149~18.04.1",
"5.4.0-1141.150~18.04.1",
"5.4.0-1142.151~18.04.1",
"5.4.0-1143.152~18.04.1",
"5.4.0-1145.154~18.04.1",
"5.4.0-1147.156~18.04.1",
"5.4.0-1148.157~18.04.1",
"5.4.0-1149.158~18.04.1",
"5.4.0-1150.159~18.04.1",
"5.4.0-1151.160~18.04.1",
"5.4.0-1152.161~18.04.1",
"5.4.0-1153.162~18.04.1",
"5.4.0-1154.163~18.04.1",
"5.4.0-1155.164~18.04.1",
"5.4.0-1156.165~18.04.1",
"5.4.0-1157.166~18.04.1",
"5.4.0-1159.168~18.04.1",
"5.4.0-1160.169~18.04.1",
"5.4.0-1161.170~18.04.1",
"5.4.0-1162.171~18.04.1",
"5.4.0-1163.172~18.04.1",
"5.4.0-1164.173~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.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "crypto-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "dasd-extra-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "dasd-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "fat-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "fb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "firewire-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "floppy-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "fs-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "fs-secondary-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "input-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "ipmi-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "kernel-image-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-buildinfo-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-buildinfo-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-cloud-tools-5.4.0-233",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-cloud-tools-common",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-headers-5.4.0-233",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-source-5.4.0",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-tools-5.4.0-233",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-tools-common",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-hwe-5.4-udebs-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-233-generic",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "md-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "message-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "mouse-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "multipath-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "nfs-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "nic-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "nic-shared-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "nic-usb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "parport-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "pata-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "pcmcia-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "plip-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "ppp-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "sata-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "scsi-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "serial-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "storage-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "usb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "virtio-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
},
{
"binary_name": "vlan-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-hwe-5.4",
"purl": "pkg:deb/ubuntu/linux-hwe-5.4@5.4.0-233.253~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-37.41~18.04.1",
"5.4.0-39.43~18.04.1",
"5.4.0-40.44~18.04.1",
"5.4.0-42.46~18.04.1",
"5.4.0-45.49~18.04.2",
"5.4.0-47.51~18.04.1",
"5.4.0-48.52~18.04.1",
"5.4.0-51.56~18.04.1",
"5.4.0-52.57~18.04.1",
"5.4.0-53.59~18.04.1",
"5.4.0-54.60~18.04.1",
"5.4.0-56.62~18.04.1",
"5.4.0-58.64~18.04.1",
"5.4.0-59.65~18.04.1",
"5.4.0-60.67~18.04.1",
"5.4.0-62.70~18.04.1",
"5.4.0-64.72~18.04.1",
"5.4.0-65.73~18.04.1",
"5.4.0-66.74~18.04.2",
"5.4.0-67.75~18.04.1",
"5.4.0-70.78~18.04.1",
"5.4.0-71.79~18.04.1",
"5.4.0-72.80~18.04.1",
"5.4.0-73.82~18.04.1",
"5.4.0-74.83~18.04.1",
"5.4.0-77.86~18.04.1",
"5.4.0-80.90~18.04.1",
"5.4.0-81.91~18.04.1",
"5.4.0-84.94~18.04.1",
"5.4.0-86.97~18.04.1",
"5.4.0-87.98~18.04.1",
"5.4.0-89.100~18.04.1",
"5.4.0-90.101~18.04.1",
"5.4.0-91.102~18.04.1",
"5.4.0-92.103~18.04.2",
"5.4.0-94.106~18.04.1",
"5.4.0-96.109~18.04.1",
"5.4.0-97.110~18.04.1",
"5.4.0-99.112~18.04.1",
"5.4.0-100.113~18.04.1",
"5.4.0-104.118~18.04.1",
"5.4.0-105.119~18.04.1",
"5.4.0-107.121~18.04.1",
"5.4.0-109.123~18.04.1",
"5.4.0-110.124~18.04.1",
"5.4.0-113.127~18.04.1",
"5.4.0-117.132~18.04.1",
"5.4.0-120.136~18.04.1",
"5.4.0-121.137~18.04.1",
"5.4.0-122.138~18.04.1",
"5.4.0-124.140~18.04.1",
"5.4.0-125.141~18.04.1",
"5.4.0-126.142~18.04.1",
"5.4.0-128.144~18.04.1",
"5.4.0-131.147~18.04.1",
"5.4.0-132.148~18.04.1",
"5.4.0-133.149~18.04.1",
"5.4.0-135.152~18.04.2",
"5.4.0-136.153~18.04.1",
"5.4.0-137.154~18.04.1",
"5.4.0-139.156~18.04.1",
"5.4.0-144.161~18.04.1",
"5.4.0-146.163~18.04.1",
"5.4.0-147.164~18.04.1",
"5.4.0-148.165~18.04.1",
"5.4.0-149.166~18.04.1",
"5.4.0-150.167~18.04.1",
"5.4.0-152.169~18.04.1",
"5.4.0-153.170~18.04.1",
"5.4.0-155.172~18.04.1",
"5.4.0-156.173~18.04.1",
"5.4.0-159.176~18.04.1",
"5.4.0-162.179~18.04.1",
"5.4.0-163.180~18.04.1",
"5.4.0-164.181~18.04.1",
"5.4.0-165.182~18.04.1",
"5.4.0-166.183~18.04.2",
"5.4.0-167.184~18.04.1",
"5.4.0-169.187~18.04.1",
"5.4.0-170.188~18.04.1",
"5.4.0-171.189~18.04.1",
"5.4.0-172.190~18.04.1",
"5.4.0-173.191~18.04.1",
"5.4.0-174.193~18.04.1",
"5.4.0-175.195~18.04.1",
"5.4.0-177.197~18.04.1",
"5.4.0-181.201~18.04.1",
"5.4.0-182.202~18.04.1",
"5.4.0-186.206~18.04.1",
"5.4.0-187.207~18.04.1",
"5.4.0-189.209~18.04.1",
"5.4.0-190.210~18.04.1",
"5.4.0-192.212~18.04.1",
"5.4.0-193.213~18.04.1",
"5.4.0-195.215~18.04.1",
"5.4.0-196.216~18.04.1",
"5.4.0-198.218~18.04.1",
"5.4.0-200.220~18.04.1",
"5.4.0-202.222~18.04.1",
"5.4.0-204.224~18.04.1",
"5.4.0-205.225~18.04.1",
"5.4.0-208.228~18.04.1",
"5.4.0-211.231~18.04.1",
"5.4.0-212.232~18.04.1",
"5.4.0-214.234~18.04.1",
"5.4.0-215.235~18.04.1",
"5.4.0-216.236~18.04.1",
"5.4.0-218.238~18.04.1",
"5.4.0-219.239~18.04.1",
"5.4.0-220.240~18.04.1",
"5.4.0-221.241~18.04.1",
"5.4.0-222.242~18.04.1",
"5.4.0-223.243~18.04.1",
"5.4.0-224.244~18.04.1",
"5.4.0-225.245~18.04.1",
"5.4.0-227.247~18.04.1",
"5.4.0-228.248~18.04.1",
"5.4.0-229.249~18.04.1",
"5.4.0-231.251~18.04.1",
"5.4.0-233.253~18.04.1"
]
},
{
"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": "linux-buildinfo-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-ibm-5.4-cloud-tools-common",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-ibm-5.4-headers-5.4.0-1107",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-ibm-5.4-source-5.4.0",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-ibm-5.4-tools-5.4.0-1107",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-ibm-5.4-tools-common",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-ibm-5.4",
"purl": "pkg:deb/ubuntu/linux-ibm-5.4@5.4.0-1107.112~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1010.11~18.04.2",
"5.4.0-1012.13~18.04.1",
"5.4.0-1014.15~18.04.1",
"5.4.0-1015.16~18.04.1",
"5.4.0-1017.19~18.04.1",
"5.4.0-1018.20~18.04.1",
"5.4.0-1019.21~18.04.1",
"5.4.0-1020.22~18.04.1",
"5.4.0-1021.23~18.04.1",
"5.4.0-1023.25~18.04.1",
"5.4.0-1026.29~18.04.1",
"5.4.0-1028.32~18.04.1",
"5.4.0-1029.33~18.04.1",
"5.4.0-1031.35~18.04.1",
"5.4.0-1032.36~18.04.1",
"5.4.0-1033.37~18.04.1",
"5.4.0-1034.38~18.04.1",
"5.4.0-1036.41~18.04.1",
"5.4.0-1037.42~18.04.1",
"5.4.0-1040.45~18.04.2",
"5.4.0-1041.46~18.04.1",
"5.4.0-1042.47~18.04.1",
"5.4.0-1044.49~18.04.1",
"5.4.0-1045.50~18.04.1",
"5.4.0-1046.51~18.04.1",
"5.4.0-1047.52~18.04.1",
"5.4.0-1048.53~18.04.1",
"5.4.0-1049.54~18.04.1",
"5.4.0-1050.55~18.04.1",
"5.4.0-1051.56~18.04.1",
"5.4.0-1052.57~18.04.1",
"5.4.0-1053.58~18.04.1",
"5.4.0-1054.59~18.04.1",
"5.4.0-1056.61~18.04.1",
"5.4.0-1057.62~18.04.1",
"5.4.0-1058.63~18.04.1",
"5.4.0-1059.64~18.04.1",
"5.4.0-1060.65~18.04.1",
"5.4.0-1061.66~18.04.1",
"5.4.0-1063.68~18.04.1",
"5.4.0-1064.69~18.04.1",
"5.4.0-1065.70~18.04.1",
"5.4.0-1066.71~18.04.1",
"5.4.0-1067.72~18.04.1",
"5.4.0-1068.73~18.04.1",
"5.4.0-1069.74~18.04.1",
"5.4.0-1070.75~18.04.1",
"5.4.0-1071.76~18.04.1",
"5.4.0-1072.77~18.04.1",
"5.4.0-1073.78~18.04.1",
"5.4.0-1074.79~18.04.1",
"5.4.0-1075.80~18.04.1",
"5.4.0-1076.81~18.04.1",
"5.4.0-1077.82~18.04.1",
"5.4.0-1078.83~18.04.1",
"5.4.0-1079.84~18.04.1",
"5.4.0-1080.85~18.04.1",
"5.4.0-1081.86~18.04.1",
"5.4.0-1082.87~18.04.1",
"5.4.0-1083.88~18.04.1",
"5.4.0-1084.89~18.04.1",
"5.4.0-1085.90~18.04.1",
"5.4.0-1086.91~18.04.1",
"5.4.0-1090.95~18.04.1",
"5.4.0-1092.97~18.04.1",
"5.4.0-1093.98~18.04.1",
"5.4.0-1094.99~18.04.1",
"5.4.0-1095.100~18.04.1",
"5.4.0-1096.101~18.04.1",
"5.4.0-1097.102~18.04.1",
"5.4.0-1098.103~18.04.1",
"5.4.0-1099.104~18.04.1",
"5.4.0-1100.105~18.04.1",
"5.4.0-1102.107~18.04.1",
"5.4.0-1103.108~18.04.1",
"5.4.0-1104.109~18.04.1",
"5.4.0-1105.110~18.04.1",
"5.4.0-1107.112~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1176-kvm",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-headers-4.15.0-1176-kvm",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-image-4.15.0-1176-kvm",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-kvm-headers-4.15.0-1176",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-kvm-tools-4.15.0-1176",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-modules-4.15.0-1176-kvm",
"binary_version": "4.15.0-1176.181"
},
{
"binary_name": "linux-tools-4.15.0-1176-kvm",
"binary_version": "4.15.0-1176.181"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-kvm",
"purl": "pkg:deb/ubuntu/linux-kvm@4.15.0-1176.181?arch=source\u0026distro=esm-infra/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-1006.6",
"4.15.0-1008.8",
"4.15.0-1010.10",
"4.15.0-1011.11",
"4.15.0-1012.12",
"4.15.0-1016.16",
"4.15.0-1017.17",
"4.15.0-1019.19",
"4.15.0-1020.20",
"4.15.0-1021.21",
"4.15.0-1023.23",
"4.15.0-1025.25",
"4.15.0-1026.26",
"4.15.0-1027.27",
"4.15.0-1028.28",
"4.15.0-1029.29",
"4.15.0-1030.30",
"4.15.0-1031.31",
"4.15.0-1032.32",
"4.15.0-1034.34",
"4.15.0-1035.35",
"4.15.0-1036.36",
"4.15.0-1038.38",
"4.15.0-1039.39",
"4.15.0-1042.42",
"4.15.0-1043.43",
"4.15.0-1044.44",
"4.15.0-1046.46",
"4.15.0-1047.47",
"4.15.0-1048.48",
"4.15.0-1050.50",
"4.15.0-1051.51",
"4.15.0-1052.52",
"4.15.0-1053.53",
"4.15.0-1056.57",
"4.15.0-1058.59",
"4.15.0-1059.60",
"4.15.0-1060.61",
"4.15.0-1067.68",
"4.15.0-1069.70",
"4.15.0-1071.72",
"4.15.0-1072.73",
"4.15.0-1074.75",
"4.15.0-1075.76",
"4.15.0-1077.79",
"4.15.0-1079.81",
"4.15.0-1081.83",
"4.15.0-1082.84",
"4.15.0-1084.86",
"4.15.0-1085.87",
"4.15.0-1086.88",
"4.15.0-1087.89",
"4.15.0-1088.90",
"4.15.0-1089.91",
"4.15.0-1090.92",
"4.15.0-1091.93",
"4.15.0-1092.94",
"4.15.0-1094.96",
"4.15.0-1097.99",
"4.15.0-1098.100",
"4.15.0-1099.101",
"4.15.0-1100.102",
"4.15.0-1101.103",
"4.15.0-1102.104",
"4.15.0-1103.105",
"4.15.0-1105.107",
"4.15.0-1106.108",
"4.15.0-1107.109",
"4.15.0-1109.112",
"4.15.0-1110.113",
"4.15.0-1112.115",
"4.15.0-1113.116",
"4.15.0-1114.117",
"4.15.0-1116.119",
"4.15.0-1119.123",
"4.15.0-1122.127",
"4.15.0-1123.128",
"4.15.0-1125.130",
"4.15.0-1126.131",
"4.15.0-1127.132",
"4.15.0-1128.133",
"4.15.0-1129.134",
"4.15.0-1132.137",
"4.15.0-1133.138",
"4.15.0-1134.139",
"4.15.0-1135.140",
"4.15.0-1136.141",
"4.15.0-1137.142",
"4.15.0-1138.143",
"4.15.0-1139.144",
"4.15.0-1140.145",
"4.15.0-1141.146",
"4.15.0-1142.147",
"4.15.0-1143.148",
"4.15.0-1144.149",
"4.15.0-1145.150",
"4.15.0-1146.151",
"4.15.0-1147.152",
"4.15.0-1148.153",
"4.15.0-1149.154",
"4.15.0-1150.155",
"4.15.0-1151.156",
"4.15.0-1152.157",
"4.15.0-1153.158",
"4.15.0-1154.159",
"4.15.0-1155.160",
"4.15.0-1156.161",
"4.15.0-1157.162",
"4.15.0-1158.163",
"4.15.0-1159.164",
"4.15.0-1160.165",
"4.15.0-1161.166",
"4.15.0-1162.167",
"4.15.0-1163.168",
"4.15.0-1164.169",
"4.15.0-1165.170",
"4.15.0-1166.171",
"4.15.0-1167.172",
"4.15.0-1168.173",
"4.15.0-1169.174",
"4.15.0-1170.175",
"4.15.0-1171.176",
"4.15.0-1172.177",
"4.15.0-1173.178",
"4.15.0-1174.179",
"4.15.0-1175.180",
"4.15.0-1176.181"
]
},
{
"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-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-headers-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-modules-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-modules-extra-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-oracle-headers-4.15.0-1156",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-oracle-tools-4.15.0-1156",
"binary_version": "4.15.0-1156.167"
},
{
"binary_name": "linux-tools-4.15.0-1156-oracle",
"binary_version": "4.15.0-1156.167"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@4.15.0-1156.167?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1007.9",
"4.15.0-1008.10",
"4.15.0-1009.11",
"4.15.0-1010.12",
"4.15.0-1011.13",
"4.15.0-1013.15",
"4.15.0-1014.16",
"4.15.0-1015.17",
"4.15.0-1017.19",
"4.15.0-1018.20",
"4.15.0-1021.23",
"4.15.0-1022.25",
"4.15.0-1023.26",
"4.15.0-1025.28",
"4.15.0-1026.29",
"4.15.0-1027.30",
"4.15.0-1029.32",
"4.15.0-1030.33",
"4.15.0-1031.34",
"4.15.0-1033.36",
"4.15.0-1035.39",
"4.15.0-1037.41",
"4.15.0-1038.42",
"4.15.0-1039.43",
"4.15.0-1045.49",
"4.15.0-1047.51",
"4.15.0-1048.52",
"4.15.0-1050.54",
"4.15.0-1051.55",
"4.15.0-1053.57",
"4.15.0-1054.58",
"4.15.0-1057.62",
"4.15.0-1058.64",
"4.15.0-1059.65",
"4.15.0-1061.67",
"4.15.0-1062.68",
"4.15.0-1063.70",
"4.15.0-1064.71",
"4.15.0-1065.73",
"4.15.0-1066.74",
"4.15.0-1067.75",
"4.15.0-1068.76",
"4.15.0-1069.77",
"4.15.0-1070.78",
"4.15.0-1071.79",
"4.15.0-1072.80",
"4.15.0-1075.83",
"4.15.0-1078.86",
"4.15.0-1079.87",
"4.15.0-1080.88",
"4.15.0-1081.89",
"4.15.0-1082.90",
"4.15.0-1083.91",
"4.15.0-1084.92",
"4.15.0-1085.93",
"4.15.0-1086.94",
"4.15.0-1087.95",
"4.15.0-1089.98",
"4.15.0-1090.99",
"4.15.0-1091.100",
"4.15.0-1092.101",
"4.15.0-1093.102",
"4.15.0-1095.104",
"4.15.0-1098.108",
"4.15.0-1101.112",
"4.15.0-1102.113",
"4.15.0-1104.115",
"4.15.0-1105.116",
"4.15.0-1106.117",
"4.15.0-1107.118",
"4.15.0-1108.119",
"4.15.0-1111.122",
"4.15.0-1112.123",
"4.15.0-1113.124",
"4.15.0-1114.125",
"4.15.0-1115.126",
"4.15.0-1116.127",
"4.15.0-1117.128",
"4.15.0-1118.129",
"4.15.0-1119.130",
"4.15.0-1120.131",
"4.15.0-1121.132",
"4.15.0-1122.133",
"4.15.0-1123.134",
"4.15.0-1124.135",
"4.15.0-1125.136",
"4.15.0-1126.137",
"4.15.0-1127.138",
"4.15.0-1128.139",
"4.15.0-1129.140",
"4.15.0-1130.141",
"4.15.0-1131.142",
"4.15.0-1132.143",
"4.15.0-1133.144",
"4.15.0-1134.145",
"4.15.0-1135.146",
"4.15.0-1136.147",
"4.15.0-1137.148",
"4.15.0-1138.149",
"4.15.0-1139.150",
"4.15.0-1140.151",
"4.15.0-1141.152",
"4.15.0-1142.153",
"4.15.0-1143.154",
"4.15.0-1144.155",
"4.15.0-1145.156",
"4.15.0-1146.157",
"4.15.0-1147.158",
"4.15.0-1148.159",
"4.15.0-1149.160",
"4.15.0-1150.161",
"4.15.0-1151.162",
"4.15.0-1152.163",
"4.15.0-1153.164",
"4.15.0-1154.165",
"4.15.0-1155.166",
"4.15.0-1156.167"
]
},
{
"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-buildinfo-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-oracle-5.4-headers-5.4.0-1159",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-oracle-5.4-tools-5.4.0-1159",
"binary_version": "5.4.0-1159.169~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-oracle-5.4",
"purl": "pkg:deb/ubuntu/linux-oracle-5.4@5.4.0-1159.169~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1019.19~18.04.1",
"5.4.0-1021.21~18.04.1",
"5.4.0-1022.22~18.04.1",
"5.4.0-1024.24~18.04.1",
"5.4.0-1025.25~18.04.1",
"5.4.0-1028.29~18.04.1",
"5.4.0-1029.31~18.04.1",
"5.4.0-1030.32~18.04.1",
"5.4.0-1033.35",
"5.4.0-1034.36~18.04.1",
"5.4.0-1035.38~18.04.1",
"5.4.0-1037.40~18.04.1",
"5.4.0-1038.41~18.04.1",
"5.4.0-1039.42~18.04.1",
"5.4.0-1041.44~18.04.1",
"5.4.0-1042.45~18.04.1",
"5.4.0-1043.46~18.04.1",
"5.4.0-1044.47~18.04.1",
"5.4.0-1046.50~18.04.2",
"5.4.0-1048.52~18.04.1",
"5.4.0-1049.53~18.04.1",
"5.4.0-1052.56~18.04.1",
"5.4.0-1053.57~18.04.1",
"5.4.0-1054.58~18.04.1",
"5.4.0-1055.59~18.04.1",
"5.4.0-1056.60~18.04.1",
"5.4.0-1057.61~18.04.1",
"5.4.0-1058.62~18.04.1",
"5.4.0-1059.63~18.04.1",
"5.4.0-1061.65~18.04.1",
"5.4.0-1062.66~18.04.1",
"5.4.0-1063.67~18.04.1",
"5.4.0-1064.68~18.04.1",
"5.4.0-1066.71~18.04.1",
"5.4.0-1067.72~18.04.1",
"5.4.0-1069.75~18.04.1",
"5.4.0-1070.76~18.04.1",
"5.4.0-1071.77~18.04.1",
"5.4.0-1073.79~18.04.1",
"5.4.0-1076.83~18.04.1",
"5.4.0-1078.86~18.04.1",
"5.4.0-1079.87~18.04.1",
"5.4.0-1081.89~18.04.1",
"5.4.0-1082.90~18.04.1",
"5.4.0-1083.91~18.04.1",
"5.4.0-1084.92~18.04.1",
"5.4.0-1086.95~18.04.1",
"5.4.0-1087.96~18.04.1",
"5.4.0-1090.99~18.04.2",
"5.4.0-1091.100~18.04.1",
"5.4.0-1092.101~18.04.1",
"5.4.0-1093.102~18.04.1",
"5.4.0-1094.103~18.04.1",
"5.4.0-1098.107~18.04.1",
"5.4.0-1099.108~18.04.1",
"5.4.0-1100.109~18.04.1",
"5.4.0-1101.110~18.04.1",
"5.4.0-1102.111~18.04.1",
"5.4.0-1103.112~18.04.1",
"5.4.0-1104.113~18.04.1",
"5.4.0-1105.114~18.04.1",
"5.4.0-1106.115~18.04.1",
"5.4.0-1107.116~18.04.1",
"5.4.0-1108.117~18.04.1",
"5.4.0-1109.118~18.04.1",
"5.4.0-1110.119~18.04.1",
"5.4.0-1111.120~18.04.1",
"5.4.0-1112.121~18.04.4",
"5.4.0-1113.122~18.04.1",
"5.4.0-1115.124~18.04.1",
"5.4.0-1116.125~18.04.1",
"5.4.0-1117.126~18.04.1",
"5.4.0-1118.127~18.04.1",
"5.4.0-1119.128~18.04.1",
"5.4.0-1120.129~18.04.1",
"5.4.0-1121.130~18.04.1",
"5.4.0-1122.131~18.04.1",
"5.4.0-1123.132~18.04.1",
"5.4.0-1124.133~18.04.1",
"5.4.0-1125.134~18.04.1",
"5.4.0-1126.135~18.04.1",
"5.4.0-1127.136~18.04.1",
"5.4.0-1129.138~18.04.1",
"5.4.0-1130.139~18.04.1",
"5.4.0-1131.140~18.04.1",
"5.4.0-1132.141~18.04.1",
"5.4.0-1133.142~18.04.1",
"5.4.0-1134.143~18.04.1",
"5.4.0-1135.144~18.04.1",
"5.4.0-1136.145~18.04.1",
"5.4.0-1137.146~18.04.1",
"5.4.0-1138.147~18.04.1",
"5.4.0-1140.149~18.04.1",
"5.4.0-1141.151~18.04.1",
"5.4.0-1142.152~18.04.1",
"5.4.0-1143.153~18.04.1",
"5.4.0-1144.154~18.04.1",
"5.4.0-1145.155~18.04.1",
"5.4.0-1146.156~18.04.1",
"5.4.0-1148.158~18.04.1",
"5.4.0-1149.159~18.04.1",
"5.4.0-1150.160~18.04.1",
"5.4.0-1151.161~18.04.1",
"5.4.0-1152.162~18.04.1",
"5.4.0-1154.164~18.04.1",
"5.4.0-1155.165~18.04.1",
"5.4.0-1156.166~18.04.2",
"5.4.0-1157.167~18.04.1",
"5.4.0-1158.168~18.04.1",
"5.4.0-1159.169~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-image-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-raspi-5.4-headers-5.4.0-1144",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-raspi-5.4-tools-5.4.0-1144",
"binary_version": "5.4.0-1144.157~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157~18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "linux-raspi-5.4",
"purl": "pkg:deb/ubuntu/linux-raspi-5.4@5.4.0-1144.157~18.04.1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1013.13~18.04.1",
"5.4.0-1015.15~18.04.1",
"5.4.0-1016.17~18.04.1",
"5.4.0-1018.20~18.04.1",
"5.4.0-1019.21~18.04.1",
"5.4.0-1021.24~18.04.1",
"5.4.0-1022.25~18.04.1",
"5.4.0-1023.26~18.04.1",
"5.4.0-1025.28~18.04.1",
"5.4.0-1026.29~18.04.1",
"5.4.0-1028.31~18.04.1",
"5.4.0-1029.32~18.04.1",
"5.4.0-1030.33~18.04.1",
"5.4.0-1032.35~18.04.1",
"5.4.0-1033.36~18.04.1",
"5.4.0-1034.37~18.04.1",
"5.4.0-1035.38~18.04.1",
"5.4.0-1036.39~18.04.1",
"5.4.0-1038.41~18.04.1",
"5.4.0-1041.45~18.04.1",
"5.4.0-1042.46~18.04.3",
"5.4.0-1043.47~18.04.1",
"5.4.0-1044.48~18.04.1",
"5.4.0-1045.49~18.04.1",
"5.4.0-1046.50~18.04.1",
"5.4.0-1047.52~18.04.1",
"5.4.0-1048.53~18.04.1",
"5.4.0-1050.56~18.04.1",
"5.4.0-1052.58~18.04.1",
"5.4.0-1053.60~18.04.1",
"5.4.0-1055.62~18.04.1",
"5.4.0-1056.63~18.04.1",
"5.4.0-1058.65~18.04.1",
"5.4.0-1059.66~18.04.1",
"5.4.0-1060.68~18.04.1",
"5.4.0-1062.70~18.04.1",
"5.4.0-1065.75~18.04.1",
"5.4.0-1066.76~18.04.1",
"5.4.0-1068.78~18.04.1",
"5.4.0-1069.79~18.04.1",
"5.4.0-1070.80~18.04.1",
"5.4.0-1071.81~18.04.1",
"5.4.0-1073.84~18.04.1",
"5.4.0-1074.85~18.04.1",
"5.4.0-1077.88~18.04.2",
"5.4.0-1078.89~18.04.1",
"5.4.0-1079.90~18.04.1",
"5.4.0-1080.91~18.04.1",
"5.4.0-1081.92~18.04.1",
"5.4.0-1082.93~18.04.1",
"5.4.0-1083.94~18.04.1",
"5.4.0-1084.95~18.04.1",
"5.4.0-1085.96~18.04.1",
"5.4.0-1086.97~18.04.1",
"5.4.0-1088.99~18.04.1",
"5.4.0-1089.100~18.04.1",
"5.4.0-1090.101~18.04.1",
"5.4.0-1091.102~18.04.1",
"5.4.0-1092.103~18.04.1",
"5.4.0-1093.104~18.04.1",
"5.4.0-1094.105~18.04.1",
"5.4.0-1095.106~18.04.1",
"5.4.0-1096.107~18.04.1",
"5.4.0-1097.109~18.04.2",
"5.4.0-1098.110~18.04.2",
"5.4.0-1100.112~18.04.1",
"5.4.0-1101.113~18.04.1",
"5.4.0-1102.114~18.04.1",
"5.4.0-1103.115~18.04.1",
"5.4.0-1104.116~18.04.1",
"5.4.0-1105.117~18.04.1",
"5.4.0-1106.118~18.04.1",
"5.4.0-1107.119~18.04.1",
"5.4.0-1108.120~18.04.1",
"5.4.0-1109.121~18.04.1",
"5.4.0-1110.122~18.04.1",
"5.4.0-1111.123~18.04.1",
"5.4.0-1112.124~18.04.1",
"5.4.0-1114.126~18.04.1",
"5.4.0-1115.127~18.04.1",
"5.4.0-1116.128~18.04.1",
"5.4.0-1117.129~18.04.1",
"5.4.0-1118.130~18.04.1",
"5.4.0-1119.131~18.04.1",
"5.4.0-1120.132~18.04.1",
"5.4.0-1121.133~18.04.1",
"5.4.0-1122.134~18.04.1",
"5.4.0-1129.142~18.04.1",
"5.4.0-1130.143~18.04.1",
"5.4.0-1131.144~18.04.1",
"5.4.0-1132.145~18.04.1",
"5.4.0-1133.146~18.04.1",
"5.4.0-1134.147~18.04.1",
"5.4.0-1135.148~18.04.1",
"5.4.0-1136.149~18.04.1",
"5.4.0-1137.150~18.04.1",
"5.4.0-1139.152~18.04.1",
"5.4.0-1140.153~18.04.1",
"5.4.0-1143.156~18.04.1",
"5.4.0-1144.157~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-headers-4.15.0-2132",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-aws-fips-tools-4.15.0-2132",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-buildinfo-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-headers-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-image-unsigned-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-modules-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-modules-extra-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
},
{
"binary_name": "linux-tools-4.15.0-2132-aws-fips",
"binary_version": "4.15.0-2132.138"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@4.15.0-2132.138?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-2000.4",
"4.15.0-2018.18",
"4.15.0-2021.21",
"4.15.0-2022.22",
"4.15.0-2024.24",
"4.15.0-2025.25",
"4.15.0-2026.26",
"4.15.0-2027.27",
"4.15.0-2030.31",
"4.15.0-2031.32",
"4.15.0-2033.34",
"4.15.0-2034.35",
"4.15.0-2035.37",
"4.15.0-2036.38",
"4.15.0-2037.39",
"4.15.0-2038.40",
"4.15.0-2039.41",
"4.15.0-2040.42",
"4.15.0-2041.43",
"4.15.0-2042.44",
"4.15.0-2044.46",
"4.15.0-2045.47",
"4.15.0-2048.50",
"4.15.0-2051.53",
"4.15.0-2052.54",
"4.15.0-2053.55",
"4.15.0-2054.56",
"4.15.0-2055.57",
"4.15.0-2056.58",
"4.15.0-2057.59",
"4.15.0-2059.61",
"4.15.0-2060.62",
"4.15.0-2061.63",
"4.15.0-2063.66",
"4.15.0-2064.67",
"4.15.0-2065.68",
"4.15.0-2066.69",
"4.15.0-2067.70",
"4.15.0-2069.72",
"4.15.0-2072.76",
"4.15.0-2075.80",
"4.15.0-2076.81",
"4.15.0-2078.83",
"4.15.0-2079.84",
"4.15.0-2080.85",
"4.15.0-2081.87",
"4.15.0-2082.88",
"4.15.0-2083.89",
"4.15.0-2085.91",
"4.15.0-2087.93",
"4.15.0-2089.95",
"4.15.0-2090.96",
"4.15.0-2092.98",
"4.15.0-2093.99",
"4.15.0-2094.100",
"4.15.0-2095.101",
"4.15.0-2096.102",
"4.15.0-2097.103",
"4.15.0-2098.104",
"4.15.0-2099.105",
"4.15.0-2100.106",
"4.15.0-2101.107",
"4.15.0-2102.108",
"4.15.0-2103.109",
"4.15.0-2104.110",
"4.15.0-2105.111",
"4.15.0-2106.112",
"4.15.0-2107.113",
"4.15.0-2108.114",
"4.15.0-2109.115",
"4.15.0-2110.116",
"4.15.0-2111.117",
"4.15.0-2112.118",
"4.15.0-2113.119",
"4.15.0-2114.120",
"4.15.0-2115.121",
"4.15.0-2116.122",
"4.15.0-2117.123",
"4.15.0-2118.124",
"4.15.0-2119.125",
"4.15.0-2120.126",
"4.15.0-2121.127",
"4.15.0-2122.128",
"4.15.0-2123.129",
"4.15.0-2124.130",
"4.15.0-2125.131",
"4.15.0-2126.132",
"4.15.0-2127.133",
"4.15.0-2128.134",
"4.15.0-2129.135",
"4.15.0-2130.136",
"4.15.0-2132.138"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-4.15.0-2112",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-azure-fips-headers-4.15.0-2112",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-azure-fips-tools-4.15.0-2112",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-buildinfo-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-cloud-tools-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-headers-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-image-unsigned-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-modules-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-modules-extra-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
},
{
"binary_name": "linux-tools-4.15.0-2112-azure-fips",
"binary_version": "4.15.0-2112.118"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@4.15.0-2112.118?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.2",
"4.15.0-2006.7",
"4.15.0-2007.8",
"4.15.0-2008.9",
"4.15.0-2009.10",
"4.15.0-2012.14",
"4.15.0-2013.15",
"4.15.0-2015.17",
"4.15.0-2016.18",
"4.15.0-2017.20",
"4.15.0-2018.21",
"4.15.0-2020.23",
"4.15.0-2021.24",
"4.15.0-2022.25",
"4.15.0-2023.26",
"4.15.0-2024.27",
"4.15.0-2025.28",
"4.15.0-2026.29",
"4.15.0-2027.30",
"4.15.0-2030.33",
"4.15.0-2033.37",
"4.15.0-2034.38",
"4.15.0-2035.39",
"4.15.0-2036.40",
"4.15.0-2037.41",
"4.15.0-2038.42",
"4.15.0-2039.43",
"4.15.0-2041.45",
"4.15.0-2042.46",
"4.15.0-2043.47",
"4.15.0-2045.49",
"4.15.0-2046.50",
"4.15.0-2047.51",
"4.15.0-2048.52",
"4.15.0-2049.53",
"4.15.0-2050.54",
"4.15.0-2053.58",
"4.15.0-2056.62",
"4.15.0-2057.63",
"4.15.0-2059.65",
"4.15.0-2060.66",
"4.15.0-2062.68",
"4.15.0-2066.72",
"4.15.0-2067.73",
"4.15.0-2068.74",
"4.15.0-2070.76",
"4.15.0-2071.77",
"4.15.0-2072.78",
"4.15.0-2073.79",
"4.15.0-2074.80",
"4.15.0-2075.81",
"4.15.0-2076.82",
"4.15.0-2077.83",
"4.15.0-2078.84",
"4.15.0-2079.85",
"4.15.0-2080.86",
"4.15.0-2081.87",
"4.15.0-2082.88",
"4.15.0-2084.90",
"4.15.0-2085.91",
"4.15.0-2086.92",
"4.15.0-2087.93",
"4.15.0-2088.94",
"4.15.0-2089.95",
"4.15.0-2090.96",
"4.15.0-2091.97",
"4.15.0-2092.98",
"4.15.0-2093.99",
"4.15.0-2094.100",
"4.15.0-2095.101",
"4.15.0-2096.102",
"4.15.0-2097.103",
"4.15.0-2098.104",
"4.15.0-2099.105",
"4.15.0-2100.106",
"4.15.0-2101.107",
"4.15.0-2102.108",
"4.15.0-2104.110",
"4.15.0-2105.111",
"4.15.0-2106.112",
"4.15.0-2109.115",
"4.15.0-2110.116",
"4.15.0-2111.117",
"4.15.0-2112.118"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-fips-headers-4.15.0-1149",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-fips-tools-4.15.0-1149",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-fips-tools-host",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-headers-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-image-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-image-hmac-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-modules-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-modules-extra-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
},
{
"binary_name": "linux-tools-4.15.0-1149-fips",
"binary_version": "4.15.0-1149.161"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@4.15.0-1149.161?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1027.32",
"4.15.0-1029.34",
"4.15.0-1034.39",
"4.15.0-1035.40",
"4.15.0-1037.42",
"4.15.0-1038.43",
"4.15.0-1039.44",
"4.15.0-1040.45",
"4.15.0-1041.46",
"4.15.0-1044.50",
"4.15.0-1045.52",
"4.15.0-1046.53",
"4.15.0-1048.55",
"4.15.0-1049.56",
"4.15.0-1050.58",
"4.15.0-1051.59",
"4.15.0-1052.60",
"4.15.0-1053.61",
"4.15.0-1054.62",
"4.15.0-1055.63",
"4.15.0-1056.64",
"4.15.0-1057.65",
"4.15.0-1058.66",
"4.15.0-1059.67",
"4.15.0-1060.68",
"4.15.0-1063.71",
"4.15.0-1066.75",
"4.15.0-1067.76",
"4.15.0-1068.77",
"4.15.0-1069.78",
"4.15.0-1070.79",
"4.15.0-1071.80",
"4.15.0-1072.81",
"4.15.0-1073.82",
"4.15.0-1075.84",
"4.15.0-1076.85",
"4.15.0-1078.87",
"4.15.0-1080.89",
"4.15.0-1081.90",
"4.15.0-1083.92",
"4.15.0-1084.93",
"4.15.0-1085.94",
"4.15.0-1087.96",
"4.15.0-1090.100",
"4.15.0-1093.104",
"4.15.0-1094.105",
"4.15.0-1096.107",
"4.15.0-1097.108",
"4.15.0-1098.109",
"4.15.0-1099.110",
"4.15.0-1100.111",
"4.15.0-1103.114",
"4.15.0-1104.115",
"4.15.0-1105.116",
"4.15.0-1107.118",
"4.15.0-1108.119",
"4.15.0-1109.120",
"4.15.0-1110.121",
"4.15.0-1111.122",
"4.15.0-1112.123",
"4.15.0-1113.124",
"4.15.0-1114.125",
"4.15.0-1115.126",
"4.15.0-1116.127",
"4.15.0-1117.128",
"4.15.0-1118.129",
"4.15.0-1119.130",
"4.15.0-1121.132",
"4.15.0-1122.133",
"4.15.0-1123.134",
"4.15.0-1124.135",
"4.15.0-1125.136",
"4.15.0-1126.137",
"4.15.0-1127.138",
"4.15.0-1128.139",
"4.15.0-1129.140",
"4.15.0-1130.141",
"4.15.0-1131.142",
"4.15.0-1132.143",
"4.15.0-1133.144",
"4.15.0-1134.145",
"4.15.0-1135.146",
"4.15.0-1136.147",
"4.15.0-1137.148",
"4.15.0-1138.149",
"4.15.0-1139.150",
"4.15.0-1140.151",
"4.15.0-1141.153",
"4.15.0-1142.154",
"4.15.0-1143.155",
"4.15.0-1144.156",
"4.15.0-1145.157",
"4.15.0-1146.158",
"4.15.0-1147.159",
"4.15.0-1148.160",
"4.15.0-1149.161"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-gcp-fips-headers-4.15.0-2095",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-gcp-fips-tools-4.15.0-2095",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-headers-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-image-unsigned-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-modules-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-modules-extra-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
},
{
"binary_name": "linux-tools-4.15.0-2095-gcp-fips",
"binary_version": "4.15.0-2095.101"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@4.15.0-2095.101?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-2013.14",
"4.15.0-2016.18",
"4.15.0-2017.19",
"4.15.0-2018.20",
"4.15.0-2019.21",
"4.15.0-2020.22",
"4.15.0-2021.23",
"4.15.0-2022.24",
"4.15.0-2024.26",
"4.15.0-2025.27",
"4.15.0-2026.28",
"4.15.0-2028.31",
"4.15.0-2029.32",
"4.15.0-2030.33",
"4.15.0-2031.34",
"4.15.0-2032.35",
"4.15.0-2034.37",
"4.15.0-2037.41",
"4.15.0-2040.45",
"4.15.0-2041.46",
"4.15.0-2043.48",
"4.15.0-2044.49",
"4.15.0-2045.50",
"4.15.0-2047.52",
"4.15.0-2050.55",
"4.15.0-2052.57",
"4.15.0-2054.59",
"4.15.0-2055.60",
"4.15.0-2056.61",
"4.15.0-2057.62",
"4.15.0-2058.63",
"4.15.0-2059.64",
"4.15.0-2060.65",
"4.15.0-2061.66",
"4.15.0-2062.67",
"4.15.0-2063.68",
"4.15.0-2064.69",
"4.15.0-2065.70",
"4.15.0-2066.71",
"4.15.0-2067.72",
"4.15.0-2068.73",
"4.15.0-2069.74",
"4.15.0-2070.75",
"4.15.0-2071.76",
"4.15.0-2072.77",
"4.15.0-2073.78",
"4.15.0-2074.79",
"4.15.0-2075.80",
"4.15.0-2076.81",
"4.15.0-2077.83",
"4.15.0-2078.84",
"4.15.0-2079.85",
"4.15.0-2080.86",
"4.15.0-2081.87",
"4.15.0-2082.88",
"4.15.0-2083.89",
"4.15.0-2084.90",
"4.15.0-2085.91",
"4.15.0-2086.92",
"4.15.0-2087.93",
"4.15.0-2088.94",
"4.15.0-2089.95",
"4.15.0-2090.96",
"4.15.0-2091.97",
"4.15.0-2092.98",
"4.15.0-2093.99",
"4.15.0-2094.100",
"4.15.0-2095.101"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-headers-4.15.0-2000",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-aws-fips-tools-4.15.0-2000",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-buildinfo-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-headers-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-image-unsigned-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-modules-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-modules-extra-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
},
{
"binary_name": "linux-tools-4.15.0-2000-aws-fips",
"binary_version": "4.15.0-2000.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@4.15.0-2000.4?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-2000.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-4.15.0-1002",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-azure-fips-headers-4.15.0-1002",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-azure-fips-tools-4.15.0-1002",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-buildinfo-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-cloud-tools-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-headers-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-modules-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-modules-extra-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
},
{
"binary_name": "linux-tools-4.15.0-1002-azure-fips",
"binary_version": "4.15.0-1002.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@4.15.0-1002.2?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-fips-headers-4.15.0-1011",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-fips-tools-4.15.0-1011",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-fips-tools-host",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-headers-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-image-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-image-hmac-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-modules-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-modules-extra-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
},
{
"binary_name": "linux-tools-4.15.0-1011-fips",
"binary_version": "4.15.0-1011.12"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@4.15.0-1011.12?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1011.12"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-gcp-fips-headers-4.15.0-1001",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-gcp-fips-tools-4.15.0-1001",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-headers-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-image-unsigned-hmac-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-modules-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
},
{
"binary_name": "linux-tools-4.15.0-1001-gcp-fips",
"binary_version": "4.15.0-1001.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@4.15.0-1001.1?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1001.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "block-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "crypto-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "crypto-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "dasd-extra-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "dasd-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fat-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fat-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "firewire-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "floppy-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fs-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fs-core-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fs-secondary-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "fs-secondary-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "input-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "input-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "ipmi-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "ipmi-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "kernel-image-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "kernel-image-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-buildinfo-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-buildinfo-5.4.0-233-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-buildinfo-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-cloud-tools-5.4.0-233",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-cloud-tools-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-cloud-tools-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-headers-5.4.0-233",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-headers-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-headers-5.4.0-233-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-headers-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-image-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-image-5.4.0-233-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-image-unsigned-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-image-unsigned-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-modules-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-modules-5.4.0-233-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-modules-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-modules-extra-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-source-5.4.0",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-5.4.0-233",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-5.4.0-233-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-5.4.0-233-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-5.4.0-233-lowlatency",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-common",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-tools-host",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "linux-udebs-generic-lpae",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "md-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "md-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "message-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "mouse-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "mouse-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "multipath-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "multipath-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nfs-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nfs-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-pcmcia-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-shared-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-shared-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-usb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "nic-usb-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "parport-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "parport-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "pata-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "pcmcia-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "pcmcia-storage-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "plip-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "plip-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "ppp-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "ppp-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "sata-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "sata-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "scsi-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "scsi-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "serial-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "storage-core-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "storage-core-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "usb-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "usb-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "virtio-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "vlan-modules-5.4.0-233-generic-di",
"binary_version": "5.4.0-233.253"
},
{
"binary_name": "vlan-modules-5.4.0-233-generic-lpae-di",
"binary_version": "5.4.0-233.253"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@5.4.0-233.253?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-18.19",
"5.3.0-24.26",
"5.4.0-9.12",
"5.4.0-18.22",
"5.4.0-21.25",
"5.4.0-24.28",
"5.4.0-25.29",
"5.4.0-26.30",
"5.4.0-28.32",
"5.4.0-29.33",
"5.4.0-31.35",
"5.4.0-33.37",
"5.4.0-37.41",
"5.4.0-39.43",
"5.4.0-40.44",
"5.4.0-42.46",
"5.4.0-45.49",
"5.4.0-47.51",
"5.4.0-48.52",
"5.4.0-51.56",
"5.4.0-52.57",
"5.4.0-53.59",
"5.4.0-54.60",
"5.4.0-56.62",
"5.4.0-58.64",
"5.4.0-59.65",
"5.4.0-60.67",
"5.4.0-62.70",
"5.4.0-64.72",
"5.4.0-65.73",
"5.4.0-66.74",
"5.4.0-67.75",
"5.4.0-70.78",
"5.4.0-71.79",
"5.4.0-72.80",
"5.4.0-73.82",
"5.4.0-74.83",
"5.4.0-77.86",
"5.4.0-80.90",
"5.4.0-81.91",
"5.4.0-84.94",
"5.4.0-86.97",
"5.4.0-88.99",
"5.4.0-89.100",
"5.4.0-90.101",
"5.4.0-91.102",
"5.4.0-92.103",
"5.4.0-94.106",
"5.4.0-96.109",
"5.4.0-97.110",
"5.4.0-99.112",
"5.4.0-100.113",
"5.4.0-104.118",
"5.4.0-105.119",
"5.4.0-107.121",
"5.4.0-109.123",
"5.4.0-110.124",
"5.4.0-113.127",
"5.4.0-117.132",
"5.4.0-120.136",
"5.4.0-121.137",
"5.4.0-122.138",
"5.4.0-124.140",
"5.4.0-125.141",
"5.4.0-126.142",
"5.4.0-128.144",
"5.4.0-131.147",
"5.4.0-132.148",
"5.4.0-135.152",
"5.4.0-136.153",
"5.4.0-137.154",
"5.4.0-139.156",
"5.4.0-144.161",
"5.4.0-146.163",
"5.4.0-147.164",
"5.4.0-148.165",
"5.4.0-149.166",
"5.4.0-150.167",
"5.4.0-152.169",
"5.4.0-153.170",
"5.4.0-155.172",
"5.4.0-156.173",
"5.4.0-159.176",
"5.4.0-162.179",
"5.4.0-163.180",
"5.4.0-164.181",
"5.4.0-165.182",
"5.4.0-166.183",
"5.4.0-167.184",
"5.4.0-169.187",
"5.4.0-170.188",
"5.4.0-171.189",
"5.4.0-172.190",
"5.4.0-173.191",
"5.4.0-174.193",
"5.4.0-176.196",
"5.4.0-177.197",
"5.4.0-181.201",
"5.4.0-182.202",
"5.4.0-186.206",
"5.4.0-187.207",
"5.4.0-189.209",
"5.4.0-190.210",
"5.4.0-192.212",
"5.4.0-193.213",
"5.4.0-195.215",
"5.4.0-196.216",
"5.4.0-198.218",
"5.4.0-200.220",
"5.4.0-202.222",
"5.4.0-204.224",
"5.4.0-205.225",
"5.4.0-208.228",
"5.4.0-211.231",
"5.4.0-212.232",
"5.4.0-214.234",
"5.4.0-215.235",
"5.4.0-216.236",
"5.4.0-218.238",
"5.4.0-219.239",
"5.4.0-220.240",
"5.4.0-221.241",
"5.4.0-222.242",
"5.4.0-223.243",
"5.4.0-224.244",
"5.4.0-225.245",
"5.4.0-227.247",
"5.4.0-228.248",
"5.4.0-229.249",
"5.4.0-230.250",
"5.4.0-231.251",
"5.4.0-233.253"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-5.4.0-1161",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-aws-headers-5.4.0-1161",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-aws-tools-5.4.0-1161",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-buildinfo-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-headers-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-modules-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-modules-extra-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
},
{
"binary_name": "linux-tools-5.4.0-1161-aws",
"binary_version": "5.4.0-1161.172"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@5.4.0-1161.172?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1003.3",
"5.3.0-1008.9",
"5.3.0-1009.10",
"5.3.0-1010.11",
"5.4.0-1005.5",
"5.4.0-1007.7",
"5.4.0-1008.8",
"5.4.0-1009.9",
"5.4.0-1011.11",
"5.4.0-1015.15",
"5.4.0-1017.17",
"5.4.0-1018.18",
"5.4.0-1020.20",
"5.4.0-1021.21",
"5.4.0-1022.22",
"5.4.0-1024.24",
"5.4.0-1025.25",
"5.4.0-1028.29",
"5.4.0-1029.30",
"5.4.0-1030.31",
"5.4.0-1032.33",
"5.4.0-1034.35",
"5.4.0-1035.37",
"5.4.0-1037.39",
"5.4.0-1038.40",
"5.4.0-1039.41",
"5.4.0-1041.43",
"5.4.0-1043.45",
"5.4.0-1045.47",
"5.4.0-1047.49",
"5.4.0-1048.50",
"5.4.0-1049.51",
"5.4.0-1051.53",
"5.4.0-1054.57",
"5.4.0-1055.58",
"5.4.0-1056.59",
"5.4.0-1057.60",
"5.4.0-1058.61",
"5.4.0-1059.62",
"5.4.0-1060.63",
"5.4.0-1061.64",
"5.4.0-1063.66",
"5.4.0-1064.67",
"5.4.0-1065.68",
"5.4.0-1066.69",
"5.4.0-1068.72",
"5.4.0-1069.73",
"5.4.0-1071.76",
"5.4.0-1072.77",
"5.4.0-1073.78",
"5.4.0-1075.80",
"5.4.0-1078.84",
"5.4.0-1080.87",
"5.4.0-1081.88",
"5.4.0-1083.90",
"5.4.0-1084.91",
"5.4.0-1085.92",
"5.4.0-1086.93",
"5.4.0-1088.96",
"5.4.0-1089.97",
"5.4.0-1092.100",
"5.4.0-1093.101",
"5.4.0-1094.102",
"5.4.0-1096.104",
"5.4.0-1097.105",
"5.4.0-1099.107",
"5.4.0-1100.108",
"5.4.0-1101.109",
"5.4.0-1102.110",
"5.4.0-1103.111",
"5.4.0-1104.112",
"5.4.0-1105.113",
"5.4.0-1106.114",
"5.4.0-1107.115",
"5.4.0-1108.116",
"5.4.0-1109.118",
"5.4.0-1110.119",
"5.4.0-1111.120",
"5.4.0-1112.121",
"5.4.0-1113.123",
"5.4.0-1114.124",
"5.4.0-1116.126",
"5.4.0-1117.127",
"5.4.0-1118.128",
"5.4.0-1119.129",
"5.4.0-1120.130",
"5.4.0-1121.131",
"5.4.0-1122.132",
"5.4.0-1123.133",
"5.4.0-1124.134",
"5.4.0-1125.135",
"5.4.0-1126.136",
"5.4.0-1127.137",
"5.4.0-1128.138",
"5.4.0-1129.139",
"5.4.0-1130.140",
"5.4.0-1131.141",
"5.4.0-1132.142",
"5.4.0-1133.143",
"5.4.0-1134.144",
"5.4.0-1135.145",
"5.4.0-1136.146",
"5.4.0-1137.147",
"5.4.0-1139.149",
"5.4.0-1140.150",
"5.4.0-1142.152",
"5.4.0-1144.154",
"5.4.0-1145.155",
"5.4.0-1146.156",
"5.4.0-1147.157",
"5.4.0-1148.158",
"5.4.0-1149.159",
"5.4.0-1150.160",
"5.4.0-1151.161",
"5.4.0-1152.162",
"5.4.0-1153.163",
"5.4.0-1154.164",
"5.4.0-1156.166",
"5.4.0-1157.167",
"5.4.0-1158.168",
"5.4.0-1159.169",
"5.4.0-1160.170",
"5.4.0-1161.172"
]
},
{
"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.15-cloud-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-aws-5.15-headers-5.15.0-1112",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-aws-5.15-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1112-aws",
"binary_version": "5.15.0-1112.119~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-aws-5.15",
"purl": "pkg:deb/ubuntu/linux-aws-5.15@5.15.0-1112.119~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1014.18~20.04.1",
"5.15.0-1015.19~20.04.1",
"5.15.0-1017.21~20.04.1",
"5.15.0-1019.23~20.04.1",
"5.15.0-1020.24~20.04.1",
"5.15.0-1021.25~20.04.1",
"5.15.0-1022.26~20.04.1",
"5.15.0-1023.27~20.04.1",
"5.15.0-1026.30~20.04.2",
"5.15.0-1027.31~20.04.1",
"5.15.0-1028.32~20.04.1",
"5.15.0-1030.34~20.04.1",
"5.15.0-1031.35~20.04.1",
"5.15.0-1033.37~20.04.1",
"5.15.0-1034.38~20.04.1",
"5.15.0-1035.39~20.04.1",
"5.15.0-1036.40~20.04.1",
"5.15.0-1037.41~20.04.1",
"5.15.0-1038.43~20.04.1",
"5.15.0-1039.44~20.04.1",
"5.15.0-1040.45~20.04.1",
"5.15.0-1041.46~20.04.1",
"5.15.0-1043.48~20.04.1",
"5.15.0-1044.49~20.04.1",
"5.15.0-1045.50~20.04.1",
"5.15.0-1047.52~20.04.1",
"5.15.0-1048.53~20.04.1",
"5.15.0-1049.54~20.04.1",
"5.15.0-1050.55~20.04.1",
"5.15.0-1051.56~20.04.1",
"5.15.0-1052.57~20.04.1",
"5.15.0-1053.58~20.04.1",
"5.15.0-1055.60~20.04.1",
"5.15.0-1056.61~20.04.1",
"5.15.0-1057.63~20.04.1",
"5.15.0-1058.64~20.04.1",
"5.15.0-1061.67~20.04.1",
"5.15.0-1062.68~20.04.1",
"5.15.0-1063.69~20.04.1",
"5.15.0-1064.70~20.04.1",
"5.15.0-1065.71~20.04.1",
"5.15.0-1066.72~20.04.1",
"5.15.0-1067.73~20.04.1",
"5.15.0-1068.74~20.04.1",
"5.15.0-1069.75~20.04.1",
"5.15.0-1070.76~20.04.1",
"5.15.0-1071.77~20.04.1",
"5.15.0-1072.78~20.04.1",
"5.15.0-1073.79~20.04.1",
"5.15.0-1075.82~20.04.1",
"5.15.0-1077.84~20.04.1",
"5.15.0-1080.87~20.04.1",
"5.15.0-1081.88~20.04.1",
"5.15.0-1082.89~20.04.1",
"5.15.0-1083.90~20.04.1",
"5.15.0-1084.91~20.04.1",
"5.15.0-1086.93~20.04.1",
"5.15.0-1087.94~20.04.1",
"5.15.0-1088.95~20.04.1",
"5.15.0-1089.96~20.04.1",
"5.15.0-1090.97~20.04.1",
"5.15.0-1091.98~20.04.1",
"5.15.0-1092.99~20.04.1",
"5.15.0-1093.100~20.04.1",
"5.15.0-1095.102~20.04.1",
"5.15.0-1096.103~20.04.1",
"5.15.0-1097.104~20.04.1",
"5.15.0-1098.105~20.04.1",
"5.15.0-1099.106~20.04.1",
"5.15.0-1100.107~20.04.2",
"5.15.0-1101.108~20.04.1",
"5.15.0-1103.110~20.04.1",
"5.15.0-1104.111~20.04.1",
"5.15.0-1105.112~20.04.1",
"5.15.0-1106.113~20.04.1",
"5.15.0-1108.115~20.04.1",
"5.15.0-1109.116~20.04.1",
"5.15.0-1111.118~20.04.1",
"5.15.0-1112.119~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-cloud-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-azure-headers-5.4.0-1166",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-azure-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-buildinfo-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-headers-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-modules-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-modules-extra-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
},
{
"binary_name": "linux-tools-5.4.0-1166-azure",
"binary_version": "5.4.0-1166.172"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@5.4.0-1166.172?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1003.3",
"5.3.0-1008.9",
"5.3.0-1009.10",
"5.4.0-1006.6",
"5.4.0-1008.8",
"5.4.0-1009.9",
"5.4.0-1010.10",
"5.4.0-1012.12",
"5.4.0-1016.16",
"5.4.0-1019.19",
"5.4.0-1020.20",
"5.4.0-1022.22",
"5.4.0-1023.23",
"5.4.0-1025.25",
"5.4.0-1026.26",
"5.4.0-1031.32",
"5.4.0-1032.33",
"5.4.0-1034.35",
"5.4.0-1035.36",
"5.4.0-1036.38",
"5.4.0-1039.41",
"5.4.0-1040.42",
"5.4.0-1041.43",
"5.4.0-1043.45",
"5.4.0-1044.46",
"5.4.0-1046.48",
"5.4.0-1047.49",
"5.4.0-1048.50",
"5.4.0-1049.51",
"5.4.0-1051.53",
"5.4.0-1055.57",
"5.4.0-1056.58",
"5.4.0-1058.60",
"5.4.0-1059.62",
"5.4.0-1061.64",
"5.4.0-1062.65",
"5.4.0-1063.66",
"5.4.0-1064.67",
"5.4.0-1065.68",
"5.4.0-1067.70",
"5.4.0-1068.71",
"5.4.0-1069.72",
"5.4.0-1070.73",
"5.4.0-1072.75",
"5.4.0-1073.76",
"5.4.0-1074.77",
"5.4.0-1077.80",
"5.4.0-1078.81",
"5.4.0-1080.83",
"5.4.0-1083.87",
"5.4.0-1085.90",
"5.4.0-1086.91",
"5.4.0-1089.94",
"5.4.0-1090.95",
"5.4.0-1091.96",
"5.4.0-1094.100",
"5.4.0-1095.101",
"5.4.0-1098.104",
"5.4.0-1100.106",
"5.4.0-1101.107",
"5.4.0-1103.109",
"5.4.0-1104.110",
"5.4.0-1105.111",
"5.4.0-1106.112",
"5.4.0-1107.113",
"5.4.0-1108.114",
"5.4.0-1109.115",
"5.4.0-1110.116",
"5.4.0-1111.117",
"5.4.0-1112.118",
"5.4.0-1113.119",
"5.4.0-1114.120",
"5.4.0-1115.122",
"5.4.0-1116.123",
"5.4.0-1117.124",
"5.4.0-1118.125",
"5.4.0-1119.126",
"5.4.0-1120.127",
"5.4.0-1121.128",
"5.4.0-1122.129",
"5.4.0-1123.130",
"5.4.0-1124.131",
"5.4.0-1126.133",
"5.4.0-1127.134",
"5.4.0-1128.135",
"5.4.0-1129.136",
"5.4.0-1130.137",
"5.4.0-1131.138",
"5.4.0-1132.139",
"5.4.0-1133.140",
"5.4.0-1134.141",
"5.4.0-1135.142",
"5.4.0-1136.143",
"5.4.0-1137.144",
"5.4.0-1138.145",
"5.4.0-1139.146",
"5.4.0-1140.147",
"5.4.0-1142.149",
"5.4.0-1143.150",
"5.4.0-1145.152",
"5.4.0-1147.154",
"5.4.0-1148.155",
"5.4.0-1149.156",
"5.4.0-1150.157",
"5.4.0-1151.158",
"5.4.0-1152.159",
"5.4.0-1153.160",
"5.4.0-1154.161",
"5.4.0-1156.163",
"5.4.0-1157.164",
"5.4.0-1160.166",
"5.4.0-1161.167",
"5.4.0-1162.168",
"5.4.0-1163.169",
"5.4.0-1164.170",
"5.4.0-1166.172"
]
},
{
"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.15-cloud-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-azure-5.15-headers-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-azure-5.15-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-azure-5.15",
"purl": "pkg:deb/ubuntu/linux-azure-5.15@5.15.0-1117.126~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1007.8~20.04.1",
"5.15.0-1008.9~20.04.1",
"5.15.0-1013.16~20.04.1",
"5.15.0-1014.17~20.04.1",
"5.15.0-1017.20~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.29~20.04.1",
"5.15.0-1029.36~20.04.1",
"5.15.0-1030.37~20.04.1",
"5.15.0-1031.38~20.04.1",
"5.15.0-1033.40~20.04.1",
"5.15.0-1034.41~20.04.1",
"5.15.0-1035.42~20.04.1",
"5.15.0-1036.43~20.04.1",
"5.15.0-1037.44~20.04.1",
"5.15.0-1038.45~20.04.1",
"5.15.0-1039.46~20.04.1",
"5.15.0-1040.47~20.04.1",
"5.15.0-1041.48~20.04.1",
"5.15.0-1042.49~20.04.1",
"5.15.0-1043.50~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-1049.56~20.04.1",
"5.15.0-1050.57~20.04.1",
"5.15.0-1051.59~20.04.1",
"5.15.0-1052.60~20.04.1",
"5.15.0-1053.61~20.04.1",
"5.15.0-1054.62~20.04.1",
"5.15.0-1056.64~20.04.1",
"5.15.0-1057.65~20.04.1",
"5.15.0-1058.66~20.04.2",
"5.15.0-1059.67~20.04.1",
"5.15.0-1060.69~20.04.1",
"5.15.0-1061.70~20.04.1",
"5.15.0-1063.72~20.04.1",
"5.15.0-1064.73~20.04.1",
"5.15.0-1065.74~20.04.1",
"5.15.0-1067.76~20.04.1",
"5.15.0-1068.77~20.04.1",
"5.15.0-1070.79~20.04.1",
"5.15.0-1071.80~20.04.1",
"5.15.0-1072.81~20.04.1",
"5.15.0-1073.82~20.04.1",
"5.15.0-1074.83~20.04.1",
"5.15.0-1075.84~20.04.1",
"5.15.0-1078.87~20.04.1",
"5.15.0-1079.88~20.04.1",
"5.15.0-1081.90~20.04.1",
"5.15.0-1082.91~20.04.1",
"5.15.0-1086.95~20.04.1",
"5.15.0-1087.96~20.04.1",
"5.15.0-1088.97~20.04.1",
"5.15.0-1089.98~20.04.1",
"5.15.0-1091.100~20.04.1",
"5.15.0-1094.103~20.04.1",
"5.15.0-1095.104~20.04.1",
"5.15.0-1096.105~20.04.1",
"5.15.0-1097.106~20.04.1",
"5.15.0-1098.107~20.04.1",
"5.15.0-1102.111~20.04.1",
"5.15.0-1103.112~20.04.1",
"5.15.0-1110.119~20.04.1",
"5.15.0-1111.120~20.04.1",
"5.15.0-1114.123~20.04.1",
"5.15.0-1116.125~20.04.1",
"5.15.0-1117.126~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-azure-fde-5.15-cloud-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-azure-fde-5.15-headers-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-azure-fde-5.15-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-buildinfo-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-headers-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-modules-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-modules-extra-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
},
{
"binary_name": "linux-tools-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126~20.04.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-azure-fde-5.15",
"purl": "pkg:deb/ubuntu/linux-azure-fde-5.15@5.15.0-1117.126~20.04.2?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1019.24~20.04.1.1",
"5.15.0-1020.25~20.04.1.1",
"5.15.0-1021.26~20.04.1.1",
"5.15.0-1029.36~20.04.1.1",
"5.15.0-1030.37~20.04.1.1",
"5.15.0-1031.38~20.04.1.1",
"5.15.0-1033.40~20.04.1.1",
"5.15.0-1034.41~20.04.1.2",
"5.15.0-1035.42~20.04.1.1",
"5.15.0-1036.43~20.04.1.1",
"5.15.0-1037.44~20.04.1.1",
"5.15.0-1038.45~20.04.1.1",
"5.15.0-1039.46~20.04.1.1",
"5.15.0-1040.47~20.04.1.1",
"5.15.0-1041.48~20.04.1.1",
"5.15.0-1042.49~20.04.1.1",
"5.15.0-1043.50~20.04.1.1",
"5.15.0-1046.53~20.04.1.1",
"5.15.0-1047.54~20.04.1.1",
"5.15.0-1049.56~20.04.1.1",
"5.15.0-1050.57~20.04.1.1",
"5.15.0-1051.59~20.04.1.1",
"5.15.0-1052.60~20.04.1.1",
"5.15.0-1053.61~20.04.1.1",
"5.15.0-1054.62~20.04.1.1",
"5.15.0-1056.64~20.04.1.1",
"5.15.0-1057.65~20.04.1.1",
"5.15.0-1058.66~20.04.2.1",
"5.15.0-1059.67~20.04.1.1",
"5.15.0-1060.69~20.04.1.1",
"5.15.0-1061.70~20.04.1.1",
"5.15.0-1063.72~20.04.1.1",
"5.15.0-1064.73~20.04.1.1",
"5.15.0-1065.74~20.04.1.1",
"5.15.0-1067.76~20.04.1.1",
"5.15.0-1068.77~20.04.1.1",
"5.15.0-1070.79~20.04.1.1",
"5.15.0-1071.80~20.04.1.1",
"5.15.0-1072.81~20.04.1.1",
"5.15.0-1073.82~20.04.1.1",
"5.15.0-1074.83~20.04.1.1",
"5.15.0-1076.85~20.04.1.1",
"5.15.0-1078.87~20.04.1.1",
"5.15.0-1081.90~20.04.1.1",
"5.15.0-1082.91~20.04.1.1",
"5.15.0-1086.95~20.04.1.1",
"5.15.0-1087.96~20.04.1.1",
"5.15.0-1088.97~20.04.1.1",
"5.15.0-1089.98~20.04.1.1",
"5.15.0-1091.100~20.04.1.1",
"5.15.0-1094.103~20.04.1.1",
"5.15.0-1096.105~20.04.1.1",
"5.15.0-1097.106~20.04.1.1",
"5.15.0-1098.107~20.04.1.1",
"5.15.0-1102.111~20.04.1.1",
"5.15.0-1103.112~20.04.1.1",
"5.15.0-1111.120~20.04.1.1",
"5.15.0-1114.123~20.04.1",
"5.15.0-1116.125~20.04.1",
"5.15.0-1117.126~20.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-bluefield-headers-5.4.0-1120",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-bluefield-tools-5.4.0-1120",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-buildinfo-5.4.0-1120-bluefield",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-headers-5.4.0-1120-bluefield",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1120-bluefield",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-modules-5.4.0-1120-bluefield",
"binary_version": "5.4.0-1120.127"
},
{
"binary_name": "linux-tools-5.4.0-1120-bluefield",
"binary_version": "5.4.0-1120.127"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-bluefield",
"purl": "pkg:deb/ubuntu/linux-bluefield@5.4.0-1120.127?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1007.10",
"5.4.0-1011.14",
"5.4.0-1012.15",
"5.4.0-1013.16",
"5.4.0-1016.19",
"5.4.0-1019.22",
"5.4.0-1020.23",
"5.4.0-1021.24",
"5.4.0-1022.25",
"5.4.0-1023.26",
"5.4.0-1025.28",
"5.4.0-1026.29",
"5.4.0-1028.31",
"5.4.0-1030.33",
"5.4.0-1032.35",
"5.4.0-1035.38",
"5.4.0-1036.39",
"5.4.0-1040.44",
"5.4.0-1042.47",
"5.4.0-1044.49",
"5.4.0-1045.50",
"5.4.0-1046.51",
"5.4.0-1047.52",
"5.4.0-1049.55",
"5.4.0-1050.56",
"5.4.0-1054.60",
"5.4.0-1058.64",
"5.4.0-1059.65",
"5.4.0-1060.66",
"5.4.0-1062.68",
"5.4.0-1064.70",
"5.4.0-1065.71",
"5.4.0-1066.72",
"5.4.0-1068.74",
"5.4.0-1070.76",
"5.4.0-1071.77",
"5.4.0-1072.78",
"5.4.0-1073.79",
"5.4.0-1074.80",
"5.4.0-1075.81",
"5.4.0-1076.82",
"5.4.0-1077.83",
"5.4.0-1078.84",
"5.4.0-1079.85",
"5.4.0-1080.87",
"5.4.0-1081.88",
"5.4.0-1082.89",
"5.4.0-1083.90",
"5.4.0-1084.91",
"5.4.0-1085.92",
"5.4.0-1086.93",
"5.4.0-1087.94",
"5.4.0-1088.95",
"5.4.0-1089.96",
"5.4.0-1090.97",
"5.4.0-1091.98",
"5.4.0-1092.99",
"5.4.0-1093.100",
"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-1101.108",
"5.4.0-1102.109",
"5.4.0-1103.110",
"5.4.0-1105.112",
"5.4.0-1106.113",
"5.4.0-1107.114",
"5.4.0-1108.115",
"5.4.0-1109.116",
"5.4.0-1110.117",
"5.4.0-1111.118",
"5.4.0-1112.119",
"5.4.0-1116.123",
"5.4.0-1117.124",
"5.4.0-1118.125",
"5.4.0-1119.126",
"5.4.0-1120.127"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-gcp-headers-5.4.0-1164",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-gcp-tools-5.4.0-1164",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-headers-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-modules-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-modules-extra-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
},
{
"binary_name": "linux-tools-5.4.0-1164-gcp",
"binary_version": "5.4.0-1164.173"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@5.4.0-1164.173?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1004.4",
"5.3.0-1009.10",
"5.3.0-1011.12",
"5.4.0-1005.5",
"5.4.0-1007.7",
"5.4.0-1008.8",
"5.4.0-1009.9",
"5.4.0-1011.11",
"5.4.0-1015.15",
"5.4.0-1018.18",
"5.4.0-1019.19",
"5.4.0-1021.21",
"5.4.0-1022.22",
"5.4.0-1024.24",
"5.4.0-1025.25",
"5.4.0-1028.29",
"5.4.0-1029.31",
"5.4.0-1030.32",
"5.4.0-1032.34",
"5.4.0-1033.35",
"5.4.0-1034.37",
"5.4.0-1036.39",
"5.4.0-1037.40",
"5.4.0-1038.41",
"5.4.0-1040.43",
"5.4.0-1041.44",
"5.4.0-1042.45",
"5.4.0-1043.46",
"5.4.0-1044.47",
"5.4.0-1046.49",
"5.4.0-1049.53",
"5.4.0-1051.55",
"5.4.0-1052.56",
"5.4.0-1053.57",
"5.4.0-1055.59",
"5.4.0-1056.60",
"5.4.0-1057.61",
"5.4.0-1058.62",
"5.4.0-1059.63",
"5.4.0-1060.64",
"5.4.0-1062.66",
"5.4.0-1063.67",
"5.4.0-1064.68",
"5.4.0-1065.69",
"5.4.0-1067.71",
"5.4.0-1068.72",
"5.4.0-1069.73",
"5.4.0-1072.77",
"5.4.0-1073.78",
"5.4.0-1075.80",
"5.4.0-1078.84",
"5.4.0-1080.87",
"5.4.0-1083.91",
"5.4.0-1084.92",
"5.4.0-1086.94",
"5.4.0-1087.95",
"5.4.0-1089.97",
"5.4.0-1090.98",
"5.4.0-1092.101",
"5.4.0-1093.102",
"5.4.0-1096.105",
"5.4.0-1097.106",
"5.4.0-1098.107",
"5.4.0-1100.109",
"5.4.0-1101.110",
"5.4.0-1102.111",
"5.4.0-1103.112",
"5.4.0-1104.113",
"5.4.0-1105.114",
"5.4.0-1106.115",
"5.4.0-1107.116",
"5.4.0-1108.117",
"5.4.0-1109.118",
"5.4.0-1110.119",
"5.4.0-1111.120",
"5.4.0-1112.121",
"5.4.0-1113.122",
"5.4.0-1115.124",
"5.4.0-1116.125",
"5.4.0-1117.126",
"5.4.0-1118.127",
"5.4.0-1120.129",
"5.4.0-1121.130",
"5.4.0-1122.131",
"5.4.0-1123.132",
"5.4.0-1124.133",
"5.4.0-1125.134",
"5.4.0-1126.135",
"5.4.0-1127.136",
"5.4.0-1128.137",
"5.4.0-1129.138",
"5.4.0-1130.139",
"5.4.0-1131.140",
"5.4.0-1132.141",
"5.4.0-1133.142",
"5.4.0-1134.143",
"5.4.0-1135.144",
"5.4.0-1136.145",
"5.4.0-1137.146",
"5.4.0-1138.147",
"5.4.0-1139.148",
"5.4.0-1140.149",
"5.4.0-1141.150",
"5.4.0-1142.151",
"5.4.0-1143.152",
"5.4.0-1145.154",
"5.4.0-1146.155",
"5.4.0-1147.156",
"5.4.0-1148.157",
"5.4.0-1149.158",
"5.4.0-1150.159",
"5.4.0-1151.160",
"5.4.0-1152.161",
"5.4.0-1153.162",
"5.4.0-1154.163",
"5.4.0-1155.164",
"5.4.0-1156.165",
"5.4.0-1157.166",
"5.4.0-1159.168",
"5.4.0-1160.169",
"5.4.0-1161.170",
"5.4.0-1162.171",
"5.4.0-1163.172",
"5.4.0-1164.173"
]
},
{
"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.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-gcp-5.15-headers-5.15.0-1111",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-gcp-5.15-tools-5.15.0-1111",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1111-gcp",
"binary_version": "5.15.0-1111.121~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-gcp-5.15",
"purl": "pkg:deb/ubuntu/linux-gcp-5.15@5.15.0-1111.121~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1006.9~20.04.1",
"5.15.0-1012.17~20.04.1",
"5.15.0-1013.18~20.04.1",
"5.15.0-1016.21~20.04.1",
"5.15.0-1017.23~20.04.2",
"5.15.0-1018.24~20.04.1",
"5.15.0-1021.28~20.04.1",
"5.15.0-1022.29~20.04.1",
"5.15.0-1025.32~20.04.2",
"5.15.0-1026.33~20.04.1",
"5.15.0-1027.34~20.04.1",
"5.15.0-1029.36~20.04.1",
"5.15.0-1030.37~20.04.1",
"5.15.0-1031.38~20.04.1",
"5.15.0-1032.40~20.04.1",
"5.15.0-1033.41~20.04.1",
"5.15.0-1034.42~20.04.1",
"5.15.0-1035.43~20.04.1",
"5.15.0-1036.44~20.04.1",
"5.15.0-1037.45~20.04.1",
"5.15.0-1038.46~20.04.1",
"5.15.0-1039.47~20.04.1",
"5.15.0-1040.48~20.04.1",
"5.15.0-1041.49~20.04.1",
"5.15.0-1042.50~20.04.1",
"5.15.0-1044.52~20.04.1",
"5.15.0-1045.53~20.04.2",
"5.15.0-1046.54~20.04.1",
"5.15.0-1047.55~20.04.1",
"5.15.0-1048.56~20.04.1",
"5.15.0-1049.57~20.04.1",
"5.15.0-1051.59~20.04.1",
"5.15.0-1052.60~20.04.1",
"5.15.0-1053.61~20.04.1",
"5.15.0-1054.62~20.04.1",
"5.15.0-1055.63~20.04.1",
"5.15.0-1058.66~20.04.1",
"5.15.0-1059.67~20.04.1",
"5.15.0-1060.68~20.04.1",
"5.15.0-1062.70~20.04.1",
"5.15.0-1065.73~20.04.1",
"5.15.0-1066.74~20.04.1",
"5.15.0-1067.75~20.04.1",
"5.15.0-1068.76~20.04.1",
"5.15.0-1069.77~20.04.1",
"5.15.0-1070.78~20.04.1",
"5.15.0-1071.79~20.04.1",
"5.15.0-1072.80~20.04.1",
"5.15.0-1073.81~20.04.1",
"5.15.0-1074.83~20.04.1",
"5.15.0-1075.84~20.04.1",
"5.15.0-1077.86~20.04.1",
"5.15.0-1078.87~20.04.1",
"5.15.0-1081.90~20.04.1",
"5.15.0-1083.92~20.04.1",
"5.15.0-1085.94~20.04.1",
"5.15.0-1086.95~20.04.1",
"5.15.0-1087.96~20.04.2",
"5.15.0-1088.97~20.04.1",
"5.15.0-1090.99~20.04.1",
"5.15.0-1091.100~20.04.1",
"5.15.0-1092.101~20.04.1",
"5.15.0-1093.102~20.04.1",
"5.15.0-1095.104~20.04.1",
"5.15.0-1096.105~20.04.1",
"5.15.0-1097.106~20.04.1",
"5.15.0-1098.107~20.04.1",
"5.15.0-1099.108~20.04.1",
"5.15.0-1100.109~20.04.1",
"5.15.0-1101.110~20.04.1",
"5.15.0-1103.112~20.04.1",
"5.15.0-1104.113~20.04.1",
"5.15.0-1106.115~20.04.1",
"5.15.0-1108.117~20.04.1",
"5.15.0-1109.118~20.04.1",
"5.15.0-1111.121~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": "linux-buildinfo-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-186-generic-64k",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-186-generic-lpae",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-186-generic-64k",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-186-generic-lpae",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-hwe-5.15-cloud-tools-5.15.0-186",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-hwe-5.15-headers-5.15.0-186",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-hwe-5.15-tools-5.15.0-186",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-image-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-image-5.15.0-186-generic-lpae",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-186-generic-64k",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-186-generic-64k",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-186-generic-lpae",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-186-generic",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-186-generic-64k",
"binary_version": "5.15.0-186.196~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-186-generic-lpae",
"binary_version": "5.15.0-186.196~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-hwe-5.15",
"purl": "pkg:deb/ubuntu/linux-hwe-5.15@5.15.0-186.196~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-33.34~20.04.1",
"5.15.0-41.44~20.04.1",
"5.15.0-43.46~20.04.1",
"5.15.0-46.49~20.04.1",
"5.15.0-48.54~20.04.1",
"5.15.0-50.56~20.04.1",
"5.15.0-52.58~20.04.1",
"5.15.0-53.59~20.04.1",
"5.15.0-56.62~20.04.1",
"5.15.0-57.63~20.04.1",
"5.15.0-58.64~20.04.1",
"5.15.0-60.66~20.04.1",
"5.15.0-67.74~20.04.1",
"5.15.0-69.76~20.04.1",
"5.15.0-70.77~20.04.1",
"5.15.0-71.78~20.04.1",
"5.15.0-72.79~20.04.1",
"5.15.0-73.80~20.04.1",
"5.15.0-75.82~20.04.1",
"5.15.0-76.83~20.04.1",
"5.15.0-78.85~20.04.1",
"5.15.0-79.86~20.04.2",
"5.15.0-82.91~20.04.1",
"5.15.0-83.92~20.04.1",
"5.15.0-84.93~20.04.1",
"5.15.0-86.96~20.04.1",
"5.15.0-87.97~20.04.1",
"5.15.0-88.98~20.04.1",
"5.15.0-89.99~20.04.1",
"5.15.0-91.101~20.04.1",
"5.15.0-92.102~20.04.1",
"5.15.0-94.104~20.04.1",
"5.15.0-97.107~20.04.1",
"5.15.0-100.110~20.04.1",
"5.15.0-101.111~20.04.1",
"5.15.0-102.112~20.04.1",
"5.15.0-105.115~20.04.1",
"5.15.0-106.116~20.04.1",
"5.15.0-107.117~20.04.1",
"5.15.0-113.123~20.04.1",
"5.15.0-116.126~20.04.1",
"5.15.0-117.127~20.04.1",
"5.15.0-118.128~20.04.1",
"5.15.0-119.129~20.04.1",
"5.15.0-121.131~20.04.1",
"5.15.0-122.132~20.04.1",
"5.15.0-124.134~20.04.1",
"5.15.0-125.135~20.04.1",
"5.15.0-126.136~20.04.1",
"5.15.0-127.137~20.04.1",
"5.15.0-130.140~20.04.1",
"5.15.0-131.141~20.04.1",
"5.15.0-134.145~20.04.1",
"5.15.0-136.147~20.04.1",
"5.15.0-138.148~20.04.1",
"5.15.0-139.149~20.04.1",
"5.15.0-142.152~20.04.1",
"5.15.0-143.153~20.04.1",
"5.15.0-144.157~20.04.1",
"5.15.0-145.158~20.04.1",
"5.15.0-151.161~20.04.1",
"5.15.0-152.162~20.04.1",
"5.15.0-153.163~20.04.1",
"5.15.0-156.166~20.04.1",
"5.15.0-157.167~20.04.1",
"5.15.0-160.170~20.04.1",
"5.15.0-161.171~20.04.1",
"5.15.0-163.173~20.04.1",
"5.15.0-164.174~20.04.1",
"5.15.0-168.178~20.04.1",
"5.15.0-170.180~20.04.3",
"5.15.0-171.181~20.04.1",
"5.15.0-173.183~20.04.1",
"5.15.0-176.186~20.04.1",
"5.15.0-177.187~20.04.1",
"5.15.0-179.189~20.04.1",
"5.15.0-181.191~20.04.1",
"5.15.0-185.195~20.04.1",
"5.15.0-186.196~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.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-headers-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-ibm-cloud-tools-common",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-ibm-headers-5.4.0-1107",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-ibm-source-5.4.0",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-ibm-tools-5.4.0-1107",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-ibm-tools-common",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-modules-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-modules-extra-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
},
{
"binary_name": "linux-tools-5.4.0-1107-ibm",
"binary_version": "5.4.0-1107.112"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@5.4.0-1107.112?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1003.4",
"5.4.0-1004.5",
"5.4.0-1005.6",
"5.4.0-1006.7",
"5.4.0-1007.8",
"5.4.0-1008.9",
"5.4.0-1010.11",
"5.4.0-1012.13",
"5.4.0-1013.14",
"5.4.0-1014.15",
"5.4.0-1015.16",
"5.4.0-1017.19",
"5.4.0-1018.20",
"5.4.0-1019.21",
"5.4.0-1020.22",
"5.4.0-1021.23",
"5.4.0-1023.25",
"5.4.0-1026.29",
"5.4.0-1028.32",
"5.4.0-1029.33",
"5.4.0-1031.35",
"5.4.0-1032.36",
"5.4.0-1033.37",
"5.4.0-1034.38",
"5.4.0-1036.41",
"5.4.0-1037.42",
"5.4.0-1040.45",
"5.4.0-1041.46",
"5.4.0-1042.47",
"5.4.0-1044.49",
"5.4.0-1045.50",
"5.4.0-1046.51",
"5.4.0-1047.52",
"5.4.0-1048.53",
"5.4.0-1049.54",
"5.4.0-1050.55",
"5.4.0-1051.56",
"5.4.0-1052.57",
"5.4.0-1053.58",
"5.4.0-1054.59",
"5.4.0-1056.61",
"5.4.0-1057.62",
"5.4.0-1058.63",
"5.4.0-1059.64",
"5.4.0-1060.65",
"5.4.0-1061.66",
"5.4.0-1063.68",
"5.4.0-1064.69",
"5.4.0-1065.70",
"5.4.0-1066.71",
"5.4.0-1067.72",
"5.4.0-1068.73",
"5.4.0-1069.74",
"5.4.0-1070.75",
"5.4.0-1071.76",
"5.4.0-1072.77",
"5.4.0-1073.78",
"5.4.0-1074.79",
"5.4.0-1075.80",
"5.4.0-1076.81",
"5.4.0-1077.82",
"5.4.0-1078.83",
"5.4.0-1079.84",
"5.4.0-1080.85",
"5.4.0-1081.86",
"5.4.0-1082.87",
"5.4.0-1083.88",
"5.4.0-1084.89",
"5.4.0-1085.90",
"5.4.0-1086.91",
"5.4.0-1088.93",
"5.4.0-1089.94",
"5.4.0-1090.95",
"5.4.0-1091.96",
"5.4.0-1092.97",
"5.4.0-1093.98",
"5.4.0-1094.99",
"5.4.0-1095.100",
"5.4.0-1096.101",
"5.4.0-1097.102",
"5.4.0-1098.103",
"5.4.0-1099.104",
"5.4.0-1100.105",
"5.4.0-1102.107",
"5.4.0-1103.108",
"5.4.0-1104.109",
"5.4.0-1105.110",
"5.4.0-1107.112"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-ibm-5.15-headers-5.15.0-1107",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-ibm-5.15-source-5.15.0",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-ibm-5.15-tools-5.15.0-1107",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-ibm-5.15",
"purl": "pkg:deb/ubuntu/linux-ibm-5.15@5.15.0-1107.111~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1033.36~20.04.1",
"5.15.0-1034.37~20.04.1",
"5.15.0-1035.38~20.04.1",
"5.15.0-1036.39~20.04.1",
"5.15.0-1037.40~20.04.1",
"5.15.0-1038.41~20.04.1",
"5.15.0-1040.43~20.04.1",
"5.15.0-1041.44~20.04.1",
"5.15.0-1042.45~20.04.1",
"5.15.0-1043.46~20.04.1",
"5.15.0-1044.47~20.04.1",
"5.15.0-1045.48~20.04.1",
"5.15.0-1046.49~20.04.1",
"5.15.0-1047.50~20.04.1",
"5.15.0-1048.51~20.04.1",
"5.15.0-1049.52~20.04.1",
"5.15.0-1050.53~20.04.1",
"5.15.0-1053.56~20.04.1",
"5.15.0-1054.57~20.04.1",
"5.15.0-1055.58~20.04.1",
"5.15.0-1057.60~20.04.1",
"5.15.0-1058.61~20.04.1",
"5.15.0-1059.62~20.04.1",
"5.15.0-1060.63~20.04.1",
"5.15.0-1061.64~20.04.1",
"5.15.0-1062.65~20.04.1",
"5.15.0-1063.66~20.04.1",
"5.15.0-1064.67~20.04.1",
"5.15.0-1065.68~20.04.1",
"5.15.0-1066.69~20.04.1",
"5.15.0-1067.70~20.04.1",
"5.15.0-1068.71~20.04.1",
"5.15.0-1069.72~20.04.1",
"5.15.0-1074.77~20.04.1",
"5.15.0-1075.78~20.04.1",
"5.15.0-1076.79~20.04.1",
"5.15.0-1078.81~20.04.1",
"5.15.0-1079.82~20.04.1",
"5.15.0-1080.83~20.04.1",
"5.15.0-1081.84~20.04.1",
"5.15.0-1083.86~20.04.1",
"5.15.0-1085.88~20.04.1",
"5.15.0-1086.89~20.04.1",
"5.15.0-1087.90~20.04.1",
"5.15.0-1089.92~20.04.1",
"5.15.0-1090.93~20.04.1",
"5.15.0-1091.94~20.04.1",
"5.15.0-1092.95~20.04.1",
"5.15.0-1093.96~20.04.1",
"5.15.0-1094.97~20.04.1",
"5.15.0-1095.98~20.04.1",
"5.15.0-1097.100~20.04.1",
"5.15.0-1098.101~20.04.1",
"5.15.0-1099.102~20.04.1",
"5.15.0-1100.103~20.04.1",
"5.15.0-1102.105~20.04.1",
"5.15.0-1103.106~20.04.1",
"5.15.0-1105.109~20.04.1",
"5.15.0-1106.110~20.04.1",
"5.15.0-1107.111~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.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-cloud-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-cloud-tools-common",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-headers-5.15.0-1108",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-tools-common",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-intel-iotg-5.15-tools-host",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-intel-iotg-5.15",
"purl": "pkg:deb/ubuntu/linux-intel-iotg-5.15@5.15.0-1108.114~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1003.5~20.04.1",
"5.15.0-1008.11~20.04.1",
"5.15.0-1010.14~20.04.1",
"5.15.0-1015.20~20.04.2",
"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-1021.26~20.04.1",
"5.15.0-1023.28~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-1030.35~20.04.1",
"5.15.0-1031.36~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-1040.46~20.04.1",
"5.15.0-1043.49~20.04.1",
"5.15.0-1045.51~20.04.1",
"5.15.0-1046.52~20.04.1",
"5.15.0-1048.54~20.04.1",
"5.15.0-1049.55~20.04.1",
"5.15.0-1050.56~20.04.1",
"5.15.0-1051.57~20.04.1",
"5.15.0-1052.58~20.04.1",
"5.15.0-1055.61~20.04.1",
"5.15.0-1058.64~20.04.1",
"5.15.0-1059.65~20.04.1",
"5.15.0-1060.66~20.04.1",
"5.15.0-1061.67~20.04.1",
"5.15.0-1062.68~20.04.1",
"5.15.0-1063.69~20.04.1",
"5.15.0-1064.70~20.04.1",
"5.15.0-1065.71~20.04.1",
"5.15.0-1066.72~20.04.1",
"5.15.0-1067.73~20.04.1",
"5.15.0-1071.77~20.04.1",
"5.15.0-1072.78~20.04.1",
"5.15.0-1073.79~20.04.2",
"5.15.0-1074.80~20.04.1",
"5.15.0-1077.83~20.04.1",
"5.15.0-1078.84~20.04.1",
"5.15.0-1079.85~20.04.1",
"5.15.0-1083.89~20.04.1",
"5.15.0-1084.90~20.04.1",
"5.15.0-1085.91~20.04.1",
"5.15.0-1086.92~20.04.1",
"5.15.0-1087.93~20.04.1",
"5.15.0-1088.94~20.04.1",
"5.15.0-1090.96~20.04.1",
"5.15.0-1091.97~20.04.1",
"5.15.0-1092.98~20.04.1",
"5.15.0-1093.99~20.04.1",
"5.15.0-1094.100~20.04.1",
"5.15.0-1095.101~20.04.1",
"5.15.0-1096.102~20.04.1",
"5.15.0-1098.104~20.04.1",
"5.15.0-1099.105~20.04.1",
"5.15.0-1100.106~20.04.1",
"5.15.0-1101.107~20.04.1",
"5.15.0-1103.109~20.04.1",
"5.15.0-1104.110~20.04.1",
"5.15.0-1106.112~20.04.1",
"5.15.0-1107.113~20.04.1",
"5.15.0-1108.114~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1065-iot",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-headers-5.4.0-1065-iot",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1065-iot",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-iot-headers-5.4.0-1065",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-iot-tools-5.4.0-1065",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-modules-5.4.0-1065-iot",
"binary_version": "5.4.0-1065.68"
},
{
"binary_name": "linux-tools-5.4.0-1065-iot",
"binary_version": "5.4.0-1065.68"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-iot",
"purl": "pkg:deb/ubuntu/linux-iot@5.4.0-1065.68?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1001.3",
"5.4.0-1004.6",
"5.4.0-1005.7",
"5.4.0-1006.8",
"5.4.0-1009.11",
"5.4.0-1010.12",
"5.4.0-1011.13",
"5.4.0-1012.14",
"5.4.0-1013.15",
"5.4.0-1014.16",
"5.4.0-1017.18",
"5.4.0-1018.19",
"5.4.0-1019.20",
"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-1028.29",
"5.4.0-1029.30",
"5.4.0-1030.31",
"5.4.0-1031.32",
"5.4.0-1032.33",
"5.4.0-1033.34",
"5.4.0-1034.35",
"5.4.0-1035.36",
"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-1041.42",
"5.4.0-1042.43",
"5.4.0-1043.44",
"5.4.0-1044.45",
"5.4.0-1045.46",
"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-1055.58",
"5.4.0-1056.59",
"5.4.0-1057.60",
"5.4.0-1058.61",
"5.4.0-1060.63",
"5.4.0-1061.64",
"5.4.0-1062.65",
"5.4.0-1063.66",
"5.4.0-1064.67",
"5.4.0-1065.68"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1148-kvm",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-headers-5.4.0-1148-kvm",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1148-kvm",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-kvm-headers-5.4.0-1148",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-kvm-tools-5.4.0-1148",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-modules-5.4.0-1148-kvm",
"binary_version": "5.4.0-1148.157"
},
{
"binary_name": "linux-tools-5.4.0-1148-kvm",
"binary_version": "5.4.0-1148.157"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-kvm",
"purl": "pkg:deb/ubuntu/linux-kvm@5.4.0-1148.157?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1003.3",
"5.3.0-1008.9",
"5.3.0-1009.10",
"5.4.0-1004.4",
"5.4.0-1006.6",
"5.4.0-1007.7",
"5.4.0-1008.8",
"5.4.0-1009.9",
"5.4.0-1011.11",
"5.4.0-1015.15",
"5.4.0-1018.18",
"5.4.0-1020.20",
"5.4.0-1021.21",
"5.4.0-1023.23",
"5.4.0-1024.24",
"5.4.0-1026.27",
"5.4.0-1028.29",
"5.4.0-1030.31",
"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-1041.42",
"5.4.0-1044.46",
"5.4.0-1045.47",
"5.4.0-1046.48",
"5.4.0-1047.49",
"5.4.0-1048.50",
"5.4.0-1049.51",
"5.4.0-1050.52",
"5.4.0-1051.53",
"5.4.0-1053.55",
"5.4.0-1054.56",
"5.4.0-1055.57",
"5.4.0-1056.58",
"5.4.0-1058.61",
"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-1068.72",
"5.4.0-1070.75",
"5.4.0-1071.76",
"5.4.0-1073.78",
"5.4.0-1074.79",
"5.4.0-1075.80",
"5.4.0-1076.81",
"5.4.0-1078.84",
"5.4.0-1079.85",
"5.4.0-1082.88",
"5.4.0-1083.89",
"5.4.0-1084.90",
"5.4.0-1086.92",
"5.4.0-1087.93",
"5.4.0-1088.94",
"5.4.0-1089.95",
"5.4.0-1090.96",
"5.4.0-1091.97",
"5.4.0-1092.98",
"5.4.0-1093.99",
"5.4.0-1094.100",
"5.4.0-1095.101",
"5.4.0-1096.102",
"5.4.0-1097.103",
"5.4.0-1098.104",
"5.4.0-1099.105",
"5.4.0-1100.106",
"5.4.0-1101.107",
"5.4.0-1102.108",
"5.4.0-1103.110",
"5.4.0-1104.111",
"5.4.0-1105.112",
"5.4.0-1106.113",
"5.4.0-1107.114",
"5.4.0-1108.115",
"5.4.0-1109.116",
"5.4.0-1110.117",
"5.4.0-1111.118",
"5.4.0-1112.119",
"5.4.0-1113.120",
"5.4.0-1114.121",
"5.4.0-1115.122",
"5.4.0-1116.123",
"5.4.0-1117.124",
"5.4.0-1118.125",
"5.4.0-1119.127",
"5.4.0-1120.128",
"5.4.0-1121.129",
"5.4.0-1122.130",
"5.4.0-1123.131",
"5.4.0-1124.132",
"5.4.0-1125.133",
"5.4.0-1126.134",
"5.4.0-1127.136",
"5.4.0-1129.138",
"5.4.0-1130.139",
"5.4.0-1131.140",
"5.4.0-1132.141",
"5.4.0-1133.142",
"5.4.0-1134.143",
"5.4.0-1135.144",
"5.4.0-1136.145",
"5.4.0-1137.146",
"5.4.0-1138.147",
"5.4.0-1139.148",
"5.4.0-1140.149",
"5.4.0-1141.150",
"5.4.0-1143.152",
"5.4.0-1144.153",
"5.4.0-1145.154",
"5.4.0-1146.155",
"5.4.0-1147.156",
"5.4.0-1148.157"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-5.15-cloud-tools-5.15.0-184",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-5.15-headers-5.15.0-184",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-5.15-tools-5.15.0-184",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-lowlatency-hwe-5.15",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-5.15@5.15.0-184.194~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-33.34~20.04.1",
"5.15.0-42.45~20.04.1",
"5.15.0-43.46~20.04.1",
"5.15.0-46.49~20.04.1",
"5.15.0-48.54~20.04.1",
"5.15.0-50.56~20.04.1",
"5.15.0-52.58~20.04.1",
"5.15.0-53.59~20.04.1",
"5.15.0-56.62~20.04.1",
"5.15.0-58.64~20.04.1",
"5.15.0-60.66~20.04.1",
"5.15.0-67.74~20.04.1",
"5.15.0-69.76~20.04.1",
"5.15.0-70.77~20.04.1",
"5.15.0-71.78~20.04.1",
"5.15.0-72.79~20.04.1",
"5.15.0-73.80~20.04.1",
"5.15.0-75.82~20.04.1",
"5.15.0-76.83~20.04.1",
"5.15.0-78.85~20.04.1",
"5.15.0-79.88~20.04.1",
"5.15.0-82.91~20.04.1",
"5.15.0-83.92~20.04.1",
"5.15.0-84.93~20.04.1",
"5.15.0-86.95~20.04.1",
"5.15.0-87.96~20.04.1",
"5.15.0-88.98~20.04.1",
"5.15.0-89.99~20.04.1",
"5.15.0-91.101~20.04.1",
"5.15.0-92.102~20.04.1",
"5.15.0-94.104~20.04.1",
"5.15.0-97.107~20.04.1",
"5.15.0-100.110~20.04.1",
"5.15.0-101.111~20.04.1",
"5.15.0-102.112~20.04.1",
"5.15.0-105.115~20.04.1",
"5.15.0-106.116~20.04.1",
"5.15.0-107.117~20.04.1",
"5.15.0-110.120~20.04.1",
"5.15.0-113.123~20.04.1",
"5.15.0-116.126~20.04.1",
"5.15.0-117.127~20.04.1",
"5.15.0-118.128~20.04.1",
"5.15.0-119.129~20.04.1",
"5.15.0-121.131~20.04.1",
"5.15.0-122.132~20.04.1",
"5.15.0-124.134~20.04.1",
"5.15.0-125.135~20.04.1",
"5.15.0-126.136~20.04.1",
"5.15.0-127.137~20.04.1",
"5.15.0-128.138~20.04.1",
"5.15.0-129.139~20.04.1",
"5.15.0-131.141~20.04.1",
"5.15.0-133.143~20.04.1",
"5.15.0-134.145~20.04.1",
"5.15.0-135.146~20.04.1",
"5.15.0-136.147~20.04.1",
"5.15.0-138.148~20.04.1",
"5.15.0-139.149~20.04.1",
"5.15.0-140.150~20.04.1",
"5.15.0-142.152~20.04.1",
"5.15.0-143.153~20.04.1",
"5.15.0-144.157~20.04.1",
"5.15.0-145.158~20.04.1",
"5.15.0-152.162~20.04.1",
"5.15.0-153.163~20.04.1",
"5.15.0-156.166~20.04.1",
"5.15.0-157.167~20.04.1",
"5.15.0-160.170~20.04.1",
"5.15.0-161.171~20.04.1",
"5.15.0-163.173~20.04.1",
"5.15.0-164.174~20.04.1",
"5.15.0-168.178~20.04.1",
"5.15.0-170.180~20.04.1",
"5.15.0-171.181~20.04.1",
"5.15.0-173.183~20.04.1",
"5.15.0-174.184~20.04.1",
"5.15.0-175.185~20.04.1",
"5.15.0-177.187~20.04.1",
"5.15.0-178.188~20.04.1",
"5.15.0-179.189~20.04.1",
"5.15.0-181.191~20.04.1",
"5.15.0-183.193~20.04.1",
"5.15.0-184.194~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-nvidia-tegra-5.15-headers-5.15.0-1065",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-nvidia-tegra-5.15-tools-5.15.0-1065",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-nvidia-tegra-5.15",
"purl": "pkg:deb/ubuntu/linux-nvidia-tegra-5.15@5.15.0-1065.67~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1009.9~20.04.1",
"5.15.0-1010.10~20.04.1",
"5.15.0-1012.12~20.04.1",
"5.15.0-1014.14~20.04.1",
"5.15.0-1015.15~20.04.1",
"5.15.0-1016.16~20.04.1",
"5.15.0-1017.17~20.04.1",
"5.15.0-1018.18~20.04.1",
"5.15.0-1019.19~20.04.1",
"5.15.0-1020.20~20.04.1",
"5.15.0-1022.22~20.04.1",
"5.15.0-1025.25~20.04.1",
"5.15.0-1027.27~20.04.1",
"5.15.0-1030.30~20.04.1",
"5.15.0-1032.32~20.04.1",
"5.15.0-1039.39~20.04.1",
"5.15.0-1040.40~20.04.1",
"5.15.0-1041.41~20.04.1",
"5.15.0-1042.42~20.04.1",
"5.15.0-1043.43~20.04.1",
"5.15.0-1044.44~20.04.1",
"5.15.0-1045.45~20.04.1",
"5.15.0-1046.46~20.04.1",
"5.15.0-1047.47~20.04.1",
"5.15.0-1048.48~20.04.1",
"5.15.0-1049.49~20.04.1",
"5.15.0-1050.50~20.04.1",
"5.15.0-1051.51~20.04.1",
"5.15.0-1052.52~20.04.2",
"5.15.0-1053.53~20.04.1",
"5.15.0-1055.55~20.04.1",
"5.15.0-1057.57~20.04.1",
"5.15.0-1058.58~20.04.1",
"5.15.0-1060.60~20.04.1",
"5.15.0-1061.61~20.04.1",
"5.15.0-1063.63~20.04.1",
"5.15.0-1064.66~20.04.1",
"5.15.0-1065.67~20.04.1"
]
},
{
"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.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-headers-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-modules-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-modules-extra-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-oracle-headers-5.4.0-1159",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-oracle-tools-5.4.0-1159",
"binary_version": "5.4.0-1159.169"
},
{
"binary_name": "linux-tools-5.4.0-1159-oracle",
"binary_version": "5.4.0-1159.169"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@5.4.0-1159.169?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1002.2",
"5.3.0-1007.8",
"5.3.0-1008.9",
"5.4.0-1005.5",
"5.4.0-1007.7",
"5.4.0-1008.8",
"5.4.0-1009.9",
"5.4.0-1011.11",
"5.4.0-1015.15",
"5.4.0-1018.18",
"5.4.0-1019.19",
"5.4.0-1021.21",
"5.4.0-1022.22",
"5.4.0-1024.24",
"5.4.0-1025.25",
"5.4.0-1028.29",
"5.4.0-1029.31",
"5.4.0-1030.32",
"5.4.0-1032.34",
"5.4.0-1034.36",
"5.4.0-1035.38",
"5.4.0-1037.40",
"5.4.0-1038.41",
"5.4.0-1039.42",
"5.4.0-1041.44",
"5.4.0-1042.45",
"5.4.0-1043.46",
"5.4.0-1045.49",
"5.4.0-1046.50",
"5.4.0-1048.52",
"5.4.0-1049.53",
"5.4.0-1052.56",
"5.4.0-1053.57",
"5.4.0-1054.58",
"5.4.0-1055.59",
"5.4.0-1056.60",
"5.4.0-1057.61",
"5.4.0-1058.62",
"5.4.0-1059.63",
"5.4.0-1061.65",
"5.4.0-1062.66",
"5.4.0-1063.67",
"5.4.0-1064.68",
"5.4.0-1066.71",
"5.4.0-1067.72",
"5.4.0-1069.75",
"5.4.0-1070.76",
"5.4.0-1071.77",
"5.4.0-1073.79",
"5.4.0-1076.83",
"5.4.0-1078.86",
"5.4.0-1079.87",
"5.4.0-1081.89",
"5.4.0-1082.90",
"5.4.0-1083.91",
"5.4.0-1084.92",
"5.4.0-1086.95",
"5.4.0-1087.96",
"5.4.0-1090.99",
"5.4.0-1091.100",
"5.4.0-1092.101",
"5.4.0-1093.102",
"5.4.0-1094.103",
"5.4.0-1097.106",
"5.4.0-1098.107",
"5.4.0-1099.108",
"5.4.0-1100.109",
"5.4.0-1101.110",
"5.4.0-1102.111",
"5.4.0-1103.112",
"5.4.0-1104.113",
"5.4.0-1105.114",
"5.4.0-1106.115",
"5.4.0-1107.116",
"5.4.0-1108.117",
"5.4.0-1109.118",
"5.4.0-1110.119",
"5.4.0-1111.120",
"5.4.0-1112.121",
"5.4.0-1113.122",
"5.4.0-1115.124",
"5.4.0-1116.125",
"5.4.0-1117.126",
"5.4.0-1118.127",
"5.4.0-1119.128",
"5.4.0-1120.129",
"5.4.0-1121.130",
"5.4.0-1122.131",
"5.4.0-1123.132",
"5.4.0-1124.133",
"5.4.0-1125.134",
"5.4.0-1126.135",
"5.4.0-1127.136",
"5.4.0-1129.138",
"5.4.0-1130.139",
"5.4.0-1131.140",
"5.4.0-1132.141",
"5.4.0-1133.142",
"5.4.0-1134.143",
"5.4.0-1135.144",
"5.4.0-1136.145",
"5.4.0-1137.146",
"5.4.0-1138.147",
"5.4.0-1140.150",
"5.4.0-1141.151",
"5.4.0-1142.152",
"5.4.0-1143.153",
"5.4.0-1144.154",
"5.4.0-1145.155",
"5.4.0-1146.156",
"5.4.0-1147.157",
"5.4.0-1149.159",
"5.4.0-1150.160",
"5.4.0-1151.161",
"5.4.0-1152.162",
"5.4.0-1154.164",
"5.4.0-1155.165",
"5.4.0-1156.166",
"5.4.0-1157.167",
"5.4.0-1158.168",
"5.4.0-1159.169"
]
},
{
"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.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-oracle-5.15-headers-5.15.0-1109",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-oracle-5.15-tools-5.15.0-1109",
"binary_version": "5.15.0-1109.115~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-oracle-5.15",
"purl": "pkg:deb/ubuntu/linux-oracle-5.15@5.15.0-1109.115~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1007.9~20.04.1",
"5.15.0-1013.17~20.04.1",
"5.15.0-1016.20~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-1021.27~20.04.1",
"5.15.0-1022.28~20.04.1",
"5.15.0-1025.31~20.04.2",
"5.15.0-1027.33~20.04.1",
"5.15.0-1029.35~20.04.1",
"5.15.0-1030.36~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-1041.47~20.04.1",
"5.15.0-1042.48~20.04.1",
"5.15.0-1044.50~20.04.1",
"5.15.0-1045.51~20.04.1",
"5.15.0-1046.52~20.04.1",
"5.15.0-1047.53~20.04.1",
"5.15.0-1048.54~20.04.1",
"5.15.0-1049.55~20.04.1",
"5.15.0-1050.56~20.04.1",
"5.15.0-1051.57~20.04.1",
"5.15.0-1052.58~20.04.1",
"5.15.0-1053.59~20.04.1",
"5.15.0-1054.60~20.04.1",
"5.15.0-1055.61~20.04.1",
"5.15.0-1058.64~20.04.1",
"5.15.0-1059.65~20.04.1",
"5.15.0-1061.67~20.04.1",
"5.15.0-1062.68~20.04.1",
"5.15.0-1063.69~20.04.1",
"5.15.0-1065.71~20.04.1",
"5.15.0-1066.72~20.04.1",
"5.15.0-1067.73~20.04.1",
"5.15.0-1068.74~20.04.1",
"5.15.0-1069.75~20.04.1",
"5.15.0-1070.76~20.04.1",
"5.15.0-1071.77~20.04.1",
"5.15.0-1072.78~20.04.1",
"5.15.0-1073.79~20.04.1",
"5.15.0-1074.80~20.04.1",
"5.15.0-1075.81~20.04.1",
"5.15.0-1076.82~20.04.1",
"5.15.0-1077.83~20.04.1",
"5.15.0-1078.84~20.04.1",
"5.15.0-1079.85~20.04.1",
"5.15.0-1080.86~20.04.1",
"5.15.0-1081.87~20.04.1",
"5.15.0-1083.89~20.04.1",
"5.15.0-1084.90~20.04.1",
"5.15.0-1085.91~20.04.3",
"5.15.0-1086.92~20.04.1",
"5.15.0-1088.94~20.04.1",
"5.15.0-1090.96~20.04.1",
"5.15.0-1091.97~20.04.1",
"5.15.0-1092.98~20.04.1",
"5.15.0-1093.99~20.04.1",
"5.15.0-1094.100~20.04.1",
"5.15.0-1095.101~20.04.1",
"5.15.0-1096.102~20.04.1",
"5.15.0-1097.103~20.04.1",
"5.15.0-1098.104~20.04.1",
"5.15.0-1100.106~20.04.1",
"5.15.0-1101.107~20.04.1",
"5.15.0-1102.108~20.04.1",
"5.15.0-1104.110~20.04.1",
"5.15.0-1106.112~20.04.1",
"5.15.0-1108.114~20.04.1",
"5.15.0-1109.115~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-1144-raspi",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-headers-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-image-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-modules-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-raspi-headers-5.4.0-1144",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-raspi-tools-5.4.0-1144",
"binary_version": "5.4.0-1144.157"
},
{
"binary_name": "linux-tools-5.4.0-1144-raspi",
"binary_version": "5.4.0-1144.157"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@5.4.0-1144.157?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1007.7",
"5.4.0-1008.8",
"5.4.0-1011.11",
"5.4.0-1012.12",
"5.4.0-1013.13",
"5.4.0-1015.15",
"5.4.0-1016.17",
"5.4.0-1018.20",
"5.4.0-1019.21",
"5.4.0-1021.24",
"5.4.0-1022.25",
"5.4.0-1023.26",
"5.4.0-1025.28",
"5.4.0-1026.29",
"5.4.0-1028.31",
"5.4.0-1029.32",
"5.4.0-1030.33",
"5.4.0-1032.35",
"5.4.0-1033.36",
"5.4.0-1034.37",
"5.4.0-1035.38",
"5.4.0-1036.39",
"5.4.0-1038.41",
"5.4.0-1041.45",
"5.4.0-1042.46",
"5.4.0-1043.47",
"5.4.0-1044.48",
"5.4.0-1045.49",
"5.4.0-1046.50",
"5.4.0-1047.52",
"5.4.0-1048.53",
"5.4.0-1050.56",
"5.4.0-1052.58",
"5.4.0-1053.60",
"5.4.0-1055.62",
"5.4.0-1056.63",
"5.4.0-1058.65",
"5.4.0-1059.67",
"5.4.0-1060.68",
"5.4.0-1062.70",
"5.4.0-1065.75",
"5.4.0-1066.76",
"5.4.0-1068.78",
"5.4.0-1069.79",
"5.4.0-1070.80",
"5.4.0-1071.81",
"5.4.0-1073.84",
"5.4.0-1074.85",
"5.4.0-1077.88",
"5.4.0-1078.89",
"5.4.0-1079.90",
"5.4.0-1080.91",
"5.4.0-1081.92",
"5.4.0-1082.93",
"5.4.0-1083.94",
"5.4.0-1084.95",
"5.4.0-1085.96",
"5.4.0-1086.97",
"5.4.0-1088.99",
"5.4.0-1089.100",
"5.4.0-1090.101",
"5.4.0-1091.102",
"5.4.0-1092.103",
"5.4.0-1093.104",
"5.4.0-1094.105",
"5.4.0-1095.106",
"5.4.0-1096.107",
"5.4.0-1097.109",
"5.4.0-1098.110",
"5.4.0-1100.112",
"5.4.0-1101.113",
"5.4.0-1102.114",
"5.4.0-1103.115",
"5.4.0-1104.116",
"5.4.0-1105.117",
"5.4.0-1106.118",
"5.4.0-1107.119",
"5.4.0-1108.120",
"5.4.0-1109.121",
"5.4.0-1110.122",
"5.4.0-1111.123",
"5.4.0-1112.124",
"5.4.0-1113.125",
"5.4.0-1114.126",
"5.4.0-1115.127",
"5.4.0-1116.128",
"5.4.0-1117.129",
"5.4.0-1118.130",
"5.4.0-1119.131",
"5.4.0-1120.132",
"5.4.0-1121.133",
"5.4.0-1122.134",
"5.4.0-1129.142",
"5.4.0-1130.143",
"5.4.0-1131.144",
"5.4.0-1132.145",
"5.4.0-1133.146",
"5.4.0-1134.147",
"5.4.0-1135.148",
"5.4.0-1136.149",
"5.4.0-1137.150",
"5.4.0-1139.152",
"5.4.0-1140.153",
"5.4.0-1143.156",
"5.4.0-1144.157"
]
},
{
"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": "linux-buildinfo-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-image-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-riscv-5.15-headers-5.15.0-1107",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-riscv-5.15-tools-5.15.0-1107",
"binary_version": "5.15.0-1107.111~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1107-generic",
"binary_version": "5.15.0-1107.111~20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-riscv-5.15",
"purl": "pkg:deb/ubuntu/linux-riscv-5.15@5.15.0-1107.111~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1015.17~20.04.1",
"5.15.0-1017.19~20.04.1",
"5.15.0-1018.21~20.04.1",
"5.15.0-1019.22~20.04.1",
"5.15.0-1022.26~20.04.1",
"5.15.0-1023.27~20.04.1",
"5.15.0-1026.30~20.04.2",
"5.15.0-1027.31~20.04.1",
"5.15.0-1028.32~20.04.1",
"5.15.0-1029.33~20.04.1",
"5.15.0-1030.34~20.04.1",
"5.15.0-1031.35~20.04.1",
"5.15.0-1032.36~20.04.1",
"5.15.0-1033.37~20.04.1",
"5.15.0-1034.38~20.04.1",
"5.15.0-1035.39~20.04.1",
"5.15.0-1036.40~20.04.2",
"5.15.0-1037.41~20.04.2",
"5.15.0-1038.42~20.04.2",
"5.15.0-1039.43~20.04.2",
"5.15.0-1040.44~20.04.3",
"5.15.0-1041.45~20.04.1",
"5.15.0-1043.47~20.04.1",
"5.15.0-1044.48~20.04.1",
"5.15.0-1045.49~20.04.1",
"5.15.0-1046.50~20.04.1",
"5.15.0-1047.51~20.04.1",
"5.15.0-1048.52~20.04.1",
"5.15.0-1049.53~20.04.2",
"5.15.0-1050.54~20.04.1",
"5.15.0-1051.55~20.04.1",
"5.15.0-1052.56~20.04.1",
"5.15.0-1053.57~20.04.1",
"5.15.0-1056.60~20.04.1",
"5.15.0-1057.61~20.04.1",
"5.15.0-1058.62~20.04.1",
"5.15.0-1059.63~20.04.1",
"5.15.0-1060.64~20.04.1",
"5.15.0-1061.65~20.04.1",
"5.15.0-1062.66~20.04.1",
"5.15.0-1063.67~20.04.1",
"5.15.0-1064.68~20.04.1",
"5.15.0-1065.69~20.04.1",
"5.15.0-1066.70~20.04.1",
"5.15.0-1067.71~20.04.1",
"5.15.0-1068.72~20.04.1",
"5.15.0-1069.73~20.04.1",
"5.15.0-1070.74~20.04.1",
"5.15.0-1071.75~20.04.1",
"5.15.0-1072.76~20.04.1",
"5.15.0-1073.77~20.04.1",
"5.15.0-1074.78~20.04.1",
"5.15.0-1075.79~20.04.1",
"5.15.0-1076.80~20.04.1",
"5.15.0-1077.81~20.04.1",
"5.15.0-1078.82~20.04.1",
"5.15.0-1079.83~20.04.1",
"5.15.0-1081.85~20.04.1",
"5.15.0-1082.86~20.04.1",
"5.15.0-1083.87~20.04.1",
"5.15.0-1084.88~20.04.1",
"5.15.0-1085.89~20.04.1",
"5.15.0-1086.90~20.04.1",
"5.15.0-1087.91~20.04.1",
"5.15.0-1088.92~20.04.1",
"5.15.0-1090.94~20.04.1",
"5.15.0-1091.95~20.04.1",
"5.15.0-1092.96~20.04.1",
"5.15.0-1093.97~20.04.2",
"5.15.0-1094.98~20.04.1",
"5.15.0-1095.99~20.04.1",
"5.15.0-1096.100~20.04.1",
"5.15.0-1097.101~20.04.1",
"5.15.0-1098.102~20.04.1",
"5.15.0-1099.103~20.04.1",
"5.15.0-1100.104~20.04.1",
"5.15.0-1102.106~20.04.1",
"5.15.0-1103.107~20.04.1",
"5.15.0-1105.109~20.04.1",
"5.15.0-1106.110~20.04.1",
"5.15.0-1107.111~20.04.1"
]
},
{
"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-buildinfo-5.4.0-1079-xilinx-zynqmp",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-headers-5.4.0-1079-xilinx-zynqmp",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-image-5.4.0-1079-xilinx-zynqmp",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-modules-5.4.0-1079-xilinx-zynqmp",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-tools-5.4.0-1079-xilinx-zynqmp",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-xilinx-zynqmp-headers-5.4.0-1079",
"binary_version": "5.4.0-1079.83"
},
{
"binary_name": "linux-xilinx-zynqmp-tools-5.4.0-1079",
"binary_version": "5.4.0-1079.83"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-xilinx-zynqmp",
"purl": "pkg:deb/ubuntu/linux-xilinx-zynqmp@5.4.0-1079.83?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1020.24",
"5.4.0-1021.25",
"5.4.0-1022.26",
"5.4.0-1023.27",
"5.4.0-1024.28",
"5.4.0-1025.29",
"5.4.0-1026.30",
"5.4.0-1027.31",
"5.4.0-1028.32",
"5.4.0-1029.33",
"5.4.0-1030.34",
"5.4.0-1031.35",
"5.4.0-1032.36",
"5.4.0-1033.37",
"5.4.0-1034.38",
"5.4.0-1035.39",
"5.4.0-1036.40",
"5.4.0-1037.41",
"5.4.0-1038.42",
"5.4.0-1039.43",
"5.4.0-1040.44",
"5.4.0-1041.45",
"5.4.0-1042.46",
"5.4.0-1043.47",
"5.4.0-1044.48",
"5.4.0-1045.49",
"5.4.0-1046.50",
"5.4.0-1047.51",
"5.4.0-1048.52",
"5.4.0-1049.53",
"5.4.0-1050.54",
"5.4.0-1051.55",
"5.4.0-1052.56",
"5.4.0-1053.57",
"5.4.0-1054.58",
"5.4.0-1055.59",
"5.4.0-1056.60",
"5.4.0-1058.62",
"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-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"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-headers-5.4.0-1161",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-aws-fips-tools-5.4.0-1161",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-buildinfo-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-headers-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-modules-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
},
{
"binary_name": "linux-tools-5.4.0-1161-aws-fips",
"binary_version": "5.4.0-1161.172+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@5.4.0-1161.172+fips1?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1021.21+fips2",
"5.4.0-1069.73+fips2",
"5.4.0-1071.76+fips1",
"5.4.0-1072.77+fips1",
"5.4.0-1073.78+fips1",
"5.4.0-1078.84+fips1",
"5.4.0-1080.87+fips1",
"5.4.0-1081.88+fips1",
"5.4.0-1083.90+fips1",
"5.4.0-1085.92+fips1",
"5.4.0-1086.93+fips1",
"5.4.0-1088.96+fips1",
"5.4.0-1089.97+fips1",
"5.4.0-1092.100+fips1",
"5.4.0-1093.101+fips1",
"5.4.0-1094.102+fips1",
"5.4.0-1096.104+fips1",
"5.4.0-1099.107+fips1",
"5.4.0-1100.108+fips1",
"5.4.0-1101.109+fips1",
"5.4.0-1102.110+fips1",
"5.4.0-1103.111+fips1",
"5.4.0-1104.112+fips1",
"5.4.0-1105.113+fips1",
"5.4.0-1106.114+fips1",
"5.4.0-1107.115+fips1",
"5.4.0-1108.116+fips1",
"5.4.0-1109.118+fips1",
"5.4.0-1110.119+fips1",
"5.4.0-1111.120+fips1",
"5.4.0-1112.121+fips1",
"5.4.0-1113.123+fips1",
"5.4.0-1114.124+fips1",
"5.4.0-1116.126+fips1",
"5.4.0-1117.127+fips1",
"5.4.0-1118.128+fips1",
"5.4.0-1119.129+fips1",
"5.4.0-1120.130+fips1",
"5.4.0-1121.131+fips1",
"5.4.0-1122.132+fips1",
"5.4.0-1123.133+fips1",
"5.4.0-1124.134+fips1",
"5.4.0-1125.135+fips1",
"5.4.0-1126.136+fips2",
"5.4.0-1127.137+fips1",
"5.4.0-1128.138+fips1",
"5.4.0-1129.139+fips1",
"5.4.0-1130.140+fips1",
"5.4.0-1131.141+fips1",
"5.4.0-1132.142+fips1",
"5.4.0-1133.143+fips1",
"5.4.0-1134.144+fips1",
"5.4.0-1135.145+fips1",
"5.4.0-1136.146+fips1",
"5.4.0-1137.147+fips1",
"5.4.0-1139.149+fips1",
"5.4.0-1140.151+fips1",
"5.4.0-1142.153+fips1",
"5.4.0-1144.155+fips1",
"5.4.0-1145.156+fips1",
"5.4.0-1146.156+fips1",
"5.4.0-1147.157+fips1",
"5.4.0-1148.158+fips1",
"5.4.0-1149.159+fips1",
"5.4.0-1150.160+fips1",
"5.4.0-1151.161+fips1",
"5.4.0-1152.162+fips1",
"5.4.0-1153.163+fips1",
"5.4.0-1154.164+fips1",
"5.4.0-1155.165+fips1",
"5.4.0-1156.166+fips1",
"5.4.0-1157.167+fips1",
"5.4.0-1158.168+fips1",
"5.4.0-1159.169+fips1",
"5.4.0-1160.170+fips1",
"5.4.0-1161.172+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.4.0-1166",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.4.0-1166",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-buildinfo-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-headers-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-modules-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
},
{
"binary_name": "linux-tools-5.4.0-1166-azure-fips",
"binary_version": "5.4.0-1166.172+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.4.0-1166.172+fips1?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1022.22+fips1",
"5.4.0-1073.76+fips1",
"5.4.0-1074.77+fips1",
"5.4.0-1076.79+fips1",
"5.4.0-1078.81+fips1",
"5.4.0-1080.83+fips1",
"5.4.0-1083.87+fips1",
"5.4.0-1085.90+fips1",
"5.4.0-1086.91+fips1",
"5.4.0-1089.94+fips1",
"5.4.0-1090.95+fips1",
"5.4.0-1091.96+fips1",
"5.4.0-1094.100+fips1",
"5.4.0-1095.101+fips1",
"5.4.0-1098.104+fips1",
"5.4.0-1100.106+fips1",
"5.4.0-1101.107+fips1",
"5.4.0-1103.109+fips1",
"5.4.0-1104.110+fips1",
"5.4.0-1105.111+fips1",
"5.4.0-1106.112+fips1",
"5.4.0-1107.113+fips1",
"5.4.0-1108.114+fips1",
"5.4.0-1109.115+fips1",
"5.4.0-1110.116+fips1",
"5.4.0-1111.117+fips1",
"5.4.0-1112.118+fips1",
"5.4.0-1113.119+fips1",
"5.4.0-1114.120+fips1",
"5.4.0-1115.122+fips1",
"5.4.0-1116.123+fips1",
"5.4.0-1117.124+fips1",
"5.4.0-1118.125+fips1",
"5.4.0-1119.126+fips1",
"5.4.0-1121.128+fips1",
"5.4.0-1122.129+fips1",
"5.4.0-1123.130+fips1",
"5.4.0-1124.131+fips1",
"5.4.0-1126.133+fips1",
"5.4.0-1127.134+fips1",
"5.4.0-1128.135+fips1",
"5.4.0-1129.136+fips1",
"5.4.0-1130.137+fips1",
"5.4.0-1131.138+fips1",
"5.4.0-1132.139+fips1",
"5.4.0-1133.140+fips1",
"5.4.0-1134.141+fips1",
"5.4.0-1135.142+fips1",
"5.4.0-1136.143+fips1",
"5.4.0-1137.144+fips1",
"5.4.0-1138.145+fips1",
"5.4.0-1139.146+fips1",
"5.4.0-1140.147+fips1",
"5.4.0-1142.149+fips1",
"5.4.0-1143.150+fips1",
"5.4.0-1145.152+fips1",
"5.4.0-1147.154+fips1",
"5.4.0-1148.156+fips1",
"5.4.0-1149.157+fips1",
"5.4.0-1151.158+fips1",
"5.4.0-1152.159+fips1",
"5.4.0-1153.160+fips1",
"5.4.0-1154.161+fips1",
"5.4.0-1155.162+fips1",
"5.4.0-1157.164+fips1",
"5.4.0-1158.165+fips1",
"5.4.0-1160.166+fips1",
"5.4.0-1161.167+fips1",
"5.4.0-1162.168+fips1",
"5.4.0-1163.169+fips1",
"5.4.0-1164.170+fips1",
"5.4.0-1166.172+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-fips-headers-5.4.0-1135",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-fips-tools-5.4.0-1135",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-fips-tools-host",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-headers-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-modules-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-modules-extra-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
},
{
"binary_name": "linux-tools-5.4.0-1135-fips",
"binary_version": "5.4.0-1135.145"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@5.4.0-1135.145?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1026.30",
"5.4.0-1028.32",
"5.4.0-1031.36",
"5.4.0-1032.37",
"5.4.0-1033.38",
"5.4.0-1034.40",
"5.4.0-1035.41",
"5.4.0-1036.42",
"5.4.0-1037.43",
"5.4.0-1038.44",
"5.4.0-1040.46",
"5.4.0-1041.47",
"5.4.0-1042.48",
"5.4.0-1043.49",
"5.4.0-1045.51",
"5.4.0-1046.52",
"5.4.0-1047.53",
"5.4.0-1048.54",
"5.4.0-1049.55",
"5.4.0-1051.57",
"5.4.0-1054.61",
"5.4.0-1056.64",
"5.4.0-1057.65",
"5.4.0-1059.67",
"5.4.0-1060.68",
"5.4.0-1061.69",
"5.4.0-1062.70",
"5.4.0-1064.73",
"5.4.0-1065.74",
"5.4.0-1068.77",
"5.4.0-1069.78",
"5.4.0-1070.79",
"5.4.0-1072.81",
"5.4.0-1073.82",
"5.4.0-1074.83",
"5.4.0-1075.84",
"5.4.0-1076.85",
"5.4.0-1077.86",
"5.4.0-1078.87",
"5.4.0-1079.88",
"5.4.0-1080.89",
"5.4.0-1081.90",
"5.4.0-1082.91",
"5.4.0-1083.92",
"5.4.0-1084.93",
"5.4.0-1085.94",
"5.4.0-1086.95",
"5.4.0-1087.96",
"5.4.0-1088.97",
"5.4.0-1089.98",
"5.4.0-1090.100",
"5.4.0-1091.101",
"5.4.0-1092.102",
"5.4.0-1094.104",
"5.4.0-1095.105",
"5.4.0-1096.106",
"5.4.0-1097.107",
"5.4.0-1098.108",
"5.4.0-1099.109",
"5.4.0-1100.110",
"5.4.0-1101.111",
"5.4.0-1102.112",
"5.4.0-1103.113",
"5.4.0-1104.114",
"5.4.0-1105.115",
"5.4.0-1106.116",
"5.4.0-1107.117",
"5.4.0-1108.118",
"5.4.0-1109.119",
"5.4.0-1110.120",
"5.4.0-1111.121",
"5.4.0-1112.122",
"5.4.0-1116.126",
"5.4.0-1117.127",
"5.4.0-1118.128",
"5.4.0-1119.129",
"5.4.0-1120.130",
"5.4.0-1121.131",
"5.4.0-1122.132",
"5.4.0-1123.133",
"5.4.0-1124.134",
"5.4.0-1125.135",
"5.4.0-1126.136",
"5.4.0-1127.137",
"5.4.0-1128.138",
"5.4.0-1130.140",
"5.4.0-1131.141",
"5.4.0-1132.142",
"5.4.0-1133.143",
"5.4.0-1134.144",
"5.4.0-1135.145"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-5.4.0-1164",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-5.4.0-1164",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-headers-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-modules-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
},
{
"binary_name": "linux-tools-5.4.0-1164-gcp-fips",
"binary_version": "5.4.0-1164.173+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@5.4.0-1164.173+fips1?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1021.21+fips1",
"5.4.0-1067.71~20.04.1",
"5.4.0-1069.73+fips2",
"5.4.0-1071.75+fips1",
"5.4.0-1073.78+fips1",
"5.4.0-1075.80+fips1",
"5.4.0-1078.84+fips1",
"5.4.0-1080.87+fips1",
"5.4.0-1081.88+fips1",
"5.4.0-1086.94+fips1",
"5.4.0-1087.95+fips1",
"5.4.0-1089.97+fips1",
"5.4.0-1092.101+fips1",
"5.4.0-1093.102+fips1",
"5.4.0-1096.105+fips1",
"5.4.0-1097.106+fips1",
"5.4.0-1098.107+fips1",
"5.4.0-1100.109+fips1",
"5.4.0-1101.110+fips1",
"5.4.0-1102.111+fips1",
"5.4.0-1103.112+fips1",
"5.4.0-1104.113+fips1",
"5.4.0-1105.114+fips1",
"5.4.0-1106.115+fips1",
"5.4.0-1107.116+fips1",
"5.4.0-1108.117+fips1",
"5.4.0-1109.118+fips1",
"5.4.0-1110.119+fips1",
"5.4.0-1111.120+fips1",
"5.4.0-1112.121+fips1",
"5.4.0-1113.122+fips1",
"5.4.0-1115.124+fips1",
"5.4.0-1116.125+fips1",
"5.4.0-1117.126+fips1",
"5.4.0-1118.127+fips1",
"5.4.0-1120.129+fips1",
"5.4.0-1121.130+fips1",
"5.4.0-1122.131+fips1",
"5.4.0-1124.133+fips1",
"5.4.0-1125.134+fips1",
"5.4.0-1126.135+fips1",
"5.4.0-1127.136+fips1",
"5.4.0-1128.137+fips1",
"5.4.0-1129.138+fips1",
"5.4.0-1130.139+fips1",
"5.4.0-1131.140+fips1",
"5.4.0-1132.141+fips1",
"5.4.0-1133.142+fips1",
"5.4.0-1134.143+fips1",
"5.4.0-1135.144+fips1",
"5.4.0-1136.145+fips1",
"5.4.0-1137.146+fips1",
"5.4.0-1138.147+fips1",
"5.4.0-1139.148+fips1",
"5.4.0-1140.149+fips1",
"5.4.0-1141.150+fips1",
"5.4.0-1142.151+fips1",
"5.4.0-1143.152+fips1",
"5.4.0-1145.154+fips1",
"5.4.0-1146.155+fips1",
"5.4.0-1147.156+fips1",
"5.4.0-1148.157+fips1",
"5.4.0-1149.158+fips1",
"5.4.0-1150.159+fips1",
"5.4.0-1151.160+fips1",
"5.4.0-1152.161+fips1",
"5.4.0-1153.162+fips1",
"5.4.0-1154.163+fips1",
"5.4.0-1155.164+fips1",
"5.4.0-1156.165+fips1",
"5.4.0-1157.166+fips1",
"5.4.0-1159.168+fips1",
"5.4.0-1160.169+fips1",
"5.4.0-1161.170+fips1",
"5.4.0-1162.171+fips1",
"5.4.0-1163.172+fips1",
"5.4.0-1164.173+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-headers-5.4.0-1021",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-aws-fips-tools-5.4.0-1021",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-buildinfo-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-headers-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-modules-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-modules-extra-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
},
{
"binary_name": "linux-tools-5.4.0-1021-aws-fips",
"binary_version": "5.4.0-1021.21+fips2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@5.4.0-1021.21+fips2?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1021.21+fips2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.4.0-1022",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.4.0-1022",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.4.0-1022",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-buildinfo-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-headers-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-modules-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
},
{
"binary_name": "linux-tools-5.4.0-1022-azure-fips",
"binary_version": "5.4.0-1022.22+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.4.0-1022.22+fips1?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1022.22+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-fips-headers-5.4.0-1007",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-fips-tools-5.4.0-1007",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-fips-tools-host",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-headers-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-modules-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-modules-extra-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
},
{
"binary_name": "linux-tools-5.4.0-1007-fips",
"binary_version": "5.4.0-1007.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@5.4.0-1007.8?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1007.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-5.4.0-1021",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-5.4.0-1021",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-headers-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-modules-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
},
{
"binary_name": "linux-tools-5.4.0-1021-gcp-fips",
"binary_version": "5.4.0-1021.21+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@5.4.0-1021.21+fips1?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1021.21+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-buildinfo-5.15.0-187-generic-64k",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-buildinfo-5.15.0-187-generic-lpae",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-cloud-tools-5.15.0-187",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-cloud-tools-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-headers-5.15.0-187",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-headers-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-headers-5.15.0-187-generic-64k",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-headers-5.15.0-187-generic-lpae",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-image-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-image-5.15.0-187-generic-lpae",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-image-unsigned-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-image-unsigned-5.15.0-187-generic-64k",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-modules-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-modules-5.15.0-187-generic-64k",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-modules-5.15.0-187-generic-lpae",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-modules-extra-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-source-5.15.0",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-5.15.0-187",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-5.15.0-187-generic",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-5.15.0-187-generic-64k",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-5.15.0-187-generic-lpae",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-common",
"binary_version": "5.15.0-187.197"
},
{
"binary_name": "linux-tools-host",
"binary_version": "5.15.0-187.197"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@5.15.0-187.197?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-19.19",
"5.15.0-17.17",
"5.15.0-18.18",
"5.15.0-22.22",
"5.15.0-23.23",
"5.15.0-25.25",
"5.15.0-27.28",
"5.15.0-30.31",
"5.15.0-33.34",
"5.15.0-35.36",
"5.15.0-37.39",
"5.15.0-39.42",
"5.15.0-40.43",
"5.15.0-41.44",
"5.15.0-43.46",
"5.15.0-46.49",
"5.15.0-47.51",
"5.15.0-48.54",
"5.15.0-50.56",
"5.15.0-52.58",
"5.15.0-53.59",
"5.15.0-56.62",
"5.15.0-57.63",
"5.15.0-58.64",
"5.15.0-60.66",
"5.15.0-67.74",
"5.15.0-69.76",
"5.15.0-70.77",
"5.15.0-71.78",
"5.15.0-72.79",
"5.15.0-73.80",
"5.15.0-75.82",
"5.15.0-76.83",
"5.15.0-78.85",
"5.15.0-79.86",
"5.15.0-82.91",
"5.15.0-83.92",
"5.15.0-84.93",
"5.15.0-86.96",
"5.15.0-87.97",
"5.15.0-88.98",
"5.15.0-89.99",
"5.15.0-91.101",
"5.15.0-92.102",
"5.15.0-94.104",
"5.15.0-97.107",
"5.15.0-100.110",
"5.15.0-101.111",
"5.15.0-102.112",
"5.15.0-105.115",
"5.15.0-106.116",
"5.15.0-107.117",
"5.15.0-112.122",
"5.15.0-113.123",
"5.15.0-116.126",
"5.15.0-117.127",
"5.15.0-118.128",
"5.15.0-119.129",
"5.15.0-121.131",
"5.15.0-122.132",
"5.15.0-124.134",
"5.15.0-125.135",
"5.15.0-126.136",
"5.15.0-127.137",
"5.15.0-128.138",
"5.15.0-130.140",
"5.15.0-131.141",
"5.15.0-133.144",
"5.15.0-134.145",
"5.15.0-135.146",
"5.15.0-136.147",
"5.15.0-138.148",
"5.15.0-139.149",
"5.15.0-140.150",
"5.15.0-141.151",
"5.15.0-142.152",
"5.15.0-143.153",
"5.15.0-144.157",
"5.15.0-151.161",
"5.15.0-152.162",
"5.15.0-153.163",
"5.15.0-156.166",
"5.15.0-157.167",
"5.15.0-160.170",
"5.15.0-161.171",
"5.15.0-163.173",
"5.15.0-164.174",
"5.15.0-168.178",
"5.15.0-170.180",
"5.15.0-171.181",
"5.15.0-173.183",
"5.15.0-174.184",
"5.15.0-176.186",
"5.15.0-177.187",
"5.15.0-179.189",
"5.15.0-181.191",
"5.15.0-185.195",
"5.15.0-186.196",
"5.15.0-187.197"
]
},
{
"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-cloud-tools-5.15.0-1113",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-aws-headers-5.15.0-1113",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-aws-tools-5.15.0-1113",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-buildinfo-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-buildinfo-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-headers-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-headers-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-modules-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-modules-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-modules-extra-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-modules-extra-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-tools-5.15.0-1113-aws",
"binary_version": "5.15.0-1113.120"
},
{
"binary_name": "linux-tools-5.15.0-1113-aws-64k",
"binary_version": "5.15.0-1113.120"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@5.15.0-1113.120?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1005.6",
"5.15.0-1002.4",
"5.15.0-1003.5",
"5.15.0-1004.6",
"5.15.0-1005.7",
"5.15.0-1008.10",
"5.15.0-1009.11",
"5.15.0-1011.14",
"5.15.0-1013.17",
"5.15.0-1014.18",
"5.15.0-1015.19",
"5.15.0-1017.21",
"5.15.0-1019.23",
"5.15.0-1020.24",
"5.15.0-1021.25",
"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",
"5.15.0-1030.34",
"5.15.0-1031.35",
"5.15.0-1033.37",
"5.15.0-1034.38",
"5.15.0-1035.39",
"5.15.0-1036.40",
"5.15.0-1037.41",
"5.15.0-1038.43",
"5.15.0-1039.44",
"5.15.0-1040.45",
"5.15.0-1042.47",
"5.15.0-1043.48",
"5.15.0-1044.49",
"5.15.0-1045.50",
"5.15.0-1047.52",
"5.15.0-1048.53",
"5.15.0-1049.54",
"5.15.0-1050.55",
"5.15.0-1051.56",
"5.15.0-1052.57",
"5.15.0-1053.58",
"5.15.0-1055.60",
"5.15.0-1056.61",
"5.15.0-1057.63",
"5.15.0-1060.66",
"5.15.0-1061.67",
"5.15.0-1062.68",
"5.15.0-1063.69",
"5.15.0-1064.70",
"5.15.0-1065.71",
"5.15.0-1066.72",
"5.15.0-1067.73",
"5.15.0-1068.74",
"5.15.0-1069.75",
"5.15.0-1070.76",
"5.15.0-1071.77",
"5.15.0-1072.78",
"5.15.0-1073.79",
"5.15.0-1076.83",
"5.15.0-1078.85",
"5.15.0-1079.86",
"5.15.0-1080.87",
"5.15.0-1081.88",
"5.15.0-1082.89",
"5.15.0-1083.90",
"5.15.0-1084.91",
"5.15.0-1085.92",
"5.15.0-1086.93",
"5.15.0-1087.94",
"5.15.0-1088.95",
"5.15.0-1089.96",
"5.15.0-1090.97",
"5.15.0-1091.98",
"5.15.0-1092.99",
"5.15.0-1093.100",
"5.15.0-1095.102",
"5.15.0-1096.103",
"5.15.0-1097.104",
"5.15.0-1098.105",
"5.15.0-1099.106",
"5.15.0-1100.107",
"5.15.0-1101.108",
"5.15.0-1103.110",
"5.15.0-1104.111",
"5.15.0-1105.112",
"5.15.0-1106.113",
"5.15.0-1108.115",
"5.15.0-1109.116",
"5.15.0-1111.118",
"5.15.0-1112.119",
"5.15.0-1113.120"
]
},
{
"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-aws-6.8-cloud-tools-6.8.0-1061",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-aws-6.8-headers-6.8.0-1061",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-aws-6.8-tools-6.8.0-1061",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.8",
"purl": "pkg:deb/ubuntu/linux-aws-6.8@6.8.0-1061.64~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1009.9~22.04.2",
"6.8.0-1010.10~22.04.2",
"6.8.0-1011.12~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.15~22.04.1",
"6.8.0-1015.16~22.04.1",
"6.8.0-1016.17~22.04.2",
"6.8.0-1017.18~22.04.1",
"6.8.0-1018.19~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1023.25~22.04.1",
"6.8.0-1024.26~22.04.1",
"6.8.0-1027.29~22.04.1",
"6.8.0-1028.30~22.04.1",
"6.8.0-1029.31~22.04.1",
"6.8.0-1030.32~22.04.1",
"6.8.0-1031.33~22.04.1",
"6.8.0-1032.34~22.04.1",
"6.8.0-1033.35~22.04.1",
"6.8.0-1035.37~22.04.1",
"6.8.0-1036.38~22.04.1",
"6.8.0-1039.41~22.04.1",
"6.8.0-1040.42~22.04.1",
"6.8.0-1041.43~22.04.1",
"6.8.0-1042.44~22.04.1",
"6.8.0-1043.45~22.04.1",
"6.8.0-1044.46~22.04.1",
"6.8.0-1045.47~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.1",
"6.8.0-1050.53~22.04.1",
"6.8.0-1051.54~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1053.56~22.04.1",
"6.8.0-1055.58~22.04.1",
"6.8.0-1057.60~22.04.1",
"6.8.0-1060.63~22.04.1",
"6.8.0-1061.64~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-azure-headers-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-azure-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-buildinfo-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-headers-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-extra-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-tools-5.15.0-1118-azure",
"binary_version": "5.15.0-1118.127"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@5.15.0-1118.127?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1006.7",
"5.15.0-1001.2",
"5.15.0-1002.3",
"5.15.0-1003.4",
"5.15.0-1005.6",
"5.15.0-1007.8",
"5.15.0-1008.9",
"5.15.0-1010.12",
"5.15.0-1012.15",
"5.15.0-1013.16",
"5.15.0-1014.17",
"5.15.0-1017.20",
"5.15.0-1019.24",
"5.15.0-1020.25",
"5.15.0-1021.26",
"5.15.0-1022.27",
"5.15.0-1023.29",
"5.15.0-1024.30",
"5.15.0-1029.36",
"5.15.0-1030.37",
"5.15.0-1031.38",
"5.15.0-1033.40",
"5.15.0-1034.41",
"5.15.0-1035.42",
"5.15.0-1036.43",
"5.15.0-1037.44",
"5.15.0-1038.45",
"5.15.0-1039.46",
"5.15.0-1040.47",
"5.15.0-1041.48",
"5.15.0-1042.49",
"5.15.0-1044.51",
"5.15.0-1045.52",
"5.15.0-1046.53",
"5.15.0-1047.54",
"5.15.0-1049.56",
"5.15.0-1050.57",
"5.15.0-1051.59",
"5.15.0-1052.60",
"5.15.0-1053.61",
"5.15.0-1054.62",
"5.15.0-1056.64",
"5.15.0-1057.65",
"5.15.0-1058.66",
"5.15.0-1059.67",
"5.15.0-1060.69",
"5.15.0-1061.70",
"5.15.0-1063.72",
"5.15.0-1064.73",
"5.15.0-1066.75",
"5.15.0-1067.76",
"5.15.0-1068.77",
"5.15.0-1070.79",
"5.15.0-1071.80",
"5.15.0-1072.81",
"5.15.0-1073.82",
"5.15.0-1074.83",
"5.15.0-1075.84",
"5.15.0-1078.87",
"5.15.0-1079.88",
"5.15.0-1081.90",
"5.15.0-1082.91",
"5.15.0-1084.93",
"5.15.0-1086.95",
"5.15.0-1087.96",
"5.15.0-1088.97",
"5.15.0-1089.98",
"5.15.0-1090.99",
"5.15.0-1091.100",
"5.15.0-1092.101",
"5.15.0-1094.103",
"5.15.0-1095.104",
"5.15.0-1096.105",
"5.15.0-1097.106",
"5.15.0-1098.107",
"5.15.0-1099.108",
"5.15.0-1101.110",
"5.15.0-1102.111",
"5.15.0-1103.112",
"5.15.0-1109.118",
"5.15.0-1110.119",
"5.15.0-1111.120",
"5.15.0-1114.123",
"5.15.0-1116.125",
"5.15.0-1117.126",
"5.15.0-1118.127"
]
},
{
"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-azure-6.8-cloud-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-azure-6.8-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-azure-6.8-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.8",
"purl": "pkg:deb/ubuntu/linux-azure-6.8@6.8.0-1064.72~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1009.9~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1012.14~22.04.1",
"6.8.0-1013.15~22.04.1",
"6.8.0-1014.16~22.04.1",
"6.8.0-1015.17~22.04.2",
"6.8.0-1017.20~22.04.1",
"6.8.0-1018.21~22.04.1",
"6.8.0-1020.23~22.04.1",
"6.8.0-1021.25~22.04.1",
"6.8.0-1025.30~22.04.1",
"6.8.0-1026.31~22.04.1",
"6.8.0-1027.32~22.04.1",
"6.8.0-1028.33~22.04.1",
"6.8.0-1029.34~22.04.1",
"6.8.0-1030.35~22.04.1",
"6.8.0-1031.36~22.04.1",
"6.8.0-1034.39~22.04.1",
"6.8.0-1036.42~22.04.1",
"6.8.0-1040.46~22.04.1",
"6.8.0-1041.47~22.04.1",
"6.8.0-1044.50~22.04.1",
"6.8.0-1051.57~22.04.1",
"6.8.0-1052.58~22.04.1",
"6.8.0-1059.65~22.04.1",
"6.8.0-1062.69~22.04.1",
"6.8.0-1063.71~22.04.1",
"6.8.0-1064.72~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-azure-fde-headers-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-azure-fde-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-buildinfo-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-headers-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-extra-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
},
{
"binary_name": "linux-tools-5.15.0-1118-azure-fde",
"binary_version": "5.15.0-1118.127"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@5.15.0-1118.127?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1019.24.1",
"5.15.0-1024.30.1",
"5.15.0-1029.36.1",
"5.15.0-1030.37.1",
"5.15.0-1031.38.1",
"5.15.0-1033.40.1",
"5.15.0-1034.41.1",
"5.15.0-1035.42.1",
"5.15.0-1036.43.1",
"5.15.0-1037.44.1",
"5.15.0-1038.45.1",
"5.15.0-1039.46.1",
"5.15.0-1041.48.1",
"5.15.0-1042.49.1",
"5.15.0-1044.51.1",
"5.15.0-1045.52.1",
"5.15.0-1046.53.1",
"5.15.0-1047.54.1",
"5.15.0-1049.56.1",
"5.15.0-1050.57.1",
"5.15.0-1051.59.1",
"5.15.0-1052.60.1",
"5.15.0-1053.61.1",
"5.15.0-1054.62.1",
"5.15.0-1056.64.1",
"5.15.0-1057.65.1",
"5.15.0-1058.66.1",
"5.15.0-1059.67.1",
"5.15.0-1060.69.1",
"5.15.0-1061.70.1",
"5.15.0-1063.72.1",
"5.15.0-1064.73.1",
"5.15.0-1065.74.1",
"5.15.0-1067.76.1",
"5.15.0-1068.77.1",
"5.15.0-1070.79.1",
"5.15.0-1071.80.1",
"5.15.0-1072.81.1",
"5.15.0-1073.82.1",
"5.15.0-1076.85.1",
"5.15.0-1078.87.1",
"5.15.0-1081.90.1",
"5.15.0-1082.91.1",
"5.15.0-1084.93.1",
"5.15.0-1086.95.1",
"5.15.0-1087.96.1",
"5.15.0-1088.97.1",
"5.15.0-1089.98.1",
"5.15.0-1090.99.1",
"5.15.0-1091.100.1",
"5.15.0-1092.101.1",
"5.15.0-1094.103.1",
"5.15.0-1095.104.1",
"5.15.0-1096.105.1",
"5.15.0-1097.106.1",
"5.15.0-1098.107.1",
"5.15.0-1102.111.1",
"5.15.0-1109.118.1",
"5.15.0-1110.119.1",
"5.15.0-1111.120.1",
"5.15.0-1114.123",
"5.15.0-1116.125",
"5.15.0-1117.126",
"5.15.0-1118.127"
]
},
{
"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-azure-fde-6.8-cloud-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-azure-fde-6.8-headers-6.8.0-1063",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-azure-fde-6.8-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-6.8",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.8@6.8.0-1063.70~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1041.48~22.04.1",
"6.8.0-1042.49~22.04.1",
"6.8.0-1044.51~22.04.1",
"6.8.0-1046.53~22.04.1",
"6.8.0-1053.60~22.04.1",
"6.8.0-1058.65~22.04.1",
"6.8.0-1061.68~22.04.1",
"6.8.0-1062.69~22.04.1",
"6.8.0-1063.70~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-gcp-headers-5.15.0-1112",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-gcp-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-headers-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-modules-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-modules-extra-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
},
{
"binary_name": "linux-tools-5.15.0-1112-gcp",
"binary_version": "5.15.0-1112.122"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@5.15.0-1112.122?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1005.6",
"5.15.0-1001.3",
"5.15.0-1002.5",
"5.15.0-1003.6",
"5.15.0-1004.7",
"5.15.0-1005.8",
"5.15.0-1006.9",
"5.15.0-1008.12",
"5.15.0-1010.15",
"5.15.0-1013.18",
"5.15.0-1016.21",
"5.15.0-1017.23",
"5.15.0-1018.24",
"5.15.0-1019.25",
"5.15.0-1021.28",
"5.15.0-1022.29",
"5.15.0-1025.32",
"5.15.0-1026.33",
"5.15.0-1027.34",
"5.15.0-1029.36",
"5.15.0-1030.37",
"5.15.0-1031.38",
"5.15.0-1032.40",
"5.15.0-1034.42",
"5.15.0-1035.43",
"5.15.0-1036.44",
"5.15.0-1037.45",
"5.15.0-1038.46",
"5.15.0-1039.47",
"5.15.0-1040.48",
"5.15.0-1041.49",
"5.15.0-1042.50",
"5.15.0-1044.52",
"5.15.0-1045.53",
"5.15.0-1046.54",
"5.15.0-1047.55",
"5.15.0-1048.56",
"5.15.0-1049.57",
"5.15.0-1051.59",
"5.15.0-1052.60",
"5.15.0-1053.61",
"5.15.0-1054.62",
"5.15.0-1055.63",
"5.15.0-1058.66",
"5.15.0-1059.67",
"5.15.0-1060.68",
"5.15.0-1062.70",
"5.15.0-1063.71",
"5.15.0-1064.72",
"5.15.0-1065.73",
"5.15.0-1066.74",
"5.15.0-1067.75",
"5.15.0-1068.76",
"5.15.0-1069.77",
"5.15.0-1070.78",
"5.15.0-1071.79",
"5.15.0-1072.80",
"5.15.0-1073.81",
"5.15.0-1074.83",
"5.15.0-1075.84",
"5.15.0-1077.86",
"5.15.0-1078.87",
"5.15.0-1079.88",
"5.15.0-1080.89",
"5.15.0-1081.90",
"5.15.0-1082.91",
"5.15.0-1083.92",
"5.15.0-1084.93",
"5.15.0-1085.94",
"5.15.0-1086.95",
"5.15.0-1087.96",
"5.15.0-1088.97",
"5.15.0-1090.99",
"5.15.0-1091.100",
"5.15.0-1092.101",
"5.15.0-1093.102",
"5.15.0-1095.104",
"5.15.0-1096.105",
"5.15.0-1097.106",
"5.15.0-1098.107",
"5.15.0-1099.108",
"5.15.0-1100.109",
"5.15.0-1101.110",
"5.15.0-1103.112",
"5.15.0-1104.113",
"5.15.0-1105.114",
"5.15.0-1106.115",
"5.15.0-1108.117",
"5.15.0-1109.118",
"5.15.0-1111.121",
"5.15.0-1112.122"
]
},
{
"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-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-gcp-6.8-headers-6.8.0-1065",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-gcp-6.8-tools-6.8.0-1065",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.8",
"purl": "pkg:deb/ubuntu/linux-gcp-6.8@6.8.0-1065.73~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1010.11~22.04.1",
"6.8.0-1011.12~22.04.1",
"6.8.0-1012.13~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.16~22.04.1",
"6.8.0-1015.17~22.04.1",
"6.8.0-1016.18~22.04.1",
"6.8.0-1017.19~22.04.1",
"6.8.0-1018.20~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1024.26~22.04.1",
"6.8.0-1025.27~22.04.1",
"6.8.0-1026.28~22.04.1",
"6.8.0-1027.29~22.04.1",
"6.8.0-1028.30~22.04.1",
"6.8.0-1029.31~22.04.1",
"6.8.0-1030.32~22.04.1",
"6.8.0-1031.33~22.04.1",
"6.8.0-1032.34~22.04.1",
"6.8.0-1033.35~22.04.1",
"6.8.0-1034.36~22.04.2",
"6.8.0-1036.38~22.04.1",
"6.8.0-1037.39~22.04.1",
"6.8.0-1040.42~22.04.1",
"6.8.0-1041.43~22.04.1",
"6.8.0-1042.45~22.04.1",
"6.8.0-1043.46~22.04.1",
"6.8.0-1044.47~22.04.1",
"6.8.0-1045.48~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.2",
"6.8.0-1048.51~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1053.56~22.04.1",
"6.8.0-1054.57~22.04.1",
"6.8.0-1058.61~22.04.1",
"6.8.0-1060.63~22.04.1",
"6.8.0-1063.69~22.04.1",
"6.8.0-1064.72~22.04.1",
"6.8.0-1065.73~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-gke-headers-5.15.0-1108",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-gke-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-headers-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-modules-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-modules-extra-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-tools-5.15.0-1108-gke",
"binary_version": "5.15.0-1108.114"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@5.15.0-1108.114?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1002.2",
"5.15.0-1003.3",
"5.15.0-1004.5",
"5.15.0-1005.6",
"5.15.0-1006.7",
"5.15.0-1008.10",
"5.15.0-1010.13",
"5.15.0-1011.14",
"5.15.0-1014.17",
"5.15.0-1015.18",
"5.15.0-1016.19",
"5.15.0-1017.20",
"5.15.0-1019.23",
"5.15.0-1020.25",
"5.15.0-1023.28",
"5.15.0-1024.29",
"5.15.0-1027.32",
"5.15.0-1028.33",
"5.15.0-1030.35",
"5.15.0-1031.36",
"5.15.0-1032.37",
"5.15.0-1033.38",
"5.15.0-1034.39",
"5.15.0-1035.40",
"5.15.0-1036.41",
"5.15.0-1037.42",
"5.15.0-1038.43",
"5.15.0-1039.44",
"5.15.0-1040.45",
"5.15.0-1041.46",
"5.15.0-1042.47",
"5.15.0-1044.49",
"5.15.0-1045.50",
"5.15.0-1046.51",
"5.15.0-1047.52",
"5.15.0-1048.53",
"5.15.0-1049.54",
"5.15.0-1050.55",
"5.15.0-1051.56",
"5.15.0-1052.57",
"5.15.0-1053.58",
"5.15.0-1054.59",
"5.15.0-1057.62",
"5.15.0-1058.63",
"5.15.0-1059.64",
"5.15.0-1060.66",
"5.15.0-1061.67",
"5.15.0-1062.68",
"5.15.0-1063.69",
"5.15.0-1064.70",
"5.15.0-1065.71",
"5.15.0-1066.72",
"5.15.0-1067.73",
"5.15.0-1068.74",
"5.15.0-1069.75",
"5.15.0-1070.76",
"5.15.0-1071.77",
"5.15.0-1072.78",
"5.15.0-1073.79",
"5.15.0-1075.81",
"5.15.0-1076.82",
"5.15.0-1077.83",
"5.15.0-1078.84",
"5.15.0-1079.85",
"5.15.0-1080.86",
"5.15.0-1081.87",
"5.15.0-1082.88",
"5.15.0-1083.89",
"5.15.0-1084.90",
"5.15.0-1085.91",
"5.15.0-1086.92",
"5.15.0-1087.93",
"5.15.0-1088.94",
"5.15.0-1089.95",
"5.15.0-1090.96",
"5.15.0-1091.97",
"5.15.0-1092.98",
"5.15.0-1093.99",
"5.15.0-1094.100",
"5.15.0-1095.101",
"5.15.0-1096.102",
"5.15.0-1097.103",
"5.15.0-1099.105",
"5.15.0-1100.106",
"5.15.0-1101.107",
"5.15.0-1102.108",
"5.15.0-1104.110",
"5.15.0-1105.111",
"5.15.0-1107.113",
"5.15.0-1108.114"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-gkeop-cloud-tools-5.15.0-1096",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-gkeop-headers-5.15.0-1096",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-gkeop-tools-5.15.0-1096",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-headers-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-modules-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-modules-extra-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
},
{
"binary_name": "linux-tools-5.15.0-1096-gkeop",
"binary_version": "5.15.0-1096.104"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gkeop",
"purl": "pkg:deb/ubuntu/linux-gkeop@5.15.0-1096.104?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1001.2",
"5.15.0-1002.4",
"5.15.0-1003.5",
"5.15.0-1004.6",
"5.15.0-1005.7",
"5.15.0-1007.10",
"5.15.0-1008.12",
"5.15.0-1011.15",
"5.15.0-1012.16",
"5.15.0-1013.17",
"5.15.0-1015.19",
"5.15.0-1016.21",
"5.15.0-1017.22",
"5.15.0-1018.23",
"5.15.0-1019.24",
"5.15.0-1020.25",
"5.15.0-1021.26",
"5.15.0-1022.27",
"5.15.0-1023.28",
"5.15.0-1024.29",
"5.15.0-1025.30",
"5.15.0-1026.31",
"5.15.0-1027.32",
"5.15.0-1028.33",
"5.15.0-1030.35",
"5.15.0-1031.37",
"5.15.0-1032.38",
"5.15.0-1033.39",
"5.15.0-1034.40",
"5.15.0-1035.41",
"5.15.0-1036.42",
"5.15.0-1037.43",
"5.15.0-1038.44",
"5.15.0-1039.45",
"5.15.0-1040.46",
"5.15.0-1043.50",
"5.15.0-1044.51",
"5.15.0-1045.52",
"5.15.0-1046.53",
"5.15.0-1047.54",
"5.15.0-1048.55",
"5.15.0-1049.56",
"5.15.0-1050.57",
"5.15.0-1051.58",
"5.15.0-1052.59",
"5.15.0-1053.60",
"5.15.0-1054.61",
"5.15.0-1055.62",
"5.15.0-1056.63",
"5.15.0-1057.64",
"5.15.0-1058.66",
"5.15.0-1059.67",
"5.15.0-1060.68",
"5.15.0-1061.69",
"5.15.0-1062.70",
"5.15.0-1063.71",
"5.15.0-1064.72",
"5.15.0-1065.73",
"5.15.0-1066.74",
"5.15.0-1067.75",
"5.15.0-1068.76",
"5.15.0-1069.77",
"5.15.0-1070.78",
"5.15.0-1071.79",
"5.15.0-1073.81",
"5.15.0-1074.82",
"5.15.0-1075.83",
"5.15.0-1076.84",
"5.15.0-1078.86",
"5.15.0-1079.87",
"5.15.0-1080.88",
"5.15.0-1081.89",
"5.15.0-1082.90",
"5.15.0-1083.91",
"5.15.0-1084.92",
"5.15.0-1086.94",
"5.15.0-1087.95",
"5.15.0-1088.96",
"5.15.0-1089.97",
"5.15.0-1091.99",
"5.15.0-1092.100",
"5.15.0-1094.102",
"5.15.0-1095.103",
"5.15.0-1096.104"
]
},
{
"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-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-headers-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-tools-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-usbio-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.8",
"purl": "pkg:deb/ubuntu/linux-hwe-6.8@6.8.0-136.136~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38~22.04.1",
"6.8.0-39.39~22.04.1",
"6.8.0-40.40~22.04.3",
"6.8.0-45.45~22.04.1",
"6.8.0-47.47~22.04.1",
"6.8.0-48.48~22.04.1",
"6.8.0-49.49~22.04.1",
"6.8.0-50.51~22.04.1",
"6.8.0-51.52~22.04.1",
"6.8.0-52.53~22.04.1",
"6.8.0-57.59~22.04.1",
"6.8.0-58.60~22.04.1",
"6.8.0-59.61~22.04.1",
"6.8.0-60.63~22.04.1",
"6.8.0-64.67~22.04.1",
"6.8.0-65.68~22.04.1",
"6.8.0-78.78~22.04.1",
"6.8.0-79.79~22.04.1",
"6.8.0-83.83~22.04.1",
"6.8.0-84.84~22.04.1",
"6.8.0-85.85~22.04.1",
"6.8.0-86.87~22.04.1",
"6.8.0-87.88~22.04.1",
"6.8.0-88.89~22.04.2",
"6.8.0-90.91~22.04.1",
"6.8.0-94.96~22.04.1",
"6.8.0-100.100~22.04.1",
"6.8.0-101.101~22.04.1",
"6.8.0-106.106~22.04.1",
"6.8.0-107.107~22.04.1",
"6.8.0-110.110~22.04.1",
"6.8.0-111.111~22.04.1",
"6.8.0-117.117~22.04.1",
"6.8.0-124.124~22.04.1",
"6.8.0-134.134~22.04.1",
"6.8.0-136.136~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-headers-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-ibm-cloud-tools-common",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-ibm-headers-5.15.0-1107",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-ibm-source-5.15.0",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-ibm-tools-5.15.0-1107",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-ibm-tools-common",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-modules-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-modules-extra-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
},
{
"binary_name": "linux-tools-5.15.0-1107-ibm",
"binary_version": "5.15.0-1107.111"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@5.15.0-1107.111?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1002.2",
"5.15.0-1003.3",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1007.8",
"5.15.0-1009.11",
"5.15.0-1010.12",
"5.15.0-1012.14",
"5.15.0-1013.15",
"5.15.0-1015.17",
"5.15.0-1017.20",
"5.15.0-1018.21",
"5.15.0-1021.24",
"5.15.0-1022.25",
"5.15.0-1023.26",
"5.15.0-1025.28",
"5.15.0-1026.29",
"5.15.0-1027.30",
"5.15.0-1028.31",
"5.15.0-1029.32",
"5.15.0-1030.33",
"5.15.0-1031.34",
"5.15.0-1032.35",
"5.15.0-1033.36",
"5.15.0-1034.37",
"5.15.0-1035.38",
"5.15.0-1036.39",
"5.15.0-1037.40",
"5.15.0-1038.41",
"5.15.0-1040.43",
"5.15.0-1041.44",
"5.15.0-1042.45",
"5.15.0-1043.46",
"5.15.0-1044.47",
"5.15.0-1045.48",
"5.15.0-1046.49",
"5.15.0-1047.50",
"5.15.0-1048.51",
"5.15.0-1049.52",
"5.15.0-1050.53",
"5.15.0-1053.56",
"5.15.0-1054.57",
"5.15.0-1055.58",
"5.15.0-1056.59",
"5.15.0-1057.60",
"5.15.0-1058.61",
"5.15.0-1059.62",
"5.15.0-1060.63",
"5.15.0-1061.64",
"5.15.0-1062.65",
"5.15.0-1063.66",
"5.15.0-1064.67",
"5.15.0-1065.68",
"5.15.0-1066.69",
"5.15.0-1067.70",
"5.15.0-1068.71",
"5.15.0-1069.72",
"5.15.0-1070.73",
"5.15.0-1071.74",
"5.15.0-1072.75",
"5.15.0-1073.76",
"5.15.0-1074.77",
"5.15.0-1075.78",
"5.15.0-1076.79",
"5.15.0-1077.80",
"5.15.0-1078.81",
"5.15.0-1079.82",
"5.15.0-1080.83",
"5.15.0-1081.84",
"5.15.0-1084.87",
"5.15.0-1085.88",
"5.15.0-1086.89",
"5.15.0-1087.90",
"5.15.0-1089.92",
"5.15.0-1090.93",
"5.15.0-1091.94",
"5.15.0-1092.95",
"5.15.0-1093.96",
"5.15.0-1094.97",
"5.15.0-1095.98",
"5.15.0-1097.100",
"5.15.0-1098.101",
"5.15.0-1099.102",
"5.15.0-1100.103",
"5.15.0-1102.105",
"5.15.0-1103.106",
"5.15.0-1105.109",
"5.15.0-1106.110",
"5.15.0-1107.111"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-ibm-6.8-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-ibm-6.8-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-ibm-6.8",
"purl": "pkg:deb/ubuntu/linux-ibm-6.8@6.8.0-1062.63~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.13~22.04.1",
"6.8.0-1014.14~22.04.1",
"6.8.0-1015.15~22.04.1",
"6.8.0-1016.16~22.04.1",
"6.8.0-1017.17~22.04.1",
"6.8.0-1018.18~22.04.1",
"6.8.0-1019.19~22.04.1",
"6.8.0-1023.23~22.04.1",
"6.8.0-1024.24~22.04.1",
"6.8.0-1025.25~22.04.1",
"6.8.0-1026.26~22.04.1",
"6.8.0-1027.27~22.04.1",
"6.8.0-1028.28~22.04.1",
"6.8.0-1029.29~22.04.1",
"6.8.0-1030.30~22.04.1",
"6.8.0-1033.33~22.04.1",
"6.8.0-1036.36~22.04.1",
"6.8.0-1037.37~22.04.1",
"6.8.0-1038.38~22.04.1",
"6.8.0-1039.39~22.04.1",
"6.8.0-1040.40~22.04.1",
"6.8.0-1041.41~22.04.1",
"6.8.0-1042.42~22.04.1",
"6.8.0-1043.43~22.04.1",
"6.8.0-1044.44~22.04.1",
"6.8.0-1045.45~22.04.1",
"6.8.0-1049.49~22.04.1",
"6.8.0-1050.50~22.04.1",
"6.8.0-1051.51~22.04.1",
"6.8.0-1052.52~22.04.1",
"6.8.0-1055.56~22.04.1",
"6.8.0-1057.58~22.04.1",
"6.8.0-1060.61~22.04.1",
"6.8.0-1061.62~22.04.1",
"6.8.0-1062.63~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.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-headers-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-cloud-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-cloud-tools-common",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-headers-5.15.0-1108",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-tools-common",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-intel-iotg-tools-host",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-modules-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-modules-extra-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
},
{
"binary_name": "linux-tools-5.15.0-1108-intel-iotg",
"binary_version": "5.15.0-1108.114"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-intel-iotg",
"purl": "pkg:deb/ubuntu/linux-intel-iotg@5.15.0-1108.114?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1004.6",
"5.15.0-1008.11",
"5.15.0-1010.14",
"5.15.0-1013.17",
"5.15.0-1015.20",
"5.15.0-1016.21",
"5.15.0-1017.22",
"5.15.0-1018.23",
"5.15.0-1021.26",
"5.15.0-1023.28",
"5.15.0-1025.30",
"5.15.0-1026.31",
"5.15.0-1027.32",
"5.15.0-1028.33",
"5.15.0-1030.35",
"5.15.0-1031.36",
"5.15.0-1033.38",
"5.15.0-1034.39",
"5.15.0-1035.40",
"5.15.0-1036.41",
"5.15.0-1037.42",
"5.15.0-1038.43",
"5.15.0-1039.45",
"5.15.0-1040.46",
"5.15.0-1043.49",
"5.15.0-1045.51",
"5.15.0-1046.52",
"5.15.0-1047.53",
"5.15.0-1048.54",
"5.15.0-1049.55",
"5.15.0-1050.56",
"5.15.0-1051.57",
"5.15.0-1052.58",
"5.15.0-1055.61",
"5.15.0-1057.63",
"5.15.0-1058.64",
"5.15.0-1059.65",
"5.15.0-1060.66",
"5.15.0-1061.67",
"5.15.0-1062.68",
"5.15.0-1063.69",
"5.15.0-1064.70",
"5.15.0-1065.71",
"5.15.0-1066.72",
"5.15.0-1067.73",
"5.15.0-1071.77",
"5.15.0-1072.78",
"5.15.0-1073.79",
"5.15.0-1074.80",
"5.15.0-1075.81",
"5.15.0-1076.82",
"5.15.0-1077.83",
"5.15.0-1078.84",
"5.15.0-1079.85",
"5.15.0-1080.86",
"5.15.0-1081.87",
"5.15.0-1082.88",
"5.15.0-1083.89",
"5.15.0-1084.90",
"5.15.0-1085.91",
"5.15.0-1086.92",
"5.15.0-1087.93",
"5.15.0-1088.94",
"5.15.0-1090.96",
"5.15.0-1091.97",
"5.15.0-1092.98",
"5.15.0-1093.99",
"5.15.0-1094.100",
"5.15.0-1095.101",
"5.15.0-1096.102",
"5.15.0-1098.104",
"5.15.0-1099.105",
"5.15.0-1100.106",
"5.15.0-1101.107",
"5.15.0-1103.109",
"5.15.0-1104.110",
"5.15.0-1106.112",
"5.15.0-1107.113",
"5.15.0-1108.114"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1105-kvm",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-headers-5.15.0-1105-kvm",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1105-kvm",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-kvm-headers-5.15.0-1105",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-kvm-tools-5.15.0-1105",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-modules-5.15.0-1105-kvm",
"binary_version": "5.15.0-1105.110"
},
{
"binary_name": "linux-tools-5.15.0-1105-kvm",
"binary_version": "5.15.0-1105.110"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-kvm",
"purl": "pkg:deb/ubuntu/linux-kvm@5.15.0-1105.110?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-1002.2",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1007.7",
"5.15.0-1008.8",
"5.15.0-1010.11",
"5.15.0-1012.14",
"5.15.0-1013.16",
"5.15.0-1016.19",
"5.15.0-1017.21",
"5.15.0-1018.22",
"5.15.0-1019.23",
"5.15.0-1020.24",
"5.15.0-1021.26",
"5.15.0-1024.29",
"5.15.0-1025.30",
"5.15.0-1026.31",
"5.15.0-1028.33",
"5.15.0-1029.34",
"5.15.0-1030.35",
"5.15.0-1031.36",
"5.15.0-1032.37",
"5.15.0-1033.38",
"5.15.0-1034.39",
"5.15.0-1035.40",
"5.15.0-1037.42",
"5.15.0-1038.43",
"5.15.0-1039.44",
"5.15.0-1040.45",
"5.15.0-1041.46",
"5.15.0-1042.47",
"5.15.0-1044.49",
"5.15.0-1045.50",
"5.15.0-1046.51",
"5.15.0-1047.52",
"5.15.0-1048.53",
"5.15.0-1049.54",
"5.15.0-1050.55",
"5.15.0-1051.56",
"5.15.0-1052.57",
"5.15.0-1053.58",
"5.15.0-1054.59",
"5.15.0-1057.62",
"5.15.0-1058.63",
"5.15.0-1059.64",
"5.15.0-1060.65",
"5.15.0-1061.66",
"5.15.0-1062.67",
"5.15.0-1063.68",
"5.15.0-1064.69",
"5.15.0-1065.70",
"5.15.0-1066.71",
"5.15.0-1067.72",
"5.15.0-1068.73",
"5.15.0-1069.74",
"5.15.0-1070.75",
"5.15.0-1071.76",
"5.15.0-1072.77",
"5.15.0-1073.78",
"5.15.0-1076.81",
"5.15.0-1077.82",
"5.15.0-1078.83",
"5.15.0-1079.84",
"5.15.0-1080.85",
"5.15.0-1081.86",
"5.15.0-1082.87",
"5.15.0-1083.88",
"5.15.0-1084.89",
"5.15.0-1085.90",
"5.15.0-1086.91",
"5.15.0-1087.92",
"5.15.0-1088.93",
"5.15.0-1089.94",
"5.15.0-1090.95",
"5.15.0-1091.96",
"5.15.0-1092.97",
"5.15.0-1093.98",
"5.15.0-1095.100",
"5.15.0-1096.101",
"5.15.0-1097.102",
"5.15.0-1098.103",
"5.15.0-1100.105",
"5.15.0-1101.106",
"5.15.0-1103.108",
"5.15.0-1104.109",
"5.15.0-1105.110"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-buildinfo-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-cloud-tools-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-headers-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-headers-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-image-unsigned-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-image-unsigned-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-lowlatency-cloud-tools-5.15.0-184",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-lowlatency-headers-5.15.0-184",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-lowlatency-tools-5.15.0-184",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-modules-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-modules-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-tools-5.15.0-184-lowlatency",
"binary_version": "5.15.0-184.194"
},
{
"binary_name": "linux-tools-5.15.0-184-lowlatency-64k",
"binary_version": "5.15.0-184.194"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency",
"purl": "pkg:deb/ubuntu/linux-lowlatency@5.15.0-184.194?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-22.22",
"5.15.0-23.23",
"5.15.0-24.24",
"5.15.0-27.28",
"5.15.0-30.31",
"5.15.0-33.34",
"5.15.0-35.36",
"5.15.0-37.39",
"5.15.0-39.42",
"5.15.0-40.43",
"5.15.0-41.44",
"5.15.0-43.46",
"5.15.0-46.49",
"5.15.0-47.53",
"5.15.0-48.54",
"5.15.0-50.56",
"5.15.0-52.58",
"5.15.0-53.59",
"5.15.0-56.62",
"5.15.0-57.63",
"5.15.0-58.64",
"5.15.0-60.66",
"5.15.0-67.74",
"5.15.0-69.76",
"5.15.0-70.77",
"5.15.0-71.78",
"5.15.0-72.79",
"5.15.0-73.80",
"5.15.0-75.82",
"5.15.0-76.83",
"5.15.0-78.85",
"5.15.0-79.88",
"5.15.0-82.91",
"5.15.0-83.92",
"5.15.0-84.93",
"5.15.0-86.95",
"5.15.0-87.96",
"5.15.0-88.98",
"5.15.0-89.99",
"5.15.0-91.101",
"5.15.0-92.102",
"5.15.0-94.104",
"5.15.0-97.107",
"5.15.0-100.110",
"5.15.0-101.111",
"5.15.0-102.112",
"5.15.0-105.115",
"5.15.0-106.116",
"5.15.0-107.117",
"5.15.0-110.120",
"5.15.0-113.123",
"5.15.0-116.126",
"5.15.0-117.127",
"5.15.0-118.128",
"5.15.0-119.129",
"5.15.0-121.131",
"5.15.0-122.132",
"5.15.0-124.134",
"5.15.0-125.135",
"5.15.0-126.136",
"5.15.0-127.137",
"5.15.0-128.138",
"5.15.0-129.139",
"5.15.0-131.141",
"5.15.0-133.143",
"5.15.0-134.145",
"5.15.0-135.146",
"5.15.0-136.147",
"5.15.0-138.148",
"5.15.0-139.149",
"5.15.0-140.150",
"5.15.0-141.151",
"5.15.0-142.152",
"5.15.0-143.153",
"5.15.0-144.157",
"5.15.0-145.158",
"5.15.0-152.162",
"5.15.0-153.163",
"5.15.0-156.166",
"5.15.0-157.167",
"5.15.0-160.170",
"5.15.0-161.171",
"5.15.0-163.173",
"5.15.0-164.174",
"5.15.0-168.178",
"5.15.0-170.180",
"5.15.0-171.181",
"5.15.0-173.183",
"5.15.0-174.184",
"5.15.0-175.185",
"5.15.0-177.187",
"5.15.0-178.188",
"5.15.0-179.189",
"5.15.0-181.191",
"5.15.0-183.193",
"5.15.0-184.194"
]
},
{
"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.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-headers-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-lib-rust-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.8",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.8@6.8.0-136.136.2~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38.1~22.04.2",
"6.8.0-40.40.1~22.04.1",
"6.8.0-44.44.1~22.04.1",
"6.8.0-45.45.1~22.04.1",
"6.8.0-47.47.1~22.04.1",
"6.8.0-48.48.3~22.04.1",
"6.8.0-49.49.1~22.04.1",
"6.8.0-50.51.1~22.04.1",
"6.8.0-51.52.1~22.04.1",
"6.8.0-52.53.1~22.04.1",
"6.8.0-54.56.1~22.04.1",
"6.8.0-55.57.1~22.04.1",
"6.8.0-56.58.1~22.04.1",
"6.8.0-57.59.1~22.04.1",
"6.8.0-58.60.1~22.04.1",
"6.8.0-59.61.1~22.04.1",
"6.8.0-60.63.1~22.04.1",
"6.8.0-62.65.1~22.04.1",
"6.8.0-63.66.1~22.04.1",
"6.8.0-64.67.1~22.04.1",
"6.8.0-65.68.1~22.04.1",
"6.8.0-78.78.1~22.04.1",
"6.8.0-79.79.1~22.04.1",
"6.8.0-83.83.1~22.04.1",
"6.8.0-84.84.1~22.04.1",
"6.8.0-85.85.1~22.04.1",
"6.8.0-86.87.1~22.04.1",
"6.8.0-87.88.1~22.04.1",
"6.8.0-88.89.1~22.04.1",
"6.8.0-90.91.1~22.04.1",
"6.8.0-94.96.1~22.04.1",
"6.8.0-100.100.1~22.04.1",
"6.8.0-101.101.1~22.04.1",
"6.8.0-106.106.1~22.04.1",
"6.8.0-107.107.1~22.04.1",
"6.8.0-110.110.1~22.04.1",
"6.8.0-111.111.1~22.04.1",
"6.8.0-117.117.1~22.04.1",
"6.8.0-134.134.1~22.04.1",
"6.8.0-136.136.2~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-buildinfo-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-headers-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-headers-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-modules-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-modules-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-modules-extra-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-modules-nvidia-fs-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-modules-nvidia-fs-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-cloud-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-cloud-tools-common",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-headers-5.15.0-1108",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-tools-5.15.0-1108",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-tools-common",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-nvidia-tools-host",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-tools-5.15.0-1108-nvidia",
"binary_version": "5.15.0-1108.109"
},
{
"binary_name": "linux-tools-5.15.0-1108-nvidia-lowlatency",
"binary_version": "5.15.0-1108.109"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia",
"purl": "pkg:deb/ubuntu/linux-nvidia@5.15.0-1108.109?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1005.5",
"5.15.0-1007.7",
"5.15.0-1010.10",
"5.15.0-1015.15",
"5.15.0-1017.17",
"5.15.0-1018.18",
"5.15.0-1023.23",
"5.15.0-1025.25",
"5.15.0-1026.26",
"5.15.0-1027.27",
"5.15.0-1028.28",
"5.15.0-1029.29",
"5.15.0-1030.30",
"5.15.0-1031.31",
"5.15.0-1032.32",
"5.15.0-1033.33",
"5.15.0-1037.37",
"5.15.0-1039.39",
"5.15.0-1040.40",
"5.15.0-1041.41",
"5.15.0-1042.42",
"5.15.0-1043.43",
"5.15.0-1044.44",
"5.15.0-1045.45",
"5.15.0-1046.46",
"5.15.0-1047.47",
"5.15.0-1048.48",
"5.15.0-1053.54",
"5.15.0-1054.55",
"5.15.0-1055.56",
"5.15.0-1058.59",
"5.15.0-1059.60",
"5.15.0-1060.61",
"5.15.0-1061.62",
"5.15.0-1062.63",
"5.15.0-1063.64",
"5.15.0-1064.65",
"5.15.0-1065.66",
"5.15.0-1066.67",
"5.15.0-1067.68",
"5.15.0-1068.69",
"5.15.0-1069.70",
"5.15.0-1070.71",
"5.15.0-1071.72",
"5.15.0-1072.73",
"5.15.0-1073.74",
"5.15.0-1074.75",
"5.15.0-1075.76",
"5.15.0-1076.77",
"5.15.0-1077.78",
"5.15.0-1078.79",
"5.15.0-1079.80",
"5.15.0-1080.81",
"5.15.0-1081.82",
"5.15.0-1082.83",
"5.15.0-1083.84",
"5.15.0-1085.86",
"5.15.0-1086.87",
"5.15.0-1087.88",
"5.15.0-1088.89",
"5.15.0-1090.91",
"5.15.0-1091.92",
"5.15.0-1092.93",
"5.15.0-1093.94",
"5.15.0-1094.95",
"5.15.0-1095.96",
"5.15.0-1096.97",
"5.15.0-1098.99",
"5.15.0-1099.100",
"5.15.0-1100.101",
"5.15.0-1101.102",
"5.15.0-1103.104",
"5.15.0-1104.105",
"5.15.0-1106.107",
"5.15.0-1107.108",
"5.15.0-1108.109"
]
},
{
"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-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-nvidia-6.8-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-nvidia-6.8-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.8",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.8@6.8.0-1060.63~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1009.9~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.15~22.04.1",
"6.8.0-1015.16~22.04.1",
"6.8.0-1017.19~22.04.1",
"6.8.0-1018.20~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1022.25~22.04.2",
"6.8.0-1023.26~22.04.1",
"6.8.0-1024.27~22.04.1",
"6.8.0-1025.28~22.04.1",
"6.8.0-1026.29~22.04.1",
"6.8.0-1027.30~22.04.1",
"6.8.0-1028.31~22.04.1",
"6.8.0-1029.32~22.04.1",
"6.8.0-1030.33~22.04.1",
"6.8.0-1031.34~22.04.1",
"6.8.0-1032.35~22.04.1",
"6.8.0-1035.38~22.04.1",
"6.8.0-1036.39~22.04.1",
"6.8.0-1038.41~22.04.1",
"6.8.0-1039.42~22.04.1",
"6.8.0-1040.43~22.04.1",
"6.8.0-1041.44~22.04.2",
"6.8.0-1042.45~22.04.1",
"6.8.0-1043.46~22.04.1",
"6.8.0-1044.47~22.04.1",
"6.8.0-1045.48~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.1",
"6.8.0-1049.52~22.04.1",
"6.8.0-1050.53~22.04.1",
"6.8.0-1051.54~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1054.57~22.04.1",
"6.8.0-1055.58~22.04.1",
"6.8.0-1058.61~22.04.1",
"6.8.0-1059.62~22.04.1",
"6.8.0-1060.63~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-buildinfo-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-headers-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-headers-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-modules-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-modules-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-modules-extra-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-nvidia-tegra-headers-5.15.0-1065",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-nvidia-tegra-tools-5.15.0-1065",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-tools-5.15.0-1065-nvidia-tegra",
"binary_version": "5.15.0-1065.67"
},
{
"binary_name": "linux-tools-5.15.0-1065-nvidia-tegra-rt",
"binary_version": "5.15.0-1065.67"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-tegra",
"purl": "pkg:deb/ubuntu/linux-nvidia-tegra@5.15.0-1065.67?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1009.9",
"5.15.0-1010.10",
"5.15.0-1012.12",
"5.15.0-1013.13",
"5.15.0-1014.14",
"5.15.0-1015.15",
"5.15.0-1016.16",
"5.15.0-1017.17",
"5.15.0-1018.18",
"5.15.0-1019.19",
"5.15.0-1020.20",
"5.15.0-1021.21",
"5.15.0-1022.22",
"5.15.0-1025.25",
"5.15.0-1026.26",
"5.15.0-1027.27",
"5.15.0-1028.28",
"5.15.0-1030.30",
"5.15.0-1032.32",
"5.15.0-1033.33",
"5.15.0-1034.34",
"5.15.0-1035.35",
"5.15.0-1036.36",
"5.15.0-1037.37",
"5.15.0-1038.38",
"5.15.0-1039.39",
"5.15.0-1040.40",
"5.15.0-1041.41",
"5.15.0-1042.42",
"5.15.0-1043.43",
"5.15.0-1044.44",
"5.15.0-1045.45",
"5.15.0-1046.46",
"5.15.0-1047.47",
"5.15.0-1048.48",
"5.15.0-1049.49",
"5.15.0-1050.50",
"5.15.0-1051.51",
"5.15.0-1052.52",
"5.15.0-1053.53",
"5.15.0-1055.55",
"5.15.0-1056.56",
"5.15.0-1057.57",
"5.15.0-1058.58",
"5.15.0-1060.60",
"5.15.0-1061.61",
"5.15.0-1063.63",
"5.15.0-1064.66",
"5.15.0-1065.67"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-buildinfo-5.15.0-1053-nvidia-tegra-igx-rt",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-headers-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-headers-5.15.0-1053-nvidia-tegra-igx-rt",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1053-nvidia-tegra-igx-rt",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-modules-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-modules-5.15.0-1053-nvidia-tegra-igx-rt",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-modules-extra-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-nvidia-tegra-igx-headers-5.15.0-1053",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-nvidia-tegra-igx-tools-5.15.0-1053",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-tools-5.15.0-1053-nvidia-tegra-igx",
"binary_version": "5.15.0-1053.53"
},
{
"binary_name": "linux-tools-5.15.0-1053-nvidia-tegra-igx-rt",
"binary_version": "5.15.0-1053.53"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-tegra-igx",
"purl": "pkg:deb/ubuntu/linux-nvidia-tegra-igx@5.15.0-1053.53?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1001.1",
"5.15.0-1002.2",
"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-1009.9",
"5.15.0-1012.12",
"5.15.0-1013.13",
"5.15.0-1015.15",
"5.15.0-1016.16",
"5.15.0-1018.18",
"5.15.0-1019.19",
"5.15.0-1020.20",
"5.15.0-1021.21",
"5.15.0-1022.22",
"5.15.0-1023.23",
"5.15.0-1024.24",
"5.15.0-1026.26",
"5.15.0-1027.27",
"5.15.0-1028.28",
"5.15.0-1029.29",
"5.15.0-1030.30",
"5.15.0-1031.31",
"5.15.0-1032.32",
"5.15.0-1033.33",
"5.15.0-1034.34",
"5.15.0-1035.35",
"5.15.0-1036.36",
"5.15.0-1037.37",
"5.15.0-1038.38",
"5.15.0-1039.39",
"5.15.0-1040.40",
"5.15.0-1041.41",
"5.15.0-1042.42",
"5.15.0-1044.44",
"5.15.0-1045.45",
"5.15.0-1046.46",
"5.15.0-1047.47",
"5.15.0-1049.49",
"5.15.0-1050.50",
"5.15.0-1052.52",
"5.15.0-1053.53"
]
},
{
"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-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-headers-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-modules-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-modules-extra-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-oracle-headers-5.15.0-1109",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-oracle-tools-5.15.0-1109",
"binary_version": "5.15.0-1109.115"
},
{
"binary_name": "linux-tools-5.15.0-1109-oracle",
"binary_version": "5.15.0-1109.115"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@5.15.0-1109.115?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.10",
"5.15.0-1001.3",
"5.15.0-1002.4",
"5.15.0-1003.5",
"5.15.0-1006.8",
"5.15.0-1007.9",
"5.15.0-1009.12",
"5.15.0-1011.15",
"5.15.0-1013.17",
"5.15.0-1016.20",
"5.15.0-1017.22",
"5.15.0-1018.23",
"5.15.0-1019.24",
"5.15.0-1021.27",
"5.15.0-1022.28",
"5.15.0-1025.31",
"5.15.0-1026.32",
"5.15.0-1027.33",
"5.15.0-1029.35",
"5.15.0-1030.36",
"5.15.0-1032.38",
"5.15.0-1033.39",
"5.15.0-1034.40",
"5.15.0-1035.41",
"5.15.0-1036.42",
"5.15.0-1037.43",
"5.15.0-1038.44",
"5.15.0-1039.45",
"5.15.0-1040.46",
"5.15.0-1041.47",
"5.15.0-1042.48",
"5.15.0-1044.50",
"5.15.0-1045.51",
"5.15.0-1046.52",
"5.15.0-1047.53",
"5.15.0-1048.54",
"5.15.0-1049.55",
"5.15.0-1050.56",
"5.15.0-1051.57",
"5.15.0-1052.58",
"5.15.0-1053.59",
"5.15.0-1054.60",
"5.15.0-1055.61",
"5.15.0-1058.64",
"5.15.0-1059.65",
"5.15.0-1060.66",
"5.15.0-1061.67",
"5.15.0-1062.68",
"5.15.0-1063.69",
"5.15.0-1064.70",
"5.15.0-1065.71",
"5.15.0-1066.72",
"5.15.0-1067.73",
"5.15.0-1068.74",
"5.15.0-1069.75",
"5.15.0-1070.76",
"5.15.0-1071.77",
"5.15.0-1072.78",
"5.15.0-1073.79",
"5.15.0-1074.80",
"5.15.0-1075.81",
"5.15.0-1076.82",
"5.15.0-1077.83",
"5.15.0-1078.84",
"5.15.0-1079.85",
"5.15.0-1080.86",
"5.15.0-1081.87",
"5.15.0-1082.88",
"5.15.0-1083.89",
"5.15.0-1084.90",
"5.15.0-1085.91",
"5.15.0-1086.92",
"5.15.0-1088.94",
"5.15.0-1089.95",
"5.15.0-1090.96",
"5.15.0-1091.97",
"5.15.0-1092.98",
"5.15.0-1093.99",
"5.15.0-1094.100",
"5.15.0-1095.101",
"5.15.0-1096.102",
"5.15.0-1097.103",
"5.15.0-1098.104",
"5.15.0-1100.106",
"5.15.0-1101.107",
"5.15.0-1102.108",
"5.15.0-1103.109",
"5.15.0-1105.111",
"5.15.0-1106.112",
"5.15.0-1108.114",
"5.15.0-1109.115"
]
},
{
"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-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-oracle-6.8-headers-6.8.0-1058",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-oracle-6.8-tools-6.8.0-1058",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oracle-6.8",
"purl": "pkg:deb/ubuntu/linux-oracle-6.8@6.8.0-1058.61~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1006.6~22.04.3",
"6.8.0-1008.8~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.13~22.04.1",
"6.8.0-1014.14~22.04.1",
"6.8.0-1015.15~22.04.1",
"6.8.0-1016.17~22.04.1",
"6.8.0-1017.18~22.04.1",
"6.8.0-1018.19~22.04.1",
"6.8.0-1019.20~22.04.1",
"6.8.0-1020.21~22.04.1",
"6.8.0-1021.22~22.04.1",
"6.8.0-1022.23~22.04.1",
"6.8.0-1023.24~22.04.1",
"6.8.0-1024.25~22.04.1",
"6.8.0-1025.26~22.04.1",
"6.8.0-1026.27~22.04.1",
"6.8.0-1027.28~22.04.1",
"6.8.0-1028.29~22.04.1",
"6.8.0-1029.30~22.04.1",
"6.8.0-1030.31~22.04.1",
"6.8.0-1032.33~22.04.1",
"6.8.0-1033.34~22.04.1",
"6.8.0-1035.36~22.04.1",
"6.8.0-1037.38~22.04.1",
"6.8.0-1038.39~22.04.1",
"6.8.0-1039.40~22.04.1",
"6.8.0-1040.41~22.04.1",
"6.8.0-1041.42~22.04.1",
"6.8.0-1042.43~22.04.1",
"6.8.0-1043.44~22.04.1",
"6.8.0-1044.45~22.04.1",
"6.8.0-1047.48~22.04.1",
"6.8.0-1049.50~22.04.1",
"6.8.0-1050.51~22.04.1",
"6.8.0-1052.53~22.04.1",
"6.8.0-1054.55~22.04.1",
"6.8.0-1057.58~22.04.1",
"6.8.0-1058.61~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-headers-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-image-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-modules-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-modules-extra-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-raspi-headers-5.15.0-1105",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-raspi-tools-5.15.0-1105",
"binary_version": "5.15.0-1105.108"
},
{
"binary_name": "linux-tools-5.15.0-1105-raspi",
"binary_version": "5.15.0-1105.108"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@5.15.0-1105.108?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.9",
"5.15.0-1002.2",
"5.15.0-1003.3",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1006.6",
"5.15.0-1008.8",
"5.15.0-1011.13",
"5.15.0-1012.14",
"5.15.0-1013.15",
"5.15.0-1014.16",
"5.15.0-1015.17",
"5.15.0-1016.18",
"5.15.0-1017.19",
"5.15.0-1018.20",
"5.15.0-1021.23",
"5.15.0-1022.24",
"5.15.0-1023.25",
"5.15.0-1024.26",
"5.15.0-1025.27",
"5.15.0-1026.28",
"5.15.0-1027.29",
"5.15.0-1028.30",
"5.15.0-1029.31",
"5.15.0-1030.32",
"5.15.0-1032.35",
"5.15.0-1033.36",
"5.15.0-1034.37",
"5.15.0-1035.38",
"5.15.0-1036.39",
"5.15.0-1037.40",
"5.15.0-1038.41",
"5.15.0-1040.43",
"5.15.0-1041.44",
"5.15.0-1042.45",
"5.15.0-1043.46",
"5.15.0-1044.47",
"5.15.0-1045.48",
"5.15.0-1046.49",
"5.15.0-1047.50",
"5.15.0-1048.51",
"5.15.0-1049.52",
"5.15.0-1050.53",
"5.15.0-1053.56",
"5.15.0-1054.57",
"5.15.0-1055.58",
"5.15.0-1058.61",
"5.15.0-1059.62",
"5.15.0-1060.63",
"5.15.0-1061.64",
"5.15.0-1062.65",
"5.15.0-1063.66",
"5.15.0-1064.67",
"5.15.0-1065.68",
"5.15.0-1066.69",
"5.15.0-1067.70",
"5.15.0-1070.73",
"5.15.0-1071.74",
"5.15.0-1072.75",
"5.15.0-1073.76",
"5.15.0-1074.77",
"5.15.0-1075.78",
"5.15.0-1076.79",
"5.15.0-1077.80",
"5.15.0-1078.81",
"5.15.0-1079.82",
"5.15.0-1080.83",
"5.15.0-1083.86",
"5.15.0-1084.87",
"5.15.0-1085.88",
"5.15.0-1086.89",
"5.15.0-1087.90",
"5.15.0-1089.92",
"5.15.0-1090.93",
"5.15.0-1091.94",
"5.15.0-1092.95",
"5.15.0-1093.96",
"5.15.0-1097.100",
"5.15.0-1098.101",
"5.15.0-1099.102",
"5.15.0-1100.103",
"5.15.0-1102.105",
"5.15.0-1103.106",
"5.15.0-1105.108"
]
},
{
"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-6.8.0-137-generic",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-137-generic",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-image-6.8.0-137-generic",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-137-generic",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-riscv-6.8-headers-6.8.0-137",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-riscv-6.8-tools-6.8.0-137",
"binary_version": "6.8.0-137.137~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-137-generic",
"binary_version": "6.8.0-137.137~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-6.8",
"purl": "pkg:deb/ubuntu/linux-riscv-6.8@6.8.0-137.137~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38.1~22.04.1",
"6.8.0-39.39.1~22.04.1",
"6.8.0-40.40.1~22.04.1",
"6.8.0-41.41.1~22.04.1",
"6.8.0-44.44.1~22.04.1",
"6.8.0-47.47.1~22.04.1",
"6.8.0-48.48.1~22.04.2",
"6.8.0-49.49.1~22.04.1",
"6.8.0-50.51.1~22.04.1",
"6.8.0-51.52.1~22.04.1",
"6.8.0-52.53.1~22.04.1",
"6.8.0-53.55.1~22.04.1",
"6.8.0-55.57.1~22.04.1",
"6.8.0-56.58.1~22.04.1",
"6.8.0-57.59.1~22.04.1",
"6.8.0-58.60.1~22.04.1",
"6.8.0-59.61.1~22.04.1",
"6.8.0-62.65~22.04.1",
"6.8.0-63.66~22.04.1",
"6.8.0-64.67~22.04.1",
"6.8.0-71.71~22.04.1",
"6.8.0-78.78~22.04.1",
"6.8.0-79.79~22.04.1",
"6.8.0-83.83~22.04.1",
"6.8.0-84.84~22.04.1",
"6.8.0-86.87~22.04.1",
"6.8.0-87.88~22.04.1",
"6.8.0-88.89~22.04.1",
"6.8.0-90.91~22.04.1",
"6.8.0-94.96~22.04.1",
"6.8.0-100.100~22.04.1",
"6.8.0-101.101~22.04.1",
"6.8.0-106.106~22.04.1",
"6.8.0-107.107~22.04.1",
"6.8.0-110.110~22.04.1",
"6.8.0-111.111~22.04.1",
"6.8.0-117.117~22.04.1",
"6.8.0-124.124~22.04.1",
"6.8.0-134.134~22.04.1",
"6.8.0-136.136~22.04.3",
"6.8.0-137.137~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-buildinfo-5.15.0-1076-xilinx-zynqmp",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-headers-5.15.0-1076-xilinx-zynqmp",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-image-5.15.0-1076-xilinx-zynqmp",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-modules-5.15.0-1076-xilinx-zynqmp",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-tools-5.15.0-1076-xilinx-zynqmp",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-xilinx-zynqmp-headers-5.15.0-1076",
"binary_version": "5.15.0-1076.80"
},
{
"binary_name": "linux-xilinx-zynqmp-tools-5.15.0-1076",
"binary_version": "5.15.0-1076.80"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-xilinx-zynqmp",
"purl": "pkg:deb/ubuntu/linux-xilinx-zynqmp@5.15.0-1076.80?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1022.26",
"5.15.0-1023.27",
"5.15.0-1025.29",
"5.15.0-1027.31",
"5.15.0-1030.34",
"5.15.0-1031.35",
"5.15.0-1035.39",
"5.15.0-1036.40",
"5.15.0-1037.41",
"5.15.0-1038.42",
"5.15.0-1039.43",
"5.15.0-1041.45",
"5.15.0-1044.48",
"5.15.0-1046.50",
"5.15.0-1050.54",
"5.15.0-1051.55",
"5.15.0-1052.56",
"5.15.0-1053.57",
"5.15.0-1054.58",
"5.15.0-1055.59",
"5.15.0-1056.60",
"5.15.0-1057.61",
"5.15.0-1059.63",
"5.15.0-1060.64",
"5.15.0-1061.65",
"5.15.0-1062.66",
"5.15.0-1063.67",
"5.15.0-1064.68",
"5.15.0-1065.69",
"5.15.0-1067.71",
"5.15.0-1068.72",
"5.15.0-1069.73",
"5.15.0-1070.74",
"5.15.0-1074.78",
"5.15.0-1075.79",
"5.15.0-1076.80"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-bluefield-cloud-tools-common",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-bluefield-headers-5.15.0-1097",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-bluefield-tools-5.15.0-1097",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-bluefield-tools-host",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-buildinfo-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-headers-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-modules-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-modules-extra-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
},
{
"binary_name": "linux-tools-5.15.0-1097-bluefield",
"binary_version": "5.15.0-1097.99"
}
]
},
"package": {
"ecosystem": "Ubuntu:Nvidia-BlueField:22.04:LTS",
"name": "linux-bluefield",
"purl": "pkg:deb/ubuntu/linux-bluefield@5.15.0-1097.99?arch=source\u0026distro=bluefield/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1011.13",
"5.15.0-1014.16",
"5.15.0-1015.17",
"5.15.0-1017.19",
"5.15.0-1019.21",
"5.15.0-1021.23",
"5.15.0-1022.24",
"5.15.0-1023.25",
"5.15.0-1024.26",
"5.15.0-1027.29",
"5.15.0-1028.30",
"5.15.0-1031.33",
"5.15.0-1032.34",
"5.15.0-1033.35",
"5.15.0-1035.37",
"5.15.0-1036.38",
"5.15.0-1037.39",
"5.15.0-1038.40",
"5.15.0-1040.42",
"5.15.0-1042.44",
"5.15.0-1043.45",
"5.15.0-1044.46",
"5.15.0-1045.47",
"5.15.0-1047.49",
"5.15.0-1048.50",
"5.15.0-1050.52",
"5.15.0-1051.53",
"5.15.0-1052.54",
"5.15.0-1053.55",
"5.15.0-1054.56",
"5.15.0-1056.58",
"5.15.0-1057.59",
"5.15.0-1058.60",
"5.15.0-1059.61",
"5.15.0-1060.62",
"5.15.0-1061.63",
"5.15.0-1062.64",
"5.15.0-1063.65",
"5.15.0-1064.66",
"5.15.0-1065.67",
"5.15.0-1066.68",
"5.15.0-1067.69",
"5.15.0-1069.71",
"5.15.0-1070.72",
"5.15.0-1072.74",
"5.15.0-1074.76",
"5.15.0-1075.77",
"5.15.0-1076.78",
"5.15.0-1077.79",
"5.15.0-1079.81",
"5.15.0-1080.82",
"5.15.0-1081.83",
"5.15.0-1082.84",
"5.15.0-1083.85",
"5.15.0-1084.86",
"5.15.0-1085.87",
"5.15.0-1086.88",
"5.15.0-1087.89",
"5.15.0-1089.91",
"5.15.0-1090.92",
"5.15.0-1092.94",
"5.15.0-1093.95",
"5.15.0-1095.97",
"5.15.0-1096.98",
"5.15.0-1097.99"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-cloud-tools-5.15.0-1051",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-aws-fips-headers-5.15.0-1051",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-aws-fips-tools-5.15.0-1051",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1051-aws-fips",
"binary_version": "5.15.0-1051.56+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@5.15.0-1051.56+fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1042.47+fips1",
"5.15.0-1051.56+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.15.0-1053.61+fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1053.61+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-fips-headers-5.15.0-73",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-fips-tools-5.15.0-73",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-fips-tools-host",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-headers-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-modules-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
},
{
"binary_name": "linux-tools-5.15.0-73-fips",
"binary_version": "5.15.0-73.80+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@5.15.0-73.80+fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-73.80+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-5.15.0-1048",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-5.15.0-1048",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1048-gcp-fips",
"binary_version": "5.15.0-1048.56+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@5.15.0-1048.56+fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1048.56+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-cloud-tools-5.15.0-1113",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-aws-fips-headers-5.15.0-1113",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-aws-fips-tools-5.15.0-1113",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1113-aws-fips",
"binary_version": "5.15.0-1113.120+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@5.15.0-1113.120+fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1051.56+fips1",
"5.15.0-1052.57+fips1",
"5.15.0-1053.58+fips1",
"5.15.0-1055.60+fips1",
"5.15.0-1056.61+fips1",
"5.15.0-1057.63+fips1",
"5.15.0-1060.66+fips1",
"5.15.0-1061.67+fips1",
"5.15.0-1062.68+fips1",
"5.15.0-1063.69+fips1",
"5.15.0-1064.70+fips1",
"5.15.0-1065.71+fips1",
"5.15.0-1066.72+fips1",
"5.15.0-1067.73+fips1",
"5.15.0-1068.74+fips1",
"5.15.0-1069.75+fips1",
"5.15.0-1070.76+fips1",
"5.15.0-1071.77+fips1",
"5.15.0-1072.78+fips1",
"5.15.0-1073.79+fips1",
"5.15.0-1076.83+fips1",
"5.15.0-1077.84+fips1",
"5.15.0-1078.85+fips1",
"5.15.0-1079.86+fips1",
"5.15.0-1080.87+fips1",
"5.15.0-1081.88+fips1",
"5.15.0-1082.89+fips1",
"5.15.0-1083.90+fips1",
"5.15.0-1084.91+fips1",
"5.15.0-1085.92+fips1",
"5.15.0-1086.93+fips1",
"5.15.0-1087.94+fips1",
"5.15.0-1088.95+fips1",
"5.15.0-1089.96+fips1",
"5.15.0-1090.97+fips1",
"5.15.0-1091.98+fips1",
"5.15.0-1092.99+fips1",
"5.15.0-1093.100+fips1",
"5.15.0-1095.102+fips1",
"5.15.0-1096.103+fips1",
"5.15.0-1097.104+fips1",
"5.15.0-1098.105+fips1",
"5.15.0-1099.106+fips1",
"5.15.0-1100.107+fips1",
"5.15.0-1101.108+fips1",
"5.15.0-1103.110+fips1",
"5.15.0-1104.111+fips1",
"5.15.0-1105.112+fips1",
"5.15.0-1106.113+fips1",
"5.15.0-1108.115+fips1",
"5.15.0-1109.116+fips1",
"5.15.0-1111.118+fips1",
"5.15.0-1112.119+fips1",
"5.15.0-1113.120+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.15.0-1118",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.15.0-1118",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1118-azure-fips",
"binary_version": "5.15.0-1118.127+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.15.0-1118.127+fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1053.61+fips1",
"5.15.0-1058.66+fips1",
"5.15.0-1059.67+fips1",
"5.15.0-1060.69+fips1",
"5.15.0-1061.70+fips1",
"5.15.0-1063.72+fips1",
"5.15.0-1064.73+fips1",
"5.15.0-1065.74+fips1",
"5.15.0-1067.76+fips1",
"5.15.0-1068.77+fips1",
"5.15.0-1070.79+fips1",
"5.15.0-1071.80+fips1",
"5.15.0-1072.81+fips1",
"5.15.0-1073.82+fips1",
"5.15.0-1074.83+fips1",
"5.15.0-1075.84+fips1",
"5.15.0-1078.87+fips1",
"5.15.0-1079.88+fips1",
"5.15.0-1080.89+fips1",
"5.15.0-1082.91+fips1",
"5.15.0-1083.92+fips1",
"5.15.0-1085.94+fips1",
"5.15.0-1087.96+fips1",
"5.15.0-1088.97+fips1",
"5.15.0-1089.98+fips1",
"5.15.0-1090.99+fips1",
"5.15.0-1091.100+fips1",
"5.15.0-1094.103+fips1",
"5.15.0-1095.104+fips1",
"5.15.0-1096.105+fips1",
"5.15.0-1097.106+fips1",
"5.15.0-1098.107+fips1",
"5.15.0-1101.110+fips1",
"5.15.0-1102.111+fips1",
"5.15.0-1103.112+fips1",
"5.15.0-1109.118+fips1",
"5.15.0-1110.119+fips1",
"5.15.0-1111.120+fips1",
"5.15.0-1114.123+fips1",
"5.15.0-1116.125+fips1",
"5.15.0-1117.126+fips1",
"5.15.0-1118.127+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-fips-cloud-tools-5.15.0-186",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-fips-headers-5.15.0-186",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-fips-tools-5.15.0-186",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-headers-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-modules-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
},
{
"binary_name": "linux-tools-5.15.0-186-fips",
"binary_version": "5.15.0-186.196+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@5.15.0-186.196+fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-73.80+fips1",
"5.15.0-92.102+fips1",
"5.15.0-94.104+fips1",
"5.15.0-97.107+fips1",
"5.15.0-100.110+fips1",
"5.15.0-101.111+fips1",
"5.15.0-102.112+fips1",
"5.15.0-105.115+fips1",
"5.15.0-106.116+fips1",
"5.15.0-107.117+fips1",
"5.15.0-111.121+fips1",
"5.15.0-113.123+fips1",
"5.15.0-115.125+fips1",
"5.15.0-117.127+fips1",
"5.15.0-118.128+fips1",
"5.15.0-119.129+fips1",
"5.15.0-121.131+fips1",
"5.15.0-122.132+fips1",
"5.15.0-124.134+fips1",
"5.15.0-125.135+fips1",
"5.15.0-127.137+fips1",
"5.15.0-128.138+fips1",
"5.15.0-130.140+fips1",
"5.15.0-131.141+fips1",
"5.15.0-133.144+fips1",
"5.15.0-134.145+fips1",
"5.15.0-135.146+fips1",
"5.15.0-136.147+fips1",
"5.15.0-138.148+fips1",
"5.15.0-139.149+fips1",
"5.15.0-140.150+fips1",
"5.15.0-141.151+fips1",
"5.15.0-142.152+fips1",
"5.15.0-143.153+fips1",
"5.15.0-144.157+fips1",
"5.15.0-145.158+fips1",
"5.15.0-152.162+fips1",
"5.15.0-153.163+fips1",
"5.15.0-156.166+fips1",
"5.15.0-157.167+fips1",
"5.15.0-160.170+fips1",
"5.15.0-161.171+fips1",
"5.15.0-163.173+fips1",
"5.15.0-164.174+fips1",
"5.15.0-168.178+fips1",
"5.15.0-170.180+fips1",
"5.15.0-171.181+fips1",
"5.15.0-173.183+fips1",
"5.15.0-174.184+fips1",
"5.15.0-176.186+fips1",
"5.15.0-177.187+fips1",
"5.15.0-179.189+fips1",
"5.15.0-181.191+fips1",
"5.15.0-185.195+fips1",
"5.15.0-186.196+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-5.15.0-1112",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1112-gcp-fips",
"binary_version": "5.15.0-1112.122+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@5.15.0-1112.122+fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1048.56+fips1",
"5.15.0-1055.63+fips2",
"5.15.0-1058.66+fips1",
"5.15.0-1059.67+fips1",
"5.15.0-1060.68+fips1",
"5.15.0-1062.70+fips1",
"5.15.0-1063.71+fips1",
"5.15.0-1064.72+fips1",
"5.15.0-1065.73+fips1",
"5.15.0-1066.74+fips1",
"5.15.0-1067.75+fips1",
"5.15.0-1068.76+fips1",
"5.15.0-1069.77+fips1",
"5.15.0-1070.78+fips1",
"5.15.0-1071.79+fips1",
"5.15.0-1072.80+fips1",
"5.15.0-1073.81+fips1",
"5.15.0-1074.83+fips1",
"5.15.0-1075.84+fips1",
"5.15.0-1077.86+fips1",
"5.15.0-1078.87+fips1",
"5.15.0-1079.88+fips1",
"5.15.0-1080.89+fips1",
"5.15.0-1081.90+fips1",
"5.15.0-1082.91+fips1",
"5.15.0-1083.92+fips1",
"5.15.0-1084.93+fips1",
"5.15.0-1085.94+fips1",
"5.15.0-1086.95+fips1",
"5.15.0-1087.96+fips1",
"5.15.0-1088.97+fips1",
"5.15.0-1090.99+fips1",
"5.15.0-1091.100+fips1",
"5.15.0-1092.101+fips1",
"5.15.0-1093.102+fips1",
"5.15.0-1095.104+fips1",
"5.15.0-1096.105+fips1",
"5.15.0-1097.106+fips1",
"5.15.0-1098.107+fips1",
"5.15.0-1099.108+fips1",
"5.15.0-1100.109+fips1",
"5.15.0-1101.110+fips1",
"5.15.0-1103.112+fips1",
"5.15.0-1104.113+fips1",
"5.15.0-1105.114+fips1",
"5.15.0-1106.115+fips1",
"5.15.0-1108.117+fips1",
"5.15.0-1109.118+fips1",
"5.15.0-1111.121+fips1",
"5.15.0-1112.122+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-headers-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-5.15.0-1105",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-common",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-headers-5.15.0-1105",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-tools-5.15.0-1105",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-tools-common",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-intel-iot-realtime-tools-host",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-modules-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-modules-extra-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
},
{
"binary_name": "linux-tools-5.15.0-1105-intel-iot-realtime",
"binary_version": "5.15.0-1105.107"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:22.04:LTS",
"name": "linux-intel-iot-realtime",
"purl": "pkg:deb/ubuntu/linux-intel-iot-realtime@5.15.0-1105.107?arch=source\u0026distro=realtime/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1021.26",
"5.15.0-1022.27",
"5.15.0-1023.28",
"5.15.0-1024.29",
"5.15.0-1028.33",
"5.15.0-1033.35",
"5.15.0-1034.36",
"5.15.0-1035.37",
"5.15.0-1036.38",
"5.15.0-1037.39",
"5.15.0-1038.40",
"5.15.0-1039.41",
"5.15.0-1040.42",
"5.15.0-1041.43",
"5.15.0-1042.44",
"5.15.0-1043.45",
"5.15.0-1044.46",
"5.15.0-1046.48",
"5.15.0-1047.49",
"5.15.0-1048.50",
"5.15.0-1049.51",
"5.15.0-1050.52",
"5.15.0-1053.55",
"5.15.0-1054.56",
"5.15.0-1055.57",
"5.15.0-1056.58",
"5.15.0-1057.59",
"5.15.0-1058.60",
"5.15.0-1059.61",
"5.15.0-1060.62",
"5.15.0-1061.63",
"5.15.0-1063.65",
"5.15.0-1064.66",
"5.15.0-1066.68",
"5.15.0-1071.73",
"5.15.0-1072.74",
"5.15.0-1073.75",
"5.15.0-1074.76",
"5.15.0-1075.77",
"5.15.0-1076.78",
"5.15.0-1077.79",
"5.15.0-1078.80",
"5.15.0-1079.81",
"5.15.0-1080.82",
"5.15.0-1081.83",
"5.15.0-1082.84",
"5.15.0-1083.85",
"5.15.0-1084.86",
"5.15.0-1085.87",
"5.15.0-1086.88",
"5.15.0-1087.89",
"5.15.0-1088.90",
"5.15.0-1089.91",
"5.15.0-1090.92",
"5.15.0-1091.93",
"5.15.0-1092.94",
"5.15.0-1093.95",
"5.15.0-1094.96",
"5.15.0-1096.98",
"5.15.0-1097.99",
"5.15.0-1098.100",
"5.15.0-1099.101",
"5.15.0-1100.102",
"5.15.0-1101.103",
"5.15.0-1103.105",
"5.15.0-1104.106",
"5.15.0-1105.107"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-headers-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-modules-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-modules-extra-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-cloud-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-cloud-tools-common",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-headers-5.15.0-1112",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-tools-5.15.0-1112",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-tools-common",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-realtime-tools-host",
"binary_version": "5.15.0-1112.121"
},
{
"binary_name": "linux-tools-5.15.0-1112-realtime",
"binary_version": "5.15.0-1112.121"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:22.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@5.15.0-1112.121?arch=source\u0026distro=realtime/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1006.6",
"5.15.0-1007.7",
"5.15.0-1009.9",
"5.15.0-1011.11",
"5.15.0-1014.14",
"5.15.0-1015.15",
"5.15.0-1016.16",
"5.15.0-1019.19",
"5.15.0-1020.20",
"5.15.0-1021.21",
"5.15.0-1022.22",
"5.15.0-1024.25",
"5.15.0-1025.28",
"5.15.0-1028.31",
"5.15.0-1029.32",
"5.15.0-1030.33",
"5.15.0-1032.35",
"5.15.0-1033.36",
"5.15.0-1034.37",
"5.15.0-1036.39",
"5.15.0-1037.40",
"5.15.0-1038.41",
"5.15.0-1039.42",
"5.15.0-1040.45",
"5.15.0-1041.46",
"5.15.0-1042.47",
"5.15.0-1043.48",
"5.15.0-1044.49",
"5.15.0-1045.50",
"5.15.0-1046.52",
"5.15.0-1048.54",
"5.15.0-1049.55",
"5.15.0-1050.56",
"5.15.0-1051.57",
"5.15.0-1052.58",
"5.15.0-1053.59",
"5.15.0-1054.60",
"5.15.0-1055.62",
"5.15.0-1056.63",
"5.15.0-1057.64",
"5.15.0-1058.66",
"5.15.0-1061.69",
"5.15.0-1062.70",
"5.15.0-1063.71",
"5.15.0-1064.72",
"5.15.0-1065.73",
"5.15.0-1066.74",
"5.15.0-1067.75",
"5.15.0-1068.76",
"5.15.0-1069.77",
"5.15.0-1070.78",
"5.15.0-1071.79",
"5.15.0-1072.80",
"5.15.0-1073.81",
"5.15.0-1074.82",
"5.15.0-1075.83",
"5.15.0-1076.84",
"5.15.0-1077.85",
"5.15.0-1078.86",
"5.15.0-1079.87",
"5.15.0-1080.88",
"5.15.0-1081.89",
"5.15.0-1082.91",
"5.15.0-1083.92",
"5.15.0-1084.93",
"5.15.0-1085.94",
"5.15.0-1086.95",
"5.15.0-1087.96",
"5.15.0-1088.97",
"5.15.0-1089.98",
"5.15.0-1090.99",
"5.15.0-1091.100",
"5.15.0-1092.101",
"5.15.0-1093.102",
"5.15.0-1094.103",
"5.15.0-1095.104",
"5.15.0-1096.105",
"5.15.0-1097.106",
"5.15.0-1098.107",
"5.15.0-1099.108",
"5.15.0-1100.109",
"5.15.0-1102.111",
"5.15.0-1103.112",
"5.15.0-1104.113",
"5.15.0-1105.114",
"5.15.0-1107.116",
"5.15.0-1108.117",
"5.15.0-1110.119",
"5.15.0-1111.120",
"5.15.0-1112.121"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-headers-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-modules-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-realtime-6.8-cloud-tools-6.8.1-1057",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-realtime-6.8-headers-6.8.1-1057",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-realtime-6.8-tools-6.8.1-1057",
"binary_version": "6.8.1-1057.58~22.04.1"
},
{
"binary_name": "linux-tools-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58~22.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:22.04:LTS",
"name": "linux-realtime-6.8",
"purl": "pkg:deb/ubuntu/linux-realtime-6.8@6.8.1-1057.58~22.04.1?arch=source\u0026distro=realtime/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.1-1004.4~22.04.1",
"6.8.1-1005.5~22.04.2",
"6.8.1-1006.6~22.04.1",
"6.8.1-1007.7~22.04.1",
"6.8.1-1008.8~22.04.1",
"6.8.1-1009.9~22.04.1",
"6.8.1-1010.10~22.04.1",
"6.8.1-1011.11~22.04.1",
"6.8.1-1012.12~22.04.1",
"6.8.1-1013.14~22.04.1",
"6.8.1-1014.15~22.04.1",
"6.8.1-1015.16~22.04.1",
"6.8.1-1016.17~22.04.1",
"6.8.1-1017.18~22.04.1",
"6.8.1-1018.19~22.04.1",
"6.8.1-1019.20~22.04.1",
"6.8.1-1020.21~22.04.1",
"6.8.1-1021.22~22.04.1",
"6.8.1-1022.23~22.04.1",
"6.8.1-1023.24~22.04.1",
"6.8.1-1024.25~22.04.1",
"6.8.1-1025.26~22.04.1",
"6.8.1-1026.27~22.04.1",
"6.8.1-1030.31~22.04.1",
"6.8.1-1031.32~22.04.1",
"6.8.1-1034.35~22.04.1",
"6.8.1-1035.36~22.04.1",
"6.8.1-1036.37~22.04.1",
"6.8.1-1037.38~22.04.1",
"6.8.1-1038.39~22.04.1",
"6.8.1-1039.40~22.04.1",
"6.8.1-1040.41~22.04.1",
"6.8.1-1041.42~22.04.1",
"6.8.1-1042.43~22.04.1",
"6.8.1-1045.46~22.04.1",
"6.8.1-1046.47~22.04.2",
"6.8.1-1047.48~22.04.1",
"6.8.1-1048.49~22.04.1",
"6.8.1-1051.52~22.04.1",
"6.8.1-1052.53~22.04.1",
"6.8.1-1055.56~22.04.1",
"6.8.1-1056.57~22.04.2",
"6.8.1-1057.58~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-buildinfo-6.8.0-137-generic-64k",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-cloud-tools-6.8.0-137",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-cloud-tools-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-headers-6.8.0-137",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-headers-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-headers-6.8.0-137-generic-64k",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-image-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-image-unsigned-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-image-unsigned-6.8.0-137-generic-64k",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-lib-rust-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-6.8.0-137-generic-64k",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-extra-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-modules-usbio-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-source-6.8.0",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-tools-6.8.0-137",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-tools-6.8.0-137-generic",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-tools-6.8.0-137-generic-64k",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-tools-common",
"binary_version": "6.8.0-137.137"
},
{
"binary_name": "linux-tools-host",
"binary_version": "6.8.0-137.137"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@6.8.0-137.137?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9",
"6.6.0-14.14",
"6.8.0-11.11",
"6.8.0-20.20",
"6.8.0-22.22",
"6.8.0-28.28",
"6.8.0-31.31",
"6.8.0-35.35",
"6.8.0-36.36",
"6.8.0-38.38",
"6.8.0-39.39",
"6.8.0-40.40",
"6.8.0-41.41",
"6.8.0-44.44",
"6.8.0-45.45",
"6.8.0-47.47",
"6.8.0-48.48",
"6.8.0-49.49",
"6.8.0-50.51",
"6.8.0-51.52",
"6.8.0-52.53",
"6.8.0-53.55",
"6.8.0-54.56",
"6.8.0-55.57",
"6.8.0-56.58",
"6.8.0-57.59",
"6.8.0-58.60",
"6.8.0-59.61",
"6.8.0-60.63",
"6.8.0-62.65",
"6.8.0-63.66",
"6.8.0-64.67",
"6.8.0-71.71",
"6.8.0-78.78",
"6.8.0-79.79",
"6.8.0-83.83",
"6.8.0-84.84",
"6.8.0-85.85",
"6.8.0-86.87",
"6.8.0-87.88",
"6.8.0-88.89",
"6.8.0-90.91",
"6.8.0-94.96",
"6.8.0-100.100",
"6.8.0-101.101",
"6.8.0-106.106",
"6.8.0-107.107",
"6.8.0-110.110",
"6.8.0-111.111",
"6.8.0-117.117",
"6.8.0-124.124",
"6.8.0-134.134",
"6.8.0-136.136",
"6.8.0-137.137"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-aws-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-aws-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-buildinfo-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-buildinfo-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-headers-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-headers-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-modules-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-modules-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-tools-6.8.0-1062-aws",
"binary_version": "6.8.0-1062.65"
},
{
"binary_name": "linux-tools-6.8.0-1062-aws-64k",
"binary_version": "6.8.0-1062.65"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@6.8.0-1062.65?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1008.8",
"6.6.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1006.6",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1016.17",
"6.8.0-1017.18",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1023.25",
"6.8.0-1024.26",
"6.8.0-1025.27",
"6.8.0-1026.28",
"6.8.0-1027.29",
"6.8.0-1028.30",
"6.8.0-1029.31",
"6.8.0-1030.32",
"6.8.0-1031.33",
"6.8.0-1032.34",
"6.8.0-1033.35",
"6.8.0-1035.37",
"6.8.0-1036.38",
"6.8.0-1038.40",
"6.8.0-1039.41",
"6.8.0-1040.42",
"6.8.0-1041.43",
"6.8.0-1042.44",
"6.8.0-1043.45",
"6.8.0-1044.46",
"6.8.0-1045.47",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1050.53",
"6.8.0-1051.54",
"6.8.0-1052.55",
"6.8.0-1053.56",
"6.8.0-1055.58",
"6.8.0-1057.60",
"6.8.0-1060.63",
"6.8.0-1061.64",
"6.8.0-1062.65"
]
},
{
"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-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-aws-6.17-headers-6.17.0-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-aws-6.17-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~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-1020.20~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",
"6.17.0-1020.20~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-azure-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-azure-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-buildinfo-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-headers-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-tools-6.8.0-1064-azure",
"binary_version": "6.8.0-1064.72"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@6.8.0-1064.72?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7",
"6.6.0-1001.1",
"6.8.0-1001.1",
"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-1012.14",
"6.8.0-1013.15",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.20",
"6.8.0-1018.21",
"6.8.0-1020.23",
"6.8.0-1021.25",
"6.8.0-1025.30",
"6.8.0-1026.31",
"6.8.0-1027.32",
"6.8.0-1028.33",
"6.8.0-1029.34",
"6.8.0-1030.35",
"6.8.0-1031.36",
"6.8.0-1034.39",
"6.8.0-1038.44",
"6.8.0-1040.46",
"6.8.0-1041.47",
"6.8.0-1042.48",
"6.8.0-1044.50",
"6.8.0-1046.52",
"6.8.0-1051.57",
"6.8.0-1052.58",
"6.8.0-1054.60",
"6.8.0-1056.62",
"6.8.0-1058.64",
"6.8.0-1059.65",
"6.8.0-1062.69",
"6.8.0-1063.71",
"6.8.0-1064.72"
]
},
{
"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-6.17-cloud-tools-6.17.0-1022",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-azure-6.17-headers-6.17.0-1022",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-azure-6.17-tools-6.17.0-1022",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-buildinfo-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-headers-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-modules-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-modules-extra-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
},
{
"binary_name": "linux-tools-6.17.0-1022-azure",
"binary_version": "6.17.0-1022.22"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.17",
"purl": "pkg:deb/ubuntu/linux-azure-6.17@6.17.0-1022.22?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1008.8~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1011.11~24.04.2",
"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-1018.18~24.04.1",
"6.17.0-1020.20~24.04.1",
"6.17.0-1021.21~24.04.1",
"6.17.0-1022.22"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-azure-fde-headers-6.8.0-1063",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-azure-fde-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-buildinfo-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-headers-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-modules-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-modules-extra-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
},
{
"binary_name": "linux-tools-6.8.0-1063-azure-fde",
"binary_version": "6.8.0-1063.70"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@6.8.0-1063.70?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1041.48",
"6.8.0-1044.51",
"6.8.0-1046.53",
"6.8.0-1053.60",
"6.8.0-1058.65",
"6.8.0-1061.68",
"6.8.0-1062.69",
"6.8.0-1063.70"
]
},
{
"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-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-headers-6.17.0-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~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-1018.18~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",
"6.17.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-nvidia-cloud-tools-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-azure-nvidia-headers-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-azure-nvidia-tools-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-buildinfo-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-headers-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-modules-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-modules-extra-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-tools-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-nvidia",
"purl": "pkg:deb/ubuntu/linux-azure-nvidia@6.8.0-1039.42?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1016.17",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1022.23",
"6.8.0-1025.27",
"6.8.0-1027.30",
"6.8.0-1029.32",
"6.8.0-1039.42"
]
},
{
"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.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-buildinfo-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-gcp-headers-6.8.0-1065",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-gcp-tools-6.8.0-1065",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-headers-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-headers-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-modules-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-modules-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-modules-extra-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-modules-extra-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-tools-6.8.0-1065-gcp",
"binary_version": "6.8.0-1065.73"
},
{
"binary_name": "linux-tools-6.8.0-1065-gcp-64k",
"binary_version": "6.8.0-1065.73"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@6.8.0-1065.73?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7",
"6.6.0-1001.1",
"6.8.0-1002.2",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.9",
"6.8.0-1009.10",
"6.8.0-1010.11",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1024.26",
"6.8.0-1025.27",
"6.8.0-1026.28",
"6.8.0-1027.29",
"6.8.0-1028.30",
"6.8.0-1029.31",
"6.8.0-1030.32",
"6.8.0-1031.33",
"6.8.0-1032.34",
"6.8.0-1033.35",
"6.8.0-1034.36",
"6.8.0-1036.38",
"6.8.0-1037.39",
"6.8.0-1039.41",
"6.8.0-1040.42",
"6.8.0-1041.43",
"6.8.0-1042.45",
"6.8.0-1043.46",
"6.8.0-1044.47",
"6.8.0-1045.48",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1048.51",
"6.8.0-1052.55",
"6.8.0-1053.56",
"6.8.0-1054.57",
"6.8.0-1055.58",
"6.8.0-1058.61",
"6.8.0-1060.63",
"6.8.0-1063.69",
"6.8.0-1064.72",
"6.8.0-1065.73"
]
},
{
"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.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-buildinfo-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-gcp-6.17-headers-6.17.0-1022",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-gcp-6.17-tools-6.17.0-1022",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-headers-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-headers-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-lib-rust-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-modules-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-modules-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-modules-extra-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-modules-extra-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-tools-6.17.0-1022-gcp",
"binary_version": "6.17.0-1022.25"
},
{
"binary_name": "linux-tools-6.17.0-1022-gcp-64k",
"binary_version": "6.17.0-1022.25"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.17",
"purl": "pkg:deb/ubuntu/linux-gcp-6.17@6.17.0-1022.25?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4~24.04.3",
"6.17.0-1008.8~24.04.1",
"6.17.0-1009.9~24.04.3",
"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-1016.17~24.04.1",
"6.17.0-1018.19~24.04.1",
"6.17.0-1020.22~24.04.1",
"6.17.0-1021.24~24.04.1",
"6.17.0-1022.25"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-gke-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-gke-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-headers-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-headers-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-modules-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-modules-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-tools-6.8.0-1060-gke",
"binary_version": "6.8.0-1060.68"
},
{
"binary_name": "linux-tools-6.8.0-1060-gke-64k",
"binary_version": "6.8.0-1060.68"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@6.8.0-1060.68?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.5",
"6.8.0-1004.7",
"6.8.0-1005.8",
"6.8.0-1006.9",
"6.8.0-1007.10",
"6.8.0-1008.11",
"6.8.0-1009.12",
"6.8.0-1010.13",
"6.8.0-1011.14",
"6.8.0-1012.15",
"6.8.0-1013.17",
"6.8.0-1014.18",
"6.8.0-1015.19",
"6.8.0-1016.20",
"6.8.0-1017.21",
"6.8.0-1019.23",
"6.8.0-1020.24",
"6.8.0-1021.25",
"6.8.0-1022.26",
"6.8.0-1023.27",
"6.8.0-1024.28",
"6.8.0-1025.29",
"6.8.0-1026.30",
"6.8.0-1027.31",
"6.8.0-1028.32",
"6.8.0-1029.33",
"6.8.0-1032.36",
"6.8.0-1033.37",
"6.8.0-1035.39",
"6.8.0-1036.40",
"6.8.0-1037.41",
"6.8.0-1038.43",
"6.8.0-1039.44",
"6.8.0-1040.45",
"6.8.0-1041.46",
"6.8.0-1042.47",
"6.8.0-1043.48",
"6.8.0-1044.49",
"6.8.0-1048.53",
"6.8.0-1049.54",
"6.8.0-1050.56",
"6.8.0-1051.57",
"6.8.0-1054.60",
"6.8.0-1055.61",
"6.8.0-1058.64",
"6.8.0-1059.67",
"6.8.0-1060.68"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-gkeop-cloud-tools-6.8.0-1047",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-gkeop-headers-6.8.0-1047",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-gkeop-tools-6.8.0-1047",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-headers-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-modules-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-modules-extra-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
},
{
"binary_name": "linux-tools-6.8.0-1047-gkeop",
"binary_version": "6.8.0-1047.51"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gkeop",
"purl": "pkg:deb/ubuntu/linux-gkeop@6.8.0-1047.51?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1001.3",
"6.8.0-1002.4",
"6.8.0-1003.5",
"6.8.0-1004.6",
"6.8.0-1006.8",
"6.8.0-1007.9",
"6.8.0-1008.10",
"6.8.0-1009.11",
"6.8.0-1010.12",
"6.8.0-1011.13",
"6.8.0-1012.14",
"6.8.0-1013.15",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1022.24",
"6.8.0-1023.25",
"6.8.0-1024.26",
"6.8.0-1025.28",
"6.8.0-1026.29",
"6.8.0-1027.30",
"6.8.0-1028.31",
"6.8.0-1029.32",
"6.8.0-1030.33",
"6.8.0-1031.34",
"6.8.0-1035.38",
"6.8.0-1036.39",
"6.8.0-1037.40",
"6.8.0-1038.41",
"6.8.0-1041.44",
"6.8.0-1042.45",
"6.8.0-1045.48",
"6.8.0-1046.50",
"6.8.0-1047.51"
]
},
{
"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-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-buildinfo-6.17.0-42-generic-64k",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-cloud-tools-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-headers-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-headers-6.17.0-42-generic-64k",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-hwe-6.17-cloud-tools-6.17.0-42",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-hwe-6.17-headers-6.17.0-42",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-hwe-6.17-tools-6.17.0-42",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-image-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-image-unsigned-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-image-unsigned-6.17.0-42-generic-64k",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-lib-rust-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-6.17.0-42-generic-64k",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-extra-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-ipu6-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-ipu7-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-usbio-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-modules-vision-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-tools-6.17.0-42-generic",
"binary_version": "6.17.0-42.42"
},
{
"binary_name": "linux-tools-6.17.0-42-generic-64k",
"binary_version": "6.17.0-42.42"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.17",
"purl": "pkg:deb/ubuntu/linux-hwe-6.17@6.17.0-42.42?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-14.14~24.04.1",
"6.17.0-19.19~24.04.2",
"6.17.0-20.20~24.04.1",
"6.17.0-22.22~24.04.1",
"6.17.0-23.23~24.04.1",
"6.17.0-29.29~24.04.1",
"6.17.0-35.35~24.04.1",
"6.17.0-40.40~24.04.1",
"6.17.0-41.41~24.04.1",
"6.17.0-42.42"
]
},
{
"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.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-headers-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-ibm-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-ibm-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-modules-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
},
{
"binary_name": "linux-tools-6.8.0-1062-ibm",
"binary_version": "6.8.0-1062.63"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@6.8.0-1062.63?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1009.9",
"6.8.0-1001.1",
"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-1015.15",
"6.8.0-1016.16",
"6.8.0-1017.17",
"6.8.0-1018.18",
"6.8.0-1019.19",
"6.8.0-1022.22",
"6.8.0-1023.23",
"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-1033.33",
"6.8.0-1036.36",
"6.8.0-1037.37",
"6.8.0-1038.38",
"6.8.0-1039.39",
"6.8.0-1040.40",
"6.8.0-1041.41",
"6.8.0-1042.42",
"6.8.0-1043.43",
"6.8.0-1044.44",
"6.8.0-1045.45",
"6.8.0-1049.49",
"6.8.0-1050.50",
"6.8.0-1051.51",
"6.8.0-1052.52",
"6.8.0-1055.56",
"6.8.0-1057.58",
"6.8.0-1060.61",
"6.8.0-1061.62",
"6.8.0-1062.63"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-headers-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-lib-rust-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-lowlatency",
"purl": "pkg:deb/ubuntu/linux-lowlatency@6.8.0-136.136.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9.1",
"6.6.0-14.14.1",
"6.8.0-7.7.1",
"6.8.0-25.25.3",
"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-45.45.1",
"6.8.0-47.47.1",
"6.8.0-48.48.3",
"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.2",
"6.8.0-54.56.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",
"6.8.0-62.65.1",
"6.8.0-63.66.1",
"6.8.0-64.67.1",
"6.8.0-65.68.1",
"6.8.0-78.78.1",
"6.8.0-79.79.1",
"6.8.0-83.83.1",
"6.8.0-84.84.1",
"6.8.0-85.85.1",
"6.8.0-86.87.1",
"6.8.0-87.88.1",
"6.8.0-88.89.1",
"6.8.0-90.91.1",
"6.8.0-94.96.1",
"6.8.0-100.100.1",
"6.8.0-101.101.1",
"6.8.0-106.106.1",
"6.8.0-107.107.1",
"6.8.0-110.110.1",
"6.8.0-111.111.1",
"6.8.0-117.117.1",
"6.8.0-134.134.1",
"6.8.0-136.136.2"
]
},
{
"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.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-nvidia-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-nvidia-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia",
"binary_version": "6.8.0-1060.63"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia-64k",
"binary_version": "6.8.0-1060.63"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia",
"purl": "pkg:deb/ubuntu/linux-nvidia@6.8.0-1060.63?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"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.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1022.25",
"6.8.0-1023.26",
"6.8.0-1024.27",
"6.8.0-1025.28",
"6.8.0-1026.29",
"6.8.0-1027.30",
"6.8.0-1028.31",
"6.8.0-1029.32",
"6.8.0-1030.33",
"6.8.0-1031.34",
"6.8.0-1032.35",
"6.8.0-1035.38",
"6.8.0-1036.39",
"6.8.0-1038.41",
"6.8.0-1039.42",
"6.8.0-1040.43",
"6.8.0-1041.44",
"6.8.0-1042.45",
"6.8.0-1043.46",
"6.8.0-1044.47",
"6.8.0-1045.48",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1049.52",
"6.8.0-1050.53",
"6.8.0-1051.54",
"6.8.0-1052.55",
"6.8.0-1054.57",
"6.8.0-1055.58",
"6.8.0-1058.61",
"6.8.0-1059.62",
"6.8.0-1060.63"
]
},
{
"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-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-buildinfo-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-headers-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-headers-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-modules-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-modules-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-modules-nvidia-fs-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-modules-nvidia-fs-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-nvidia-6.17-headers-6.17.0-1029",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-nvidia-6.17-tools-6.17.0-1029",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-tools-6.17.0-1029-nvidia",
"binary_version": "6.17.0-1029.29"
},
{
"binary_name": "linux-tools-6.17.0-1029-nvidia-64k",
"binary_version": "6.17.0-1029.29"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-6.17",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.17@6.17.0-1029.29?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4",
"6.17.0-1008.8",
"6.17.0-1014.14",
"6.17.0-1018.18",
"6.17.0-1021.21",
"6.17.0-1026.26",
"6.17.0-1029.29"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-buildinfo-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-headers-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-modules-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-nvidia-7.0-headers-7.0.0-1015",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-nvidia-7.0-tools-7.0.0-1015",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15~24.04.1"
},
{
"binary_name": "linux-tools-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15~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-1015.15~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1013.13~24.04.1",
"7.0.0-1015.15~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-nvidia-lowlatency-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-nvidia-lowlatency-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia-lowlatency",
"binary_version": "6.8.0-1060.63.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1060.63.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-lowlatency",
"purl": "pkg:deb/ubuntu/linux-nvidia-lowlatency@6.8.0-1060.63.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1009.9.1",
"6.8.0-1011.11.1",
"6.8.0-1012.12.1",
"6.8.0-1013.14.1",
"6.8.0-1014.15.1",
"6.8.0-1015.16.1",
"6.8.0-1017.19.1",
"6.8.0-1018.20.1",
"6.8.0-1019.21.1",
"6.8.0-1020.22.1",
"6.8.0-1021.23.1",
"6.8.0-1022.25.2",
"6.8.0-1023.26.1",
"6.8.0-1024.27.1",
"6.8.0-1025.28.1",
"6.8.0-1026.29.1",
"6.8.0-1027.30.1",
"6.8.0-1028.31.1",
"6.8.0-1029.32.1",
"6.8.0-1030.33.1",
"6.8.0-1031.34.1",
"6.8.0-1032.35.1",
"6.8.0-1035.38.1",
"6.8.0-1036.39.1",
"6.8.0-1038.41.1",
"6.8.0-1039.42.1",
"6.8.0-1040.43.1",
"6.8.0-1041.44.1",
"6.8.0-1042.45.1",
"6.8.0-1043.46.1",
"6.8.0-1044.47.1",
"6.8.0-1045.48.1",
"6.8.0-1046.49.1",
"6.8.0-1047.50.1",
"6.8.0-1049.52.1",
"6.8.0-1050.53.1",
"6.8.0-1051.54.1",
"6.8.0-1052.55.1",
"6.8.0-1054.57.1",
"6.8.0-1055.58.1",
"6.8.0-1058.61.1",
"6.8.0-1059.62.1",
"6.8.0-1060.63.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-buildinfo-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-headers-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-headers-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-modules-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-modules-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-modules-extra-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-modules-extra-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-nvidia-tegra-headers-6.8.0-1030",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-nvidia-tegra-tools-6.8.0-1030",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-tools-6.8.0-1030-nvidia-tegra",
"binary_version": "6.8.0-1030.31"
},
{
"binary_name": "linux-tools-6.8.0-1030-nvidia-tegra-rt",
"binary_version": "6.8.0-1030.31"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-tegra",
"purl": "pkg:deb/ubuntu/linux-nvidia-tegra@6.8.0-1030.31?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1016.16",
"6.8.0-1019.19",
"6.8.0-1020.20",
"6.8.0-1021.21",
"6.8.0-1022.22",
"6.8.0-1023.23",
"6.8.0-1024.24",
"6.8.0-1025.25",
"6.8.0-1026.26",
"6.8.0-1029.30",
"6.8.0-1030.31"
]
},
{
"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.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-headers-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-evdi-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-ipu6-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-ipu7-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-usbio-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-modules-vision-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-oem-6.17-headers-6.17.0-1032",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-oem-6.17-tools-6.17.0-1032",
"binary_version": "6.17.0-1032.32"
},
{
"binary_name": "linux-tools-6.17.0-1032-oem",
"binary_version": "6.17.0-1032.32"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.17",
"purl": "pkg:deb/ubuntu/linux-oem-6.17@6.17.0-1032.32?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1008.8",
"6.17.0-1009.9",
"6.17.0-1010.10",
"6.17.0-1011.11",
"6.17.0-1012.12",
"6.17.0-1017.17",
"6.17.0-1020.20",
"6.17.0-1023.23",
"6.17.0-1024.24",
"6.17.0-1025.25",
"6.17.0-1028.28",
"6.17.0-1030.30",
"6.17.0-1032.32"
]
},
{
"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.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-oracle-headers-6.8.0-1058",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-oracle-tools-6.8.0-1058",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@6.8.0-1058.61?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1010.10",
"6.6.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1008.8",
"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-1015.16",
"6.8.0-1016.17",
"6.8.0-1017.18",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1020.21",
"6.8.0-1021.22",
"6.8.0-1022.23",
"6.8.0-1023.24",
"6.8.0-1024.25",
"6.8.0-1025.26",
"6.8.0-1026.27",
"6.8.0-1027.28",
"6.8.0-1028.29",
"6.8.0-1029.30",
"6.8.0-1030.31",
"6.8.0-1032.33",
"6.8.0-1033.34",
"6.8.0-1035.36",
"6.8.0-1037.38",
"6.8.0-1038.39",
"6.8.0-1039.40",
"6.8.0-1040.41",
"6.8.0-1041.42",
"6.8.0-1042.43",
"6.8.0-1043.44",
"6.8.0-1044.45",
"6.8.0-1047.48",
"6.8.0-1049.50",
"6.8.0-1050.51",
"6.8.0-1052.53",
"6.8.0-1054.55",
"6.8.0-1057.58",
"6.8.0-1058.61"
]
},
{
"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.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-headers-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-headers-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-oracle-6.17-headers-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-oracle-6.17-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-tools-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-tools-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle-6.17",
"purl": "pkg:deb/ubuntu/linux-oracle-6.17@6.17.0-1019.19~24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4~24.04.2",
"6.17.0-1007.7~24.04.1",
"6.17.0-1009.9~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1011.11~24.04.1",
"6.17.0-1014.14~24.04.1",
"6.17.0-1016.16~24.04.1",
"6.17.0-1018.18~24.04.1",
"6.17.0-1019.19~24.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-headers-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-image-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-modules-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-raspi-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-raspi-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-tools-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@6.8.0-1060.64?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1005.7",
"6.7.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1002.2",
"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.10",
"6.8.0-1010.11",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.23",
"6.8.0-1020.24",
"6.8.0-1024.28",
"6.8.0-1028.32",
"6.8.0-1029.33",
"6.8.0-1030.34",
"6.8.0-1031.35",
"6.8.0-1032.36",
"6.8.0-1035.39",
"6.8.0-1036.40",
"6.8.0-1038.42",
"6.8.0-1039.43",
"6.8.0-1040.44",
"6.8.0-1041.45",
"6.8.0-1042.46",
"6.8.0-1043.47",
"6.8.0-1044.48",
"6.8.0-1045.49",
"6.8.0-1047.51",
"6.8.0-1048.52",
"6.8.0-1050.54",
"6.8.0-1051.55",
"6.8.0-1052.56",
"6.8.0-1053.57",
"6.8.0-1056.60",
"6.8.0-1057.61",
"6.8.0-1060.64"
]
},
{
"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-buildinfo-6.8.0-1034-xilinx",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-headers-6.8.0-1034-xilinx",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-image-6.8.0-1034-xilinx",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-modules-6.8.0-1034-xilinx",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-tools-6.8.0-1034-xilinx",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-xilinx-headers-6.8.0-1034",
"binary_version": "6.8.0-1034.35"
},
{
"binary_name": "linux-xilinx-tools-6.8.0-1034",
"binary_version": "6.8.0-1034.35"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-xilinx",
"purl": "pkg:deb/ubuntu/linux-xilinx@6.8.0-1034.35?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.9",
"6.8.0-1009.10",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1017.18",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1020.21",
"6.8.0-1021.22",
"6.8.0-1022.23",
"6.8.0-1023.24",
"6.8.0-1024.25",
"6.8.0-1028.29",
"6.8.0-1029.30",
"6.8.0-1032.33",
"6.8.0-1033.34",
"6.8.0-1034.35"
]
},
{
"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-aws-fips-cloud-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-aws-fips-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-aws-fips-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-headers-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-modules-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
},
{
"binary_name": "linux-tools-6.8.0-1062-aws-fips",
"binary_version": "6.8.0-1062.65+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@6.8.0-1062.65+fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1035.37+fips1",
"6.8.0-1036.38+fips1",
"6.8.0-1038.40+fips1",
"6.8.0-1039.41+fips1",
"6.8.0-1040.42+fips1",
"6.8.0-1041.43+fips1",
"6.8.0-1042.44+fips1",
"6.8.0-1043.45+fips1",
"6.8.0-1044.46+fips1",
"6.8.0-1045.47+fips1",
"6.8.0-1046.49+fips1",
"6.8.0-1047.50+fips1",
"6.8.0-1050.53+fips1",
"6.8.0-1051.54+fips1",
"6.8.0-1052.55+fips1",
"6.8.0-1053.56+fips1",
"6.8.0-1055.58+fips1",
"6.8.0-1057.60+fips1",
"6.8.0-1060.63+fips1",
"6.8.0-1061.64+fips1",
"6.8.0-1062.65+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-azure-fips-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-azure-fips-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-headers-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-tools-6.8.0-1064-azure-fips",
"binary_version": "6.8.0-1064.72+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@6.8.0-1064.72+fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1034.39+fips1",
"6.8.0-1040.46+fips1",
"6.8.0-1044.50+fips1",
"6.8.0-1046.52+fips1",
"6.8.0-1047.53+fips1",
"6.8.0-1052.58+fips1",
"6.8.0-1053.59+fips1",
"6.8.0-1054.60+fips1",
"6.8.0-1059.65+fips1",
"6.8.0-1062.69+fips1",
"6.8.0-1063.71+fips2",
"6.8.0-1064.72+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-headers-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-lib-rust-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-tools-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-headers-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-hmac-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-extra-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-usbio-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-tools-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@6.8.0-136.136+fips2?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38+fips4",
"6.8.0-78.78+fips1",
"6.8.0-79.79+fips1",
"6.8.0-83.83+fips1",
"6.8.0-84.84+fips1",
"6.8.0-85.85+fips1",
"6.8.0-86.87+fips1",
"6.8.0-87.88+fips1",
"6.8.0-88.89+fips1",
"6.8.0-90.91+fips1",
"6.8.0-94.96+fips1",
"6.8.0-100.100+fips1",
"6.8.0-101.101+fips1",
"6.8.0-106.106+fips1",
"6.8.0-107.107+fips1",
"6.8.0-110.110+fips2",
"6.8.0-111.111+fips1",
"6.8.0-116.116+fips1",
"6.8.0-124.124+fips1",
"6.8.0-134.134+fips1",
"6.8.0-136.136+fips2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-6.8.0-1065",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-6.8.0-1065",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-headers-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-modules-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
},
{
"binary_name": "linux-tools-6.8.0-1065-gcp-fips",
"binary_version": "6.8.0-1065.73+fips1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@6.8.0-1065.73+fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1036.38+fips1",
"6.8.0-1037.39+fips1",
"6.8.0-1039.41+fips1",
"6.8.0-1040.42+fips1",
"6.8.0-1041.43+fips1",
"6.8.0-1042.45+fips1",
"6.8.0-1043.46+fips1",
"6.8.0-1044.47+fips1",
"6.8.0-1045.48+fips1",
"6.8.0-1046.49+fips1",
"6.8.0-1047.50+fips1",
"6.8.0-1048.51+fips1",
"6.8.0-1052.55+fips1",
"6.8.0-1053.56+fips1",
"6.8.0-1054.57+fips1",
"6.8.0-1055.58+fips1",
"6.8.0-1058.61+fips1",
"6.8.0-1060.63+fips1",
"6.8.0-1063.69+fips1",
"6.8.0-1064.72+fips1",
"6.8.0-1065.73+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-headers-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-image-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-modules-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-raspi-realtime-headers-6.8.0-2049",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-raspi-realtime-tools-6.8.0-2049",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-tools-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-raspi-realtime",
"purl": "pkg:deb/ubuntu/linux-raspi-realtime@6.8.0-2049.50?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.7.0-2001.1",
"6.8.0-2001.1",
"6.8.0-2002.2",
"6.8.0-2004.4",
"6.8.0-2005.5",
"6.8.0-2006.6",
"6.8.0-2007.7",
"6.8.0-2008.8",
"6.8.0-2009.9",
"6.8.0-2010.10",
"6.8.0-2011.11",
"6.8.0-2012.12",
"6.8.0-2013.14",
"6.8.0-2014.15",
"6.8.0-2015.16",
"6.8.0-2016.17",
"6.8.0-2017.18",
"6.8.0-2018.19",
"6.8.0-2019.20",
"6.8.0-2022.23",
"6.8.0-2023.24",
"6.8.0-2024.25",
"6.8.0-2025.26",
"6.8.0-2026.27",
"6.8.0-2028.29",
"6.8.0-2029.30",
"6.8.0-2030.31",
"6.8.0-2031.32",
"6.8.0-2032.33",
"6.8.0-2033.34",
"6.8.0-2034.35",
"6.8.0-2035.36",
"6.8.0-2036.37",
"6.8.0-2037.38",
"6.8.0-2038.39",
"6.8.0-2040.41",
"6.8.0-2041.42",
"6.8.0-2042.43",
"6.8.0-2043.44",
"6.8.0-2045.46",
"6.8.0-2046.47",
"6.8.0-2049.50"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-headers-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-modules-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-modules-extra-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-realtime-cloud-tools-6.8.1-1057",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-realtime-headers-6.8.1-1057",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-realtime-tools-6.8.1-1057",
"binary_version": "6.8.1-1057.58"
},
{
"binary_name": "linux-tools-6.8.1-1057-realtime",
"binary_version": "6.8.1-1057.58"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@6.8.1-1057.58?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.19",
"6.8.1-1001.1",
"6.8.1-1002.2",
"6.8.1-1003.3",
"6.8.1-1004.4",
"6.8.1-1005.5",
"6.8.1-1006.6",
"6.8.1-1007.7",
"6.8.1-1008.8",
"6.8.1-1009.9",
"6.8.1-1010.10",
"6.8.1-1011.11",
"6.8.1-1012.12",
"6.8.1-1013.14",
"6.8.1-1014.15",
"6.8.1-1015.16",
"6.8.1-1016.17",
"6.8.1-1017.18",
"6.8.1-1018.19",
"6.8.1-1019.20",
"6.8.1-1020.21",
"6.8.1-1021.22",
"6.8.1-1022.23",
"6.8.1-1023.24",
"6.8.1-1024.25",
"6.8.1-1025.26",
"6.8.1-1026.27",
"6.8.1-1030.31",
"6.8.1-1031.32",
"6.8.1-1033.34",
"6.8.1-1034.35",
"6.8.1-1035.36",
"6.8.1-1036.37",
"6.8.1-1037.38",
"6.8.1-1038.39",
"6.8.1-1039.40",
"6.8.1-1040.41",
"6.8.1-1041.42",
"6.8.1-1042.43",
"6.8.1-1045.46",
"6.8.1-1046.47",
"6.8.1-1047.48",
"6.8.1-1048.49",
"6.8.1-1051.52",
"6.8.1-1052.53",
"6.8.1-1055.56",
"6.8.1-1056.57",
"6.8.1-1057.58"
]
},
{
"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": "linux-buildinfo-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-cloud-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-headers-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime-6.17",
"purl": "pkg:deb/ubuntu/linux-realtime-6.17@6.17.0-1018.20~24.04.1?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.5~24.04.2",
"6.17.0-1006.7~24.04.1",
"6.17.0-1008.9~24.04.1",
"6.17.0-1009.10~24.04.1",
"6.17.0-1010.11~24.04.1",
"6.17.0-1011.12~24.04.1",
"6.17.0-1013.15~24.04.1",
"6.17.0-1014.16~24.04.1",
"6.17.0-1017.19~24.04.1",
"6.17.0-1018.20~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "bpftool",
"binary_version": "7.7.0+7.0.0-29.29"
},
{
"binary_name": "linux-buildinfo-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-buildinfo-7.0.0-29-generic-64k",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-cloud-tools-7.0.0-29",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-cloud-tools-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-headers-7.0.0-29",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-headers-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-headers-7.0.0-29-generic-64k",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-image-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-image-unsigned-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-image-unsigned-7.0.0-29-generic-64k",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-lib-rust-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-modules-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-modules-7.0.0-29-generic-64k",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-perf",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-source-7.0.0",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-tools-7.0.0-29",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-tools-7.0.0-29-generic",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-tools-7.0.0-29-generic-64k",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-tools-common",
"binary_version": "7.0.0-29.29"
},
{
"binary_name": "linux-tools-host",
"binary_version": "7.0.0-29.29"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@7.0.0-29.29?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",
"7.0.0-29.29"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-aws-headers-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-aws-tools-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-buildinfo-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-buildinfo-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-headers-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-headers-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-modules-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-modules-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-tools-7.0.0-1010-aws",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-tools-7.0.0-1010-aws-64k",
"binary_version": "7.0.0-1010.10"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@7.0.0-1010.10?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",
"7.0.0-1010.10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-7.0.0-1011",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-azure-headers-7.0.0-1011",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-azure-tools-7.0.0-1011",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-buildinfo-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-headers-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-modules-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-tools-7.0.0-1011-azure",
"binary_version": "7.0.0-1011.11"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@7.0.0-1011.11?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",
"7.0.0-1010.10",
"7.0.0-1011.11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-azure-fde-headers-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-azure-fde-tools-7.0.0-1010",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-buildinfo-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-headers-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-modules-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
},
{
"binary_name": "linux-tools-7.0.0-1010-azure-fde",
"binary_version": "7.0.0-1010.10"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@7.0.0-1010.10?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",
"7.0.0-1009.9",
"7.0.0-1010.10"
]
},
{
"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-1011-ibm",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-headers-7.0.0-1011-ibm",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-ibm-headers-7.0.0-1011",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-ibm-tools-7.0.0-1011",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1011-ibm",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-modules-7.0.0-1011-ibm",
"binary_version": "7.0.0-1011.11"
},
{
"binary_name": "linux-tools-7.0.0-1011-ibm",
"binary_version": "7.0.0-1011.11"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@7.0.0-1011.11?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",
"7.0.0-1011.11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-buildinfo-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-headers-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-headers-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-modules-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-modules-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-nvidia-headers-7.0.0-1015",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-nvidia-tools-7.0.0-1015",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-tools-7.0.0-1015-nvidia",
"binary_version": "7.0.0-1015.15"
},
{
"binary_name": "linux-tools-7.0.0-1015-nvidia-64k",
"binary_version": "7.0.0-1015.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-nvidia",
"purl": "pkg:deb/ubuntu/linux-nvidia@7.0.0-1015.15?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",
"7.0.0-1015.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-buildinfo-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-headers-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-headers-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-image-unsigned-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-image-unsigned-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-modules-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-modules-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-nvidia-bos-headers-7.0.0-2015",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-nvidia-bos-tools-7.0.0-2015",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-tools-7.0.0-2015-nvidia-bos",
"binary_version": "7.0.0-2015.15"
},
{
"binary_name": "linux-tools-7.0.0-2015-nvidia-bos-64k",
"binary_version": "7.0.0-2015.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-nvidia-bos",
"purl": "pkg:deb/ubuntu/linux-nvidia-bos@7.0.0-2015.15?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-2012.12",
"7.0.0-2015.15"
]
},
{
"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-1009-oracle",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-buildinfo-7.0.0-1009-oracle-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-oracle",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-oracle-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-oracle",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-oracle-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-oracle",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-oracle-64k",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-oracle-headers-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-oracle-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-oracle",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-oracle-64k",
"binary_version": "7.0.0-1009.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@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-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",
"7.0.0-1009.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-1016-raspi",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-buildinfo-7.0.0-1016-raspi-realtime",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-headers-7.0.0-1016-raspi",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-headers-7.0.0-1016-raspi-realtime",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-image-7.0.0-1016-raspi",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-image-7.0.0-1016-raspi-realtime",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-modules-7.0.0-1016-raspi",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-modules-7.0.0-1016-raspi-realtime",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-raspi-headers-7.0.0-1016",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-raspi-tools-7.0.0-1016",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-tools-7.0.0-1016-raspi",
"binary_version": "7.0.0-1016.16"
},
{
"binary_name": "linux-tools-7.0.0-1016-raspi-realtime",
"binary_version": "7.0.0-1016.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@7.0.0-1016.16?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",
"7.0.0-1015.15",
"7.0.0-1016.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-buildinfo-7.0.0-29-realtime-64k",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-cloud-tools-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-headers-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-headers-7.0.0-29-realtime-64k",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-image-unsigned-7.0.0-29-realtime-64k",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-modules-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-modules-7.0.0-29-realtime-64k",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-realtime-cloud-tools-7.0.0-29",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-realtime-headers-7.0.0-29",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-realtime-tools-7.0.0-29",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-tools-7.0.0-29-realtime",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-tools-7.0.0-29-realtime-64k",
"binary_version": "7.0.0-29.29.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@7.0.0-29.29.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",
"7.0.0-29.29.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-7.0.0-29-generic",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-headers-7.0.0-29-generic",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-image-7.0.0-29-generic",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-modules-7.0.0-29-generic",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-riscv-headers-7.0.0-29",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-riscv-tools-7.0.0-29",
"binary_version": "7.0.0-29.29.1"
},
{
"binary_name": "linux-tools-7.0.0-29-generic",
"binary_version": "7.0.0-29.29.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@7.0.0-29.29.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",
"7.0.0-29.29.1"
]
}
],
"aliases": [],
"details": "In the Linux kernel, the following vulnerability has been resolved: crypto: qat - protect service table iterations with service_lock The service_table list is protected by service_lock when entries are added or removed (in adf_service_add() and adf_service_remove()), but several functions iterate over the list without holding this lock. A concurrent adf_service_register() or adf_service_unregister() call could modify the list during traversal, leading to list corruption or a use-after-free. Fix this by holding service_lock across all list_for_each_entry() iterations of service_table in adf_dev_init(), adf_dev_start(), adf_dev_stop(), adf_dev_shutdown(), adf_dev_restarting_notify(), adf_dev_restarted_notify(), and adf_error_notifier(). The lock ordering is safe: callers of the static helpers (adf_dev_up() and adf_dev_down()) acquire state_lock before service_lock, and no event_hld callback or service_lock holder ever acquires state_lock in the reverse order.",
"id": "UBUNTU-CVE-2026-64305",
"modified": "2026-08-10T12:35:57Z",
"published": "2026-07-25T10:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-64305"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64305"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/linus/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/stable/c/0dbcecea740d943002c1cbdafa39bdfc108e32a5"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/stable/c/222fa7b453b612f4407f260146d89a2ce2bc831d"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/stable/c/5c6f845e77ec35f9b7b047cc8f9789bf397cdd3e"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/stable/c/c3c5925791cff3b84d313293fd60f384d877d793"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-64305"
]
}
WID-SEC-W-2026-2527
Vulnerability from csaf_certbund - Published: 2026-07-26 22:00 - Updated: 2026-08-06 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://lore.kernel.org/linux-cve-announce/ | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://ubuntu.com/security/notices/USN-8618-1 | external |
| https://ubuntu.com/security/notices/USN-8620-1 | external |
| https://ubuntu.com/security/notices/USN-8620-2 | external |
| https://access.redhat.com/errata/RHSA-2026:47620 | external |
| https://ubuntu.com/security/notices/USN-8623-1 | external |
| https://ubuntu.com/security/notices/USN-8622-1 | external |
| https://access.redhat.com/errata/RHSA-2026:48222 | external |
| https://ubuntu.com/security/notices/USN-8620-3 | external |
| https://access.redhat.com/errata/RHSA-2026:49032 | external |
| https://access.redhat.com/errata/RHSA-2026:49212 | external |
| https://access.redhat.com/errata/RHSA-2026:49213 | external |
| https://access.redhat.com/errata/RHSA-2026:49214 | external |
| https://access.redhat.com/errata/RHSA-2026:49211 | external |
| https://access.redhat.com/errata/RHSA-2026:49212 | external |
| https://access.redhat.com/errata/RHSA-2026:49213 | external |
| https://errata.build.resf.org/RLSA-2026:49212 | external |
| https://ubuntu.com/security/notices/USN-8620-4 | external |
| https://security-tracker.debian.org/tracker/DSA-6405-1 | external |
| https://errata.build.resf.org/RLSA-2026:49213 | external |
| https://errata.build.resf.org/RLSA-2026:49214 | external |
| https://linux.oracle.com/errata/ELSA-2026-49211.html | external |
| https://linux.oracle.com/errata/ELSA-2026-49214.html | external |
| https://linux.oracle.com/errata/ELSA-2026-49212.html | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| http://linux.oracle.com/errata/ELSA-2026-500135.html | external |
| https://linux.oracle.com/errata/ELSA-2026-500135.html | external |
| http://linux.oracle.com/errata/ELSA-2026-500137.html | external |
{
"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 nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren, dazu k\u00f6nnen DoS-Angriffe, die Offenlegung von Informationen, die Besch\u00e4digung des Speichers oder die Umgehung von Sicherheitsma\u00dfnahmen geh\u00f6ren.",
"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-2527 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2527.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2527 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2527"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-14040",
"url": "https://lore.kernel.org/linux-cve-announce/2026072658-CVE-2024-14040-ceac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64208",
"url": "https://lore.kernel.org/linux-cve-announce/2026072411-CVE-2026-64208-5d8d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64209",
"url": "https://lore.kernel.org/linux-cve-announce/2026072413-CVE-2026-64209-c7bb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64210",
"url": "https://lore.kernel.org/linux-cve-announce/2026072414-CVE-2026-64210-751e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64211",
"url": "https://lore.kernel.org/linux-cve-announce/2026072414-CVE-2026-64211-f6d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64212",
"url": "https://lore.kernel.org/linux-cve-announce/2026072414-CVE-2026-64212-71ba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64213",
"url": "https://lore.kernel.org/linux-cve-announce/2026072414-CVE-2026-64213-dfb0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64214",
"url": "https://lore.kernel.org/linux-cve-announce/2026072415-CVE-2026-64214-590c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64215",
"url": "https://lore.kernel.org/linux-cve-announce/2026072415-CVE-2026-64215-c9f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64216",
"url": "https://lore.kernel.org/linux-cve-announce/2026072415-CVE-2026-64216-bc28@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64217",
"url": "https://lore.kernel.org/linux-cve-announce/2026072415-CVE-2026-64217-889e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64218",
"url": "https://lore.kernel.org/linux-cve-announce/2026072415-CVE-2026-64218-ea1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64219",
"url": "https://lore.kernel.org/linux-cve-announce/2026072416-CVE-2026-64219-75c3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64220",
"url": "https://lore.kernel.org/linux-cve-announce/2026072416-CVE-2026-64220-bff1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64221",
"url": "https://lore.kernel.org/linux-cve-announce/2026072416-CVE-2026-64221-299d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64222",
"url": "https://lore.kernel.org/linux-cve-announce/2026072416-CVE-2026-64222-ee5a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64223",
"url": "https://lore.kernel.org/linux-cve-announce/2026072417-CVE-2026-64223-b945@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64224",
"url": "https://lore.kernel.org/linux-cve-announce/2026072417-CVE-2026-64224-f7a2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64225",
"url": "https://lore.kernel.org/linux-cve-announce/2026072417-CVE-2026-64225-a263@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64226",
"url": "https://lore.kernel.org/linux-cve-announce/2026072417-CVE-2026-64226-590d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64227",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64227-4d4b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64228",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64228-064a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64229",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64229-0d1e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64230",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64230-3011@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64231",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64231-b2c9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64232",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64232-51ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64233",
"url": "https://lore.kernel.org/linux-cve-announce/2026072439-CVE-2026-64233-e31e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64234",
"url": "https://lore.kernel.org/linux-cve-announce/2026072440-CVE-2026-64234-ce43@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64235",
"url": "https://lore.kernel.org/linux-cve-announce/2026072440-CVE-2026-64235-6bc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64236",
"url": "https://lore.kernel.org/linux-cve-announce/2026072440-CVE-2026-64236-b38d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64237",
"url": "https://lore.kernel.org/linux-cve-announce/2026072440-CVE-2026-64237-3f9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64238",
"url": "https://lore.kernel.org/linux-cve-announce/2026072441-CVE-2026-64238-d9d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64239",
"url": "https://lore.kernel.org/linux-cve-announce/2026072441-CVE-2026-64239-25b9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64240",
"url": "https://lore.kernel.org/linux-cve-announce/2026072441-CVE-2026-64240-186a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64241",
"url": "https://lore.kernel.org/linux-cve-announce/2026072441-CVE-2026-64241-e258@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64242",
"url": "https://lore.kernel.org/linux-cve-announce/2026072442-CVE-2026-64242-29e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64243",
"url": "https://lore.kernel.org/linux-cve-announce/2026072442-CVE-2026-64243-3088@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64244",
"url": "https://lore.kernel.org/linux-cve-announce/2026072453-CVE-2026-64244-2efd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64245",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64245-d57c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64246",
"url": "https://lore.kernel.org/linux-cve-announce/2026072418-CVE-2026-64246-4a2c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64247",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64247-3d6b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64248",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64248-95f0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64249",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64249-9700@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64250",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64250-580f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64251",
"url": "https://lore.kernel.org/linux-cve-announce/2026072419-CVE-2026-64251-7ab2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64252",
"url": "https://lore.kernel.org/linux-cve-announce/2026072420-CVE-2026-64252-f8c5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64253",
"url": "https://lore.kernel.org/linux-cve-announce/2026072420-CVE-2026-64253-5b3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64254",
"url": "https://lore.kernel.org/linux-cve-announce/2026072420-CVE-2026-64254-0322@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64255",
"url": "https://lore.kernel.org/linux-cve-announce/2026072420-CVE-2026-64255-f09c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64257",
"url": "https://lore.kernel.org/linux-cve-announce/2026072556-CVE-2026-64257-cdc9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64258",
"url": "https://lore.kernel.org/linux-cve-announce/2026072556-CVE-2026-64258-6e18@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64259",
"url": "https://lore.kernel.org/linux-cve-announce/2026072557-CVE-2026-64259-08b0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64260",
"url": "https://lore.kernel.org/linux-cve-announce/2026072557-CVE-2026-64260-f7d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64261",
"url": "https://lore.kernel.org/linux-cve-announce/2026072557-CVE-2026-64261-71c6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64262",
"url": "https://lore.kernel.org/linux-cve-announce/2026072557-CVE-2026-64262-3ff1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64263",
"url": "https://lore.kernel.org/linux-cve-announce/2026072558-CVE-2026-64263-971f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64266",
"url": "https://lore.kernel.org/linux-cve-announce/2026072558-CVE-2026-64266-67e6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64267",
"url": "https://lore.kernel.org/linux-cve-announce/2026072559-CVE-2026-64267-a265@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64268",
"url": "https://lore.kernel.org/linux-cve-announce/2026072559-CVE-2026-64268-629a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64269",
"url": "https://lore.kernel.org/linux-cve-announce/2026072559-CVE-2026-64269-6d9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64270",
"url": "https://lore.kernel.org/linux-cve-announce/2026072559-CVE-2026-64270-35c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64271",
"url": "https://lore.kernel.org/linux-cve-announce/2026072559-CVE-2026-64271-b6b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64272",
"url": "https://lore.kernel.org/linux-cve-announce/2026072500-CVE-2026-64272-8d9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64273",
"url": "https://lore.kernel.org/linux-cve-announce/2026072500-CVE-2026-64273-0188@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64274",
"url": "https://lore.kernel.org/linux-cve-announce/2026072500-CVE-2026-64274-f2a8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64275",
"url": "https://lore.kernel.org/linux-cve-announce/2026072500-CVE-2026-64275-7f24@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64276",
"url": "https://lore.kernel.org/linux-cve-announce/2026072501-CVE-2026-64276-b80d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64277",
"url": "https://lore.kernel.org/linux-cve-announce/2026072501-CVE-2026-64277-34e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64278",
"url": "https://lore.kernel.org/linux-cve-announce/2026072501-CVE-2026-64278-9f7c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64279",
"url": "https://lore.kernel.org/linux-cve-announce/2026072501-CVE-2026-64279-0cd1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64313",
"url": "https://lore.kernel.org/linux-cve-announce/2026072509-CVE-2026-64313-1119@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64315",
"url": "https://lore.kernel.org/linux-cve-announce/2026072510-CVE-2026-64315-6255@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64316",
"url": "https://lore.kernel.org/linux-cve-announce/2026072510-CVE-2026-64316-3c43@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64317",
"url": "https://lore.kernel.org/linux-cve-announce/2026072510-CVE-2026-64317-afe8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64318",
"url": "https://lore.kernel.org/linux-cve-announce/2026072510-CVE-2026-64318-c976@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64319",
"url": "https://lore.kernel.org/linux-cve-announce/2026072511-CVE-2026-64319-0860@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64320",
"url": "https://lore.kernel.org/linux-cve-announce/2026072511-CVE-2026-64320-4b43@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64321",
"url": "https://lore.kernel.org/linux-cve-announce/2026072511-CVE-2026-64321-4f63@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64322",
"url": "https://lore.kernel.org/linux-cve-announce/2026072511-CVE-2026-64322-c496@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64324",
"url": "https://lore.kernel.org/linux-cve-announce/2026072512-CVE-2026-64324-0b17@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64325",
"url": "https://lore.kernel.org/linux-cve-announce/2026072512-CVE-2026-64325-7fc9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64326",
"url": "https://lore.kernel.org/linux-cve-announce/2026072512-CVE-2026-64326-8454@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64327",
"url": "https://lore.kernel.org/linux-cve-announce/2026072512-CVE-2026-64327-fb4d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64328",
"url": "https://lore.kernel.org/linux-cve-announce/2026072513-CVE-2026-64328-f1c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64329",
"url": "https://lore.kernel.org/linux-cve-announce/2026072513-CVE-2026-64329-017c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64330",
"url": "https://lore.kernel.org/linux-cve-announce/2026072513-CVE-2026-64330-372d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64331",
"url": "https://lore.kernel.org/linux-cve-announce/2026072513-CVE-2026-64331-7a76@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64332",
"url": "https://lore.kernel.org/linux-cve-announce/2026072514-CVE-2026-64332-f4af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64333",
"url": "https://lore.kernel.org/linux-cve-announce/2026072514-CVE-2026-64333-56ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64334",
"url": "https://lore.kernel.org/linux-cve-announce/2026072514-CVE-2026-64334-101f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64335",
"url": "https://lore.kernel.org/linux-cve-announce/2026072514-CVE-2026-64335-5f8c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64336",
"url": "https://lore.kernel.org/linux-cve-announce/2026072515-CVE-2026-64336-82b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64337",
"url": "https://lore.kernel.org/linux-cve-announce/2026072515-CVE-2026-64337-79eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64338",
"url": "https://lore.kernel.org/linux-cve-announce/2026072515-CVE-2026-64338-97e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64339",
"url": "https://lore.kernel.org/linux-cve-announce/2026072515-CVE-2026-64339-cb0c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64340",
"url": "https://lore.kernel.org/linux-cve-announce/2026072515-CVE-2026-64340-1720@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64341",
"url": "https://lore.kernel.org/linux-cve-announce/2026072516-CVE-2026-64341-c06f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64342",
"url": "https://lore.kernel.org/linux-cve-announce/2026072516-CVE-2026-64342-06a6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64343",
"url": "https://lore.kernel.org/linux-cve-announce/2026072516-CVE-2026-64343-c9e5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64344",
"url": "https://lore.kernel.org/linux-cve-announce/2026072516-CVE-2026-64344-3b7c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64345",
"url": "https://lore.kernel.org/linux-cve-announce/2026072517-CVE-2026-64345-5069@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64346",
"url": "https://lore.kernel.org/linux-cve-announce/2026072517-CVE-2026-64346-7f7f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64347",
"url": "https://lore.kernel.org/linux-cve-announce/2026072517-CVE-2026-64347-5cc7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64348",
"url": "https://lore.kernel.org/linux-cve-announce/2026072517-CVE-2026-64348-48f1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64349",
"url": "https://lore.kernel.org/linux-cve-announce/2026072518-CVE-2026-64349-a9d0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64350",
"url": "https://lore.kernel.org/linux-cve-announce/2026072518-CVE-2026-64350-cbf4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64351",
"url": "https://lore.kernel.org/linux-cve-announce/2026072518-CVE-2026-64351-eae1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64352",
"url": "https://lore.kernel.org/linux-cve-announce/2026072518-CVE-2026-64352-f0f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64353",
"url": "https://lore.kernel.org/linux-cve-announce/2026072519-CVE-2026-64353-6baf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64354",
"url": "https://lore.kernel.org/linux-cve-announce/2026072519-CVE-2026-64354-a771@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64355",
"url": "https://lore.kernel.org/linux-cve-announce/2026072519-CVE-2026-64355-35d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64356",
"url": "https://lore.kernel.org/linux-cve-announce/2026072519-CVE-2026-64356-d9e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64357",
"url": "https://lore.kernel.org/linux-cve-announce/2026072519-CVE-2026-64357-8c69@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64358",
"url": "https://lore.kernel.org/linux-cve-announce/2026072520-CVE-2026-64358-2728@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64359",
"url": "https://lore.kernel.org/linux-cve-announce/2026072520-CVE-2026-64359-1649@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64360",
"url": "https://lore.kernel.org/linux-cve-announce/2026072520-CVE-2026-64360-402f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64361",
"url": "https://lore.kernel.org/linux-cve-announce/2026072520-CVE-2026-64361-e8bc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64362",
"url": "https://lore.kernel.org/linux-cve-announce/2026072521-CVE-2026-64362-041c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64363",
"url": "https://lore.kernel.org/linux-cve-announce/2026072521-CVE-2026-64363-cff0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64364",
"url": "https://lore.kernel.org/linux-cve-announce/2026072521-CVE-2026-64364-7c96@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64365",
"url": "https://lore.kernel.org/linux-cve-announce/2026072521-CVE-2026-64365-6535@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64366",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64366-52d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64367",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64367-c35d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64368",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64368-014f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64369",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64369-84f6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64370",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64370-85cf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64371",
"url": "https://lore.kernel.org/linux-cve-announce/2026072523-CVE-2026-64371-d1c5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64372",
"url": "https://lore.kernel.org/linux-cve-announce/2026072523-CVE-2026-64372-794b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64373",
"url": "https://lore.kernel.org/linux-cve-announce/2026072523-CVE-2026-64373-2ee3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64374",
"url": "https://lore.kernel.org/linux-cve-announce/2026072523-CVE-2026-64374-a14e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64375",
"url": "https://lore.kernel.org/linux-cve-announce/2026072524-CVE-2026-64375-6ed2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64376",
"url": "https://lore.kernel.org/linux-cve-announce/2026072524-CVE-2026-64376-efcf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64377",
"url": "https://lore.kernel.org/linux-cve-announce/2026072524-CVE-2026-64377-8fef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64378",
"url": "https://lore.kernel.org/linux-cve-announce/2026072524-CVE-2026-64378-78c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64379",
"url": "https://lore.kernel.org/linux-cve-announce/2026072525-CVE-2026-64379-242b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64380",
"url": "https://lore.kernel.org/linux-cve-announce/2026072525-CVE-2026-64380-95d8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64381",
"url": "https://lore.kernel.org/linux-cve-announce/2026072525-CVE-2026-64381-5b4a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64382",
"url": "https://lore.kernel.org/linux-cve-announce/2026072525-CVE-2026-64382-5957@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64383",
"url": "https://lore.kernel.org/linux-cve-announce/2026072525-CVE-2026-64383-5a13@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64384",
"url": "https://lore.kernel.org/linux-cve-announce/2026072526-CVE-2026-64384-a6b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64385",
"url": "https://lore.kernel.org/linux-cve-announce/2026072526-CVE-2026-64385-80b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64386",
"url": "https://lore.kernel.org/linux-cve-announce/2026072526-CVE-2026-64386-9e73@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64387",
"url": "https://lore.kernel.org/linux-cve-announce/2026072526-CVE-2026-64387-ff1a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64388",
"url": "https://lore.kernel.org/linux-cve-announce/2026072527-CVE-2026-64388-82d9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64389",
"url": "https://lore.kernel.org/linux-cve-announce/2026072527-CVE-2026-64389-de36@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64390",
"url": "https://lore.kernel.org/linux-cve-announce/2026072527-CVE-2026-64390-4894@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64391",
"url": "https://lore.kernel.org/linux-cve-announce/2026072527-CVE-2026-64391-ae65@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64392",
"url": "https://lore.kernel.org/linux-cve-announce/2026072528-CVE-2026-64392-d5b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64393",
"url": "https://lore.kernel.org/linux-cve-announce/2026072528-CVE-2026-64393-200f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64394",
"url": "https://lore.kernel.org/linux-cve-announce/2026072528-CVE-2026-64394-9294@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64395",
"url": "https://lore.kernel.org/linux-cve-announce/2026072528-CVE-2026-64395-26a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64396",
"url": "https://lore.kernel.org/linux-cve-announce/2026072528-CVE-2026-64396-7ca2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64397",
"url": "https://lore.kernel.org/linux-cve-announce/2026072529-CVE-2026-64397-7e0d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64398",
"url": "https://lore.kernel.org/linux-cve-announce/2026072529-CVE-2026-64398-ff47@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64399",
"url": "https://lore.kernel.org/linux-cve-announce/2026072529-CVE-2026-64399-4ae6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64400",
"url": "https://lore.kernel.org/linux-cve-announce/2026072529-CVE-2026-64400-d372@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64401",
"url": "https://lore.kernel.org/linux-cve-announce/2026072530-CVE-2026-64401-1563@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64402",
"url": "https://lore.kernel.org/linux-cve-announce/2026072530-CVE-2026-64402-af30@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64403",
"url": "https://lore.kernel.org/linux-cve-announce/2026072530-CVE-2026-64403-31f1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64404",
"url": "https://lore.kernel.org/linux-cve-announce/2026072530-CVE-2026-64404-777e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64405",
"url": "https://lore.kernel.org/linux-cve-announce/2026072530-CVE-2026-64405-7769@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64406",
"url": "https://lore.kernel.org/linux-cve-announce/2026072531-CVE-2026-64406-daf2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64407",
"url": "https://lore.kernel.org/linux-cve-announce/2026072531-CVE-2026-64407-c35d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64408",
"url": "https://lore.kernel.org/linux-cve-announce/2026072531-CVE-2026-64408-3013@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64409",
"url": "https://lore.kernel.org/linux-cve-announce/2026072531-CVE-2026-64409-c340@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64410",
"url": "https://lore.kernel.org/linux-cve-announce/2026072532-CVE-2026-64410-056f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64411",
"url": "https://lore.kernel.org/linux-cve-announce/2026072532-CVE-2026-64411-212a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64412",
"url": "https://lore.kernel.org/linux-cve-announce/2026072532-CVE-2026-64412-2163@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64413",
"url": "https://lore.kernel.org/linux-cve-announce/2026072532-CVE-2026-64413-194c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64414",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64414-ed84@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64415",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64415-c5f0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64416",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64416-21e6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64417",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64417-50a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64418",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64418-4aed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64419",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64419-269b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64420",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64420-296c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64421",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64421-6833@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64422",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64422-d391@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64423",
"url": "https://lore.kernel.org/linux-cve-announce/2026072535-CVE-2026-64423-4583@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64424",
"url": "https://lore.kernel.org/linux-cve-announce/2026072535-CVE-2026-64424-5caa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64425",
"url": "https://lore.kernel.org/linux-cve-announce/2026072535-CVE-2026-64425-5940@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64426",
"url": "https://lore.kernel.org/linux-cve-announce/2026072535-CVE-2026-64426-cd00@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64427",
"url": "https://lore.kernel.org/linux-cve-announce/2026072536-CVE-2026-64427-6a9f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64428",
"url": "https://lore.kernel.org/linux-cve-announce/2026072536-CVE-2026-64428-1986@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64429",
"url": "https://lore.kernel.org/linux-cve-announce/2026072536-CVE-2026-64429-0cd9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64430",
"url": "https://lore.kernel.org/linux-cve-announce/2026072536-CVE-2026-64430-3346@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64431",
"url": "https://lore.kernel.org/linux-cve-announce/2026072536-CVE-2026-64431-3f8c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64432",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64432-3bd4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64433",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64433-15ef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64434",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64434-91cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64435",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64435-341a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64436",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64436-7414@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64437",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64437-8000@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64438",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64438-13b5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64439",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64439-5378@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64440",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64440-7b48@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64441",
"url": "https://lore.kernel.org/linux-cve-announce/2026072539-CVE-2026-64441-0694@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64442",
"url": "https://lore.kernel.org/linux-cve-announce/2026072539-CVE-2026-64442-7060@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64443",
"url": "https://lore.kernel.org/linux-cve-announce/2026072539-CVE-2026-64443-04dd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64444",
"url": "https://lore.kernel.org/linux-cve-announce/2026072539-CVE-2026-64444-7194@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64445",
"url": "https://lore.kernel.org/linux-cve-announce/2026072539-CVE-2026-64445-2324@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64446",
"url": "https://lore.kernel.org/linux-cve-announce/2026072540-CVE-2026-64446-f81d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64447",
"url": "https://lore.kernel.org/linux-cve-announce/2026072540-CVE-2026-64447-59b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64448",
"url": "https://lore.kernel.org/linux-cve-announce/2026072540-CVE-2026-64448-5817@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64449",
"url": "https://lore.kernel.org/linux-cve-announce/2026072540-CVE-2026-64449-cb39@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64450",
"url": "https://lore.kernel.org/linux-cve-announce/2026072540-CVE-2026-64450-b0e5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64451",
"url": "https://lore.kernel.org/linux-cve-announce/2026072541-CVE-2026-64451-1842@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64452",
"url": "https://lore.kernel.org/linux-cve-announce/2026072541-CVE-2026-64452-5498@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64453",
"url": "https://lore.kernel.org/linux-cve-announce/2026072541-CVE-2026-64453-aaa1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64454",
"url": "https://lore.kernel.org/linux-cve-announce/2026072541-CVE-2026-64454-10fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64455",
"url": "https://lore.kernel.org/linux-cve-announce/2026072542-CVE-2026-64455-eb13@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64456",
"url": "https://lore.kernel.org/linux-cve-announce/2026072542-CVE-2026-64456-ccb5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64457",
"url": "https://lore.kernel.org/linux-cve-announce/2026072542-CVE-2026-64457-9f4a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64458",
"url": "https://lore.kernel.org/linux-cve-announce/2026072542-CVE-2026-64458-fb85@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64459",
"url": "https://lore.kernel.org/linux-cve-announce/2026072543-CVE-2026-64459-57c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64460",
"url": "https://lore.kernel.org/linux-cve-announce/2026072543-CVE-2026-64460-5e1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64461",
"url": "https://lore.kernel.org/linux-cve-announce/2026072543-CVE-2026-64461-20f5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64462",
"url": "https://lore.kernel.org/linux-cve-announce/2026072543-CVE-2026-64462-85ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64463",
"url": "https://lore.kernel.org/linux-cve-announce/2026072544-CVE-2026-64463-1ce0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64464",
"url": "https://lore.kernel.org/linux-cve-announce/2026072544-CVE-2026-64464-f655@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64465",
"url": "https://lore.kernel.org/linux-cve-announce/2026072544-CVE-2026-64465-2baa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64466",
"url": "https://lore.kernel.org/linux-cve-announce/2026072544-CVE-2026-64466-9b7f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64467",
"url": "https://lore.kernel.org/linux-cve-announce/2026072544-CVE-2026-64467-0754@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64468",
"url": "https://lore.kernel.org/linux-cve-announce/2026072545-CVE-2026-64468-1ee6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64469",
"url": "https://lore.kernel.org/linux-cve-announce/2026072545-CVE-2026-64469-4916@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64470",
"url": "https://lore.kernel.org/linux-cve-announce/2026072545-CVE-2026-64470-9e16@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64471",
"url": "https://lore.kernel.org/linux-cve-announce/2026072545-CVE-2026-64471-0da2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64472",
"url": "https://lore.kernel.org/linux-cve-announce/2026072546-CVE-2026-64472-265d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64473",
"url": "https://lore.kernel.org/linux-cve-announce/2026072546-CVE-2026-64473-685a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64474",
"url": "https://lore.kernel.org/linux-cve-announce/2026072546-CVE-2026-64474-a4d3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64475",
"url": "https://lore.kernel.org/linux-cve-announce/2026072546-CVE-2026-64475-8842@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64476",
"url": "https://lore.kernel.org/linux-cve-announce/2026072547-CVE-2026-64476-835b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64477",
"url": "https://lore.kernel.org/linux-cve-announce/2026072547-CVE-2026-64477-43f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64478",
"url": "https://lore.kernel.org/linux-cve-announce/2026072547-CVE-2026-64478-2795@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64479",
"url": "https://lore.kernel.org/linux-cve-announce/2026072547-CVE-2026-64479-d0d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64480",
"url": "https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64480-3598@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64481",
"url": "https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64481-d8df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64482",
"url": "https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64482-08ac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64483",
"url": "https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64483-005d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64484",
"url": "https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64484-adbc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64485",
"url": "https://lore.kernel.org/linux-cve-announce/2026072549-CVE-2026-64485-1bf9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64486",
"url": "https://lore.kernel.org/linux-cve-announce/2026072549-CVE-2026-64486-a656@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64487",
"url": "https://lore.kernel.org/linux-cve-announce/2026072549-CVE-2026-64487-03f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64488",
"url": "https://lore.kernel.org/linux-cve-announce/2026072549-CVE-2026-64488-26ce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64489",
"url": "https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64489-5b95@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64490",
"url": "https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64490-72f5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64491",
"url": "https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64491-5d80@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64492",
"url": "https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64492-5ec8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64493",
"url": "https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64493-6e13@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64494",
"url": "https://lore.kernel.org/linux-cve-announce/2026072551-CVE-2026-64494-f2cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64495",
"url": "https://lore.kernel.org/linux-cve-announce/2026072551-CVE-2026-64495-38ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64496",
"url": "https://lore.kernel.org/linux-cve-announce/2026072551-CVE-2026-64496-0a77@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64497",
"url": "https://lore.kernel.org/linux-cve-announce/2026072551-CVE-2026-64497-00c3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64498",
"url": "https://lore.kernel.org/linux-cve-announce/2026072552-CVE-2026-64498-aa0a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64499",
"url": "https://lore.kernel.org/linux-cve-announce/2026072552-CVE-2026-64499-a81c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64500",
"url": "https://lore.kernel.org/linux-cve-announce/2026072552-CVE-2026-64500-5ea5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64501",
"url": "https://lore.kernel.org/linux-cve-announce/2026072552-CVE-2026-64501-b29a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64502",
"url": "https://lore.kernel.org/linux-cve-announce/2026072553-CVE-2026-64502-e91c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64503",
"url": "https://lore.kernel.org/linux-cve-announce/2026072553-CVE-2026-64503-51c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64504",
"url": "https://lore.kernel.org/linux-cve-announce/2026072553-CVE-2026-64504-8f1b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64505",
"url": "https://lore.kernel.org/linux-cve-announce/2026072553-CVE-2026-64505-4f4a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64506",
"url": "https://lore.kernel.org/linux-cve-announce/2026072554-CVE-2026-64506-6cf3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64507",
"url": "https://lore.kernel.org/linux-cve-announce/2026072554-CVE-2026-64507-5288@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64508",
"url": "https://lore.kernel.org/linux-cve-announce/2026072554-CVE-2026-64508-fe26@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64509",
"url": "https://lore.kernel.org/linux-cve-announce/2026072554-CVE-2026-64509-6ec5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64510",
"url": "https://lore.kernel.org/linux-cve-announce/2026072554-CVE-2026-64510-41a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64511",
"url": "https://lore.kernel.org/linux-cve-announce/2026072555-CVE-2026-64511-5ff9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64512",
"url": "https://lore.kernel.org/linux-cve-announce/2026072555-CVE-2026-64512-01fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64513",
"url": "https://lore.kernel.org/linux-cve-announce/2026072555-CVE-2026-64513-b417@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64514",
"url": "https://lore.kernel.org/linux-cve-announce/2026072555-CVE-2026-64514-11d4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64515",
"url": "https://lore.kernel.org/linux-cve-announce/2026072535-CVE-2026-64515-2d42@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64516",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64516-a645@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64517",
"url": "https://lore.kernel.org/linux-cve-announce/2026072537-CVE-2026-64517-444d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64518",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64518-7bc3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64519",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64519-d123@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64520",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64520-82ff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64521",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64521-9fe3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64522",
"url": "https://lore.kernel.org/linux-cve-announce/2026072538-CVE-2026-64522-eb28@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64523",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64523-ebb0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64524",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64524-0002@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64525",
"url": "https://lore.kernel.org/linux-cve-announce/2026072533-CVE-2026-64525-b7fd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64526",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64526-5201@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64527",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64527-0c42@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64528",
"url": "https://lore.kernel.org/linux-cve-announce/2026072534-CVE-2026-64528-0157@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64529",
"url": "https://lore.kernel.org/linux-cve-announce/2026072500-CVE-2026-64529-04eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-64530",
"url": "https://lore.kernel.org/linux-cve-announce/2026072624-CVE-2026-64530-52e9@gregkh/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8618-1 vom 2026-07-28",
"url": "https://ubuntu.com/security/notices/USN-8618-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8620-1 vom 2026-07-28",
"url": "https://ubuntu.com/security/notices/USN-8620-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8620-2 vom 2026-07-29",
"url": "https://ubuntu.com/security/notices/USN-8620-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:47620 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:47620"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8623-1 vom 2026-07-29",
"url": "https://ubuntu.com/security/notices/USN-8623-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8622-1 vom 2026-07-29",
"url": "https://ubuntu.com/security/notices/USN-8622-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48222 vom 2026-07-30",
"url": "https://access.redhat.com/errata/RHSA-2026:48222"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8620-3 vom 2026-07-31",
"url": "https://ubuntu.com/security/notices/USN-8620-3"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49032 vom 2026-07-31",
"url": "https://access.redhat.com/errata/RHSA-2026:49032"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49212 vom 2026-07-31",
"url": "https://access.redhat.com/errata/RHSA-2026:49212"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49213 vom 2026-07-31",
"url": "https://access.redhat.com/errata/RHSA-2026:49213"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49214 vom 2026-08-01",
"url": "https://access.redhat.com/errata/RHSA-2026:49214"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49211 vom 2026-08-01",
"url": "https://access.redhat.com/errata/RHSA-2026:49211"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49212 vom 2026-08-01",
"url": "https://access.redhat.com/errata/RHSA-2026:49212"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49213 vom 2026-08-01",
"url": "https://access.redhat.com/errata/RHSA-2026:49213"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:49212 vom 2026-08-02",
"url": "https://errata.build.resf.org/RLSA-2026:49212"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8620-4 vom 2026-07-31",
"url": "https://ubuntu.com/security/notices/USN-8620-4"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6405 vom 2026-07-31",
"url": "https://security-tracker.debian.org/tracker/DSA-6405-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:49213 vom 2026-08-04",
"url": "https://errata.build.resf.org/RLSA-2026:49213"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:49214 vom 2026-08-04",
"url": "https://errata.build.resf.org/RLSA-2026:49214"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-49211 vom 2026-08-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-49211.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-49214 vom 2026-08-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-49214.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-49212 vom 2026-08-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-49212.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4717 vom 2026-08-05",
"url": "https://lists.debian.org/debian-lts-announce/2026/08/msg00007.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4720 vom 2026-08-05",
"url": "https://lists.debian.org/debian-lts-announce/2026/08/msg00008.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-500135 vom 2026-08-07",
"url": "http://linux.oracle.com/errata/ELSA-2026-500135.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-500135 vom 2026-08-06",
"url": "https://linux.oracle.com/errata/ELSA-2026-500135.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-500137 vom 2026-08-07",
"url": "http://linux.oracle.com/errata/ELSA-2026-500137.html"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-06T22:00:00.000+00:00",
"generator": {
"date": "2026-08-07T08:58:08.658+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2527",
"initial_release_date": "2026-07-26T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-26T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu und European Union Vulnerability Database aufgenommen"
},
{
"date": "2026-07-28T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-07-30T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-08-02T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-08-04T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
},
{
"date": "2026-08-05T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-08-06T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "9"
}
},
"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": "T057239",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T054581",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "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-2024-14040",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2024-14040"
},
{
"cve": "CVE-2026-64208",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64208"
},
{
"cve": "CVE-2026-64209",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64209"
},
{
"cve": "CVE-2026-64210",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64210"
},
{
"cve": "CVE-2026-64211",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64211"
},
{
"cve": "CVE-2026-64212",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64212"
},
{
"cve": "CVE-2026-64213",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64213"
},
{
"cve": "CVE-2026-64214",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64214"
},
{
"cve": "CVE-2026-64215",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64215"
},
{
"cve": "CVE-2026-64216",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64216"
},
{
"cve": "CVE-2026-64217",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64217"
},
{
"cve": "CVE-2026-64218",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64218"
},
{
"cve": "CVE-2026-64219",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64219"
},
{
"cve": "CVE-2026-64220",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64220"
},
{
"cve": "CVE-2026-64221",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64221"
},
{
"cve": "CVE-2026-64222",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64222"
},
{
"cve": "CVE-2026-64223",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64223"
},
{
"cve": "CVE-2026-64224",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64224"
},
{
"cve": "CVE-2026-64225",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64225"
},
{
"cve": "CVE-2026-64226",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64226"
},
{
"cve": "CVE-2026-64227",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64227"
},
{
"cve": "CVE-2026-64228",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64228"
},
{
"cve": "CVE-2026-64229",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64229"
},
{
"cve": "CVE-2026-64230",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64230"
},
{
"cve": "CVE-2026-64231",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64231"
},
{
"cve": "CVE-2026-64232",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64232"
},
{
"cve": "CVE-2026-64233",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64233"
},
{
"cve": "CVE-2026-64234",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64234"
},
{
"cve": "CVE-2026-64235",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64235"
},
{
"cve": "CVE-2026-64236",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64236"
},
{
"cve": "CVE-2026-64237",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64237"
},
{
"cve": "CVE-2026-64238",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64238"
},
{
"cve": "CVE-2026-64239",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64239"
},
{
"cve": "CVE-2026-64240",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64240"
},
{
"cve": "CVE-2026-64241",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64241"
},
{
"cve": "CVE-2026-64242",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64242"
},
{
"cve": "CVE-2026-64243",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64243"
},
{
"cve": "CVE-2026-64244",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64244"
},
{
"cve": "CVE-2026-64245",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64245"
},
{
"cve": "CVE-2026-64246",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64246"
},
{
"cve": "CVE-2026-64247",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64247"
},
{
"cve": "CVE-2026-64248",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64248"
},
{
"cve": "CVE-2026-64249",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64249"
},
{
"cve": "CVE-2026-64250",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64250"
},
{
"cve": "CVE-2026-64251",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64251"
},
{
"cve": "CVE-2026-64252",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64252"
},
{
"cve": "CVE-2026-64253",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64253"
},
{
"cve": "CVE-2026-64254",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64254"
},
{
"cve": "CVE-2026-64255",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64255"
},
{
"cve": "CVE-2026-64256",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64256"
},
{
"cve": "CVE-2026-64257",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64257"
},
{
"cve": "CVE-2026-64258",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64258"
},
{
"cve": "CVE-2026-64259",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64259"
},
{
"cve": "CVE-2026-64260",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64260"
},
{
"cve": "CVE-2026-64261",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64261"
},
{
"cve": "CVE-2026-64262",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64262"
},
{
"cve": "CVE-2026-64263",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64263"
},
{
"cve": "CVE-2026-64264",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64264"
},
{
"cve": "CVE-2026-64265",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64265"
},
{
"cve": "CVE-2026-64266",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64266"
},
{
"cve": "CVE-2026-64267",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64267"
},
{
"cve": "CVE-2026-64268",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64268"
},
{
"cve": "CVE-2026-64269",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64269"
},
{
"cve": "CVE-2026-64270",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64270"
},
{
"cve": "CVE-2026-64271",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64271"
},
{
"cve": "CVE-2026-64272",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64272"
},
{
"cve": "CVE-2026-64273",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64273"
},
{
"cve": "CVE-2026-64274",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64274"
},
{
"cve": "CVE-2026-64275",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64275"
},
{
"cve": "CVE-2026-64276",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64276"
},
{
"cve": "CVE-2026-64277",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64277"
},
{
"cve": "CVE-2026-64278",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64278"
},
{
"cve": "CVE-2026-64279",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64279"
},
{
"cve": "CVE-2026-64280",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64280"
},
{
"cve": "CVE-2026-64281",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64281"
},
{
"cve": "CVE-2026-64282",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64282"
},
{
"cve": "CVE-2026-64283",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64283"
},
{
"cve": "CVE-2026-64284",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64284"
},
{
"cve": "CVE-2026-64285",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64285"
},
{
"cve": "CVE-2026-64286",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64286"
},
{
"cve": "CVE-2026-64287",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64287"
},
{
"cve": "CVE-2026-64288",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64288"
},
{
"cve": "CVE-2026-64289",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64289"
},
{
"cve": "CVE-2026-64290",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64290"
},
{
"cve": "CVE-2026-64291",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64291"
},
{
"cve": "CVE-2026-64292",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64292"
},
{
"cve": "CVE-2026-64293",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64293"
},
{
"cve": "CVE-2026-64294",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64294"
},
{
"cve": "CVE-2026-64295",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64295"
},
{
"cve": "CVE-2026-64296",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64296"
},
{
"cve": "CVE-2026-64297",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64297"
},
{
"cve": "CVE-2026-64298",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64298"
},
{
"cve": "CVE-2026-64299",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64299"
},
{
"cve": "CVE-2026-64300",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64300"
},
{
"cve": "CVE-2026-64301",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64301"
},
{
"cve": "CVE-2026-64302",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64302"
},
{
"cve": "CVE-2026-64303",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64303"
},
{
"cve": "CVE-2026-64304",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64304"
},
{
"cve": "CVE-2026-64305",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64305"
},
{
"cve": "CVE-2026-64306",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64306"
},
{
"cve": "CVE-2026-64307",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64307"
},
{
"cve": "CVE-2026-64308",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64308"
},
{
"cve": "CVE-2026-64309",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64309"
},
{
"cve": "CVE-2026-64310",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64310"
},
{
"cve": "CVE-2026-64311",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64311"
},
{
"cve": "CVE-2026-64312",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64312"
},
{
"cve": "CVE-2026-64313",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64313"
},
{
"cve": "CVE-2026-64314",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64314"
},
{
"cve": "CVE-2026-64315",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64315"
},
{
"cve": "CVE-2026-64316",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64316"
},
{
"cve": "CVE-2026-64317",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64317"
},
{
"cve": "CVE-2026-64318",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64318"
},
{
"cve": "CVE-2026-64319",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64319"
},
{
"cve": "CVE-2026-64320",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64320"
},
{
"cve": "CVE-2026-64321",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64321"
},
{
"cve": "CVE-2026-64322",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64322"
},
{
"cve": "CVE-2026-64323",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64323"
},
{
"cve": "CVE-2026-64324",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64324"
},
{
"cve": "CVE-2026-64325",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64325"
},
{
"cve": "CVE-2026-64326",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64326"
},
{
"cve": "CVE-2026-64327",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64327"
},
{
"cve": "CVE-2026-64328",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64328"
},
{
"cve": "CVE-2026-64329",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64329"
},
{
"cve": "CVE-2026-64330",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64330"
},
{
"cve": "CVE-2026-64331",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64331"
},
{
"cve": "CVE-2026-64332",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64332"
},
{
"cve": "CVE-2026-64333",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64333"
},
{
"cve": "CVE-2026-64334",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64334"
},
{
"cve": "CVE-2026-64335",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64335"
},
{
"cve": "CVE-2026-64336",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64336"
},
{
"cve": "CVE-2026-64337",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64337"
},
{
"cve": "CVE-2026-64338",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64338"
},
{
"cve": "CVE-2026-64339",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64339"
},
{
"cve": "CVE-2026-64340",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64340"
},
{
"cve": "CVE-2026-64341",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64341"
},
{
"cve": "CVE-2026-64342",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64342"
},
{
"cve": "CVE-2026-64343",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64343"
},
{
"cve": "CVE-2026-64344",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64344"
},
{
"cve": "CVE-2026-64345",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64345"
},
{
"cve": "CVE-2026-64346",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64346"
},
{
"cve": "CVE-2026-64347",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64347"
},
{
"cve": "CVE-2026-64348",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64348"
},
{
"cve": "CVE-2026-64349",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64349"
},
{
"cve": "CVE-2026-64350",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64350"
},
{
"cve": "CVE-2026-64351",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64351"
},
{
"cve": "CVE-2026-64352",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64352"
},
{
"cve": "CVE-2026-64353",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64353"
},
{
"cve": "CVE-2026-64354",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64354"
},
{
"cve": "CVE-2026-64355",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64355"
},
{
"cve": "CVE-2026-64356",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64356"
},
{
"cve": "CVE-2026-64357",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64357"
},
{
"cve": "CVE-2026-64358",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64358"
},
{
"cve": "CVE-2026-64359",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64359"
},
{
"cve": "CVE-2026-64360",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64360"
},
{
"cve": "CVE-2026-64361",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64361"
},
{
"cve": "CVE-2026-64362",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64362"
},
{
"cve": "CVE-2026-64363",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64363"
},
{
"cve": "CVE-2026-64364",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64364"
},
{
"cve": "CVE-2026-64365",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64365"
},
{
"cve": "CVE-2026-64366",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64366"
},
{
"cve": "CVE-2026-64367",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64367"
},
{
"cve": "CVE-2026-64368",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64368"
},
{
"cve": "CVE-2026-64369",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64369"
},
{
"cve": "CVE-2026-64370",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64370"
},
{
"cve": "CVE-2026-64371",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64371"
},
{
"cve": "CVE-2026-64372",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64372"
},
{
"cve": "CVE-2026-64373",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64373"
},
{
"cve": "CVE-2026-64374",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64374"
},
{
"cve": "CVE-2026-64375",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64375"
},
{
"cve": "CVE-2026-64376",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64376"
},
{
"cve": "CVE-2026-64377",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64377"
},
{
"cve": "CVE-2026-64378",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64378"
},
{
"cve": "CVE-2026-64379",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64379"
},
{
"cve": "CVE-2026-64380",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64380"
},
{
"cve": "CVE-2026-64381",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64381"
},
{
"cve": "CVE-2026-64382",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64382"
},
{
"cve": "CVE-2026-64383",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64383"
},
{
"cve": "CVE-2026-64384",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64384"
},
{
"cve": "CVE-2026-64385",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64385"
},
{
"cve": "CVE-2026-64386",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64386"
},
{
"cve": "CVE-2026-64387",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64387"
},
{
"cve": "CVE-2026-64388",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64388"
},
{
"cve": "CVE-2026-64389",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64389"
},
{
"cve": "CVE-2026-64390",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64390"
},
{
"cve": "CVE-2026-64391",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64391"
},
{
"cve": "CVE-2026-64392",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64392"
},
{
"cve": "CVE-2026-64393",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64393"
},
{
"cve": "CVE-2026-64394",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64394"
},
{
"cve": "CVE-2026-64395",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64395"
},
{
"cve": "CVE-2026-64396",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64396"
},
{
"cve": "CVE-2026-64397",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64397"
},
{
"cve": "CVE-2026-64398",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64398"
},
{
"cve": "CVE-2026-64399",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64399"
},
{
"cve": "CVE-2026-64400",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64400"
},
{
"cve": "CVE-2026-64401",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64401"
},
{
"cve": "CVE-2026-64402",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64402"
},
{
"cve": "CVE-2026-64403",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64403"
},
{
"cve": "CVE-2026-64404",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64404"
},
{
"cve": "CVE-2026-64405",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64405"
},
{
"cve": "CVE-2026-64406",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64406"
},
{
"cve": "CVE-2026-64407",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64407"
},
{
"cve": "CVE-2026-64408",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64408"
},
{
"cve": "CVE-2026-64409",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64409"
},
{
"cve": "CVE-2026-64410",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64410"
},
{
"cve": "CVE-2026-64411",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64411"
},
{
"cve": "CVE-2026-64412",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64412"
},
{
"cve": "CVE-2026-64413",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64413"
},
{
"cve": "CVE-2026-64414",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64414"
},
{
"cve": "CVE-2026-64415",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64415"
},
{
"cve": "CVE-2026-64416",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64416"
},
{
"cve": "CVE-2026-64417",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64417"
},
{
"cve": "CVE-2026-64418",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64418"
},
{
"cve": "CVE-2026-64419",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64419"
},
{
"cve": "CVE-2026-64420",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64420"
},
{
"cve": "CVE-2026-64421",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64421"
},
{
"cve": "CVE-2026-64422",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64422"
},
{
"cve": "CVE-2026-64423",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64423"
},
{
"cve": "CVE-2026-64424",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64424"
},
{
"cve": "CVE-2026-64425",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64425"
},
{
"cve": "CVE-2026-64426",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64426"
},
{
"cve": "CVE-2026-64427",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64427"
},
{
"cve": "CVE-2026-64428",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64428"
},
{
"cve": "CVE-2026-64429",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64429"
},
{
"cve": "CVE-2026-64430",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64430"
},
{
"cve": "CVE-2026-64431",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64431"
},
{
"cve": "CVE-2026-64432",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64432"
},
{
"cve": "CVE-2026-64433",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64433"
},
{
"cve": "CVE-2026-64434",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64434"
},
{
"cve": "CVE-2026-64435",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64435"
},
{
"cve": "CVE-2026-64436",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64436"
},
{
"cve": "CVE-2026-64437",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64437"
},
{
"cve": "CVE-2026-64438",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64438"
},
{
"cve": "CVE-2026-64439",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64439"
},
{
"cve": "CVE-2026-64440",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64440"
},
{
"cve": "CVE-2026-64441",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64441"
},
{
"cve": "CVE-2026-64442",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64442"
},
{
"cve": "CVE-2026-64443",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64443"
},
{
"cve": "CVE-2026-64444",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64444"
},
{
"cve": "CVE-2026-64445",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64445"
},
{
"cve": "CVE-2026-64446",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64446"
},
{
"cve": "CVE-2026-64447",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64447"
},
{
"cve": "CVE-2026-64448",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64448"
},
{
"cve": "CVE-2026-64449",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64449"
},
{
"cve": "CVE-2026-64450",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64450"
},
{
"cve": "CVE-2026-64451",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64451"
},
{
"cve": "CVE-2026-64452",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64452"
},
{
"cve": "CVE-2026-64453",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64453"
},
{
"cve": "CVE-2026-64454",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64454"
},
{
"cve": "CVE-2026-64455",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64455"
},
{
"cve": "CVE-2026-64456",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64456"
},
{
"cve": "CVE-2026-64457",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64457"
},
{
"cve": "CVE-2026-64458",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64458"
},
{
"cve": "CVE-2026-64459",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64459"
},
{
"cve": "CVE-2026-64460",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64460"
},
{
"cve": "CVE-2026-64461",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64461"
},
{
"cve": "CVE-2026-64462",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64462"
},
{
"cve": "CVE-2026-64463",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64463"
},
{
"cve": "CVE-2026-64464",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64464"
},
{
"cve": "CVE-2026-64465",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64465"
},
{
"cve": "CVE-2026-64466",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64466"
},
{
"cve": "CVE-2026-64467",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64467"
},
{
"cve": "CVE-2026-64468",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64468"
},
{
"cve": "CVE-2026-64469",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64469"
},
{
"cve": "CVE-2026-64470",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64470"
},
{
"cve": "CVE-2026-64471",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64471"
},
{
"cve": "CVE-2026-64472",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64472"
},
{
"cve": "CVE-2026-64473",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64473"
},
{
"cve": "CVE-2026-64474",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64474"
},
{
"cve": "CVE-2026-64475",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64475"
},
{
"cve": "CVE-2026-64476",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64476"
},
{
"cve": "CVE-2026-64477",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64477"
},
{
"cve": "CVE-2026-64478",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64478"
},
{
"cve": "CVE-2026-64479",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64479"
},
{
"cve": "CVE-2026-64480",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64480"
},
{
"cve": "CVE-2026-64481",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64481"
},
{
"cve": "CVE-2026-64482",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64482"
},
{
"cve": "CVE-2026-64483",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64483"
},
{
"cve": "CVE-2026-64484",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64484"
},
{
"cve": "CVE-2026-64485",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64485"
},
{
"cve": "CVE-2026-64486",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64486"
},
{
"cve": "CVE-2026-64487",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64487"
},
{
"cve": "CVE-2026-64488",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64488"
},
{
"cve": "CVE-2026-64489",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64489"
},
{
"cve": "CVE-2026-64490",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64490"
},
{
"cve": "CVE-2026-64491",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64491"
},
{
"cve": "CVE-2026-64492",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64492"
},
{
"cve": "CVE-2026-64493",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64493"
},
{
"cve": "CVE-2026-64494",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64494"
},
{
"cve": "CVE-2026-64495",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64495"
},
{
"cve": "CVE-2026-64496",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64496"
},
{
"cve": "CVE-2026-64497",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64497"
},
{
"cve": "CVE-2026-64498",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64498"
},
{
"cve": "CVE-2026-64499",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64499"
},
{
"cve": "CVE-2026-64500",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64500"
},
{
"cve": "CVE-2026-64501",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64501"
},
{
"cve": "CVE-2026-64502",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64502"
},
{
"cve": "CVE-2026-64503",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64503"
},
{
"cve": "CVE-2026-64504",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64504"
},
{
"cve": "CVE-2026-64505",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64505"
},
{
"cve": "CVE-2026-64506",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64506"
},
{
"cve": "CVE-2026-64507",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64507"
},
{
"cve": "CVE-2026-64508",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64508"
},
{
"cve": "CVE-2026-64509",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64509"
},
{
"cve": "CVE-2026-64510",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64510"
},
{
"cve": "CVE-2026-64511",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64511"
},
{
"cve": "CVE-2026-64512",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64512"
},
{
"cve": "CVE-2026-64513",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64513"
},
{
"cve": "CVE-2026-64514",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64514"
},
{
"cve": "CVE-2026-64515",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64515"
},
{
"cve": "CVE-2026-64516",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64516"
},
{
"cve": "CVE-2026-64517",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64517"
},
{
"cve": "CVE-2026-64518",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64518"
},
{
"cve": "CVE-2026-64519",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64519"
},
{
"cve": "CVE-2026-64520",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64520"
},
{
"cve": "CVE-2026-64521",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64521"
},
{
"cve": "CVE-2026-64522",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64522"
},
{
"cve": "CVE-2026-64523",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64523"
},
{
"cve": "CVE-2026-64524",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64524"
},
{
"cve": "CVE-2026-64525",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64525"
},
{
"cve": "CVE-2026-64526",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64526"
},
{
"cve": "CVE-2026-64527",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64527"
},
{
"cve": "CVE-2026-64528",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64528"
},
{
"cve": "CVE-2026-64529",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64529"
},
{
"cve": "CVE-2026-64530",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64530"
},
{
"cve": "CVE-2026-64531",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64531"
},
{
"cve": "CVE-2026-64532",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64532"
},
{
"cve": "CVE-2026-64533",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64533"
},
{
"cve": "CVE-2026-64534",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64534"
},
{
"cve": "CVE-2026-64535",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64535"
},
{
"cve": "CVE-2026-64536",
"product_status": {
"known_affected": [
"T056236",
"T057239",
"2951",
"T054581",
"67646",
"T055947"
]
},
"release_date": "2026-07-26T22:00:00.000+00:00",
"title": "CVE-2026-64536"
}
]
}
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.